Commit a2134d8
158007: storage/metamorphic: increase min bound of target file size r=annrpom a=annrpom
When the target file size is less than an empty table writer,
we try to split the table as soon as possible (and emit just a
small piece of a span in many cases). These many tiny tables slow down
the tests a lot, to the point of timing out certain operations.
This change sets the minimum target file size in the metamorphic
tests to 570 as the estimated size of an empty column writer is 565.
Epic: none
Fixes: #156842
Release note: None
158050: build: remove build support for Intel Macs (host machine) r=rickystewart a=annaw2193
there have not been Intel Macs produced in a long time, and there is an associated maintenance cost associated with debugging build issues on INtel Macs.
We will now remove support for Intel Macs to build newer versions of cockraoch but can still be cross built
Part of: DEVINF-1607
158053: asim: increase range count in high_cpu_25nodes test r=angeladietz a=angeladietz
Previously, the CPU was not converging for the mma_only test, such that the standard deviation of CPU was 0.13, when it should be nearly 0. This was due to using too few ranges for the number of nodes in the cluster, so the ranges weren't being equally distributed across stores. This change increases the number of ranges from 50 to 500 which is sufficient for a more even distribution. The even distribution of ranges allows the CPU to similarly even out across the cluster stores, resulting in a new standard deviation of 0.05.
As well, the initial workload is also removed since it did not add any value to the test scenario, and was a cause for confusion in understanding this test setup.
Release note: none.
Fixes #156844
Epic: [CRDB-55052](https://cockroachlabs.atlassian.net/browse/CRDB-55052)
Co-authored-by: Annie Pompa <[email protected]>
Co-authored-by: Anna Wang <[email protected]>
Co-authored-by: Angela Dietz <[email protected]>
File tree
7 files changed
+41
-56
lines changed- build
- bazelutil
- scripts
- teamcity/internal/release/build-and-publish-patched-go
- pkg
- kv/kvserver/asim/tests/testdata/non_rand/mma
- storage/metamorphic
7 files changed
+41
-56
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | 188 | | |
190 | 189 | | |
191 | 190 | | |
| |||
583 | 582 | | |
584 | 583 | | |
585 | 584 | | |
586 | | - | |
587 | 585 | | |
588 | 586 | | |
589 | 587 | | |
590 | 588 | | |
591 | | - | |
592 | 589 | | |
593 | 590 | | |
594 | 591 | | |
595 | 592 | | |
596 | | - | |
597 | 593 | | |
598 | 594 | | |
599 | 595 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1185 | 1185 | | |
1186 | 1186 | | |
1187 | 1187 | | |
1188 | | - | |
1189 | 1188 | | |
1190 | 1189 | | |
1191 | 1190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | | - | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 88 | | |
93 | 89 | | |
94 | 90 | | |
| |||
0 commit comments