Commit 4595a31
152702: changefeedccl: increase timeout for test making many tables r=log-head a=aerfrei
This test timed out in CI while trying to create 50000 tables.
After an hour, it created about 40,000. Adding another hour
should be enough time to finish creation and run the 20 minute
workload.
We also saw a test failure where this pts management metric
came in slightly above the threshold of 25ms, so we raise
that to 30ms.
Epic: none
Fixes: #152654
Fixes: #152962
Release note: None
152933: crosscluster: fix error handling in computeRangeStats r=jeffswenson a=jeffswenson
`computeRangeStats` was returning `err` when it should have returned `lazyIterator.Error`. The code calling this is best effort, so returning success is not a critical bug. But it does mean we would miss a warning log.
Release note: none
Epic: none
152999: statusccl: fix TestTenantStatusAPI with sync stats r=dhartunian a=dhartunian
Resolves: #151886
Epic: None
Release note: None
153043: sqlsmith: fix potential panic when creating stats on 0-column table r=rytaft a=rytaft
This commit avoids a panic by adding a check for 0 columns before calling `rand.Intn(len(columns))`.
There is no release note since this is a test-only change.
Release note: None
Co-authored-by: Aerin Freilich <aerin.freilich@cockroachlabs.com>
Co-authored-by: Jeff Swenson <jeffswenson@betterthannull.com>
Co-authored-by: David Hartunian <davidh@cockroachlabs.com>
Co-authored-by: Rebecca Taft <becca@cockroachlabs.com>
File tree
4 files changed
+17
-10
lines changed- pkg
- ccl/serverccl/statusccl
- cmd/roachtest/tests
- crosscluster/producer
- internal/sqlsmith
4 files changed
+17
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1872 | 1872 | | |
1873 | 1873 | | |
1874 | 1874 | | |
1875 | | - | |
| 1875 | + | |
1876 | 1876 | | |
1877 | 1877 | | |
1878 | 1878 | | |
| |||
2912 | 2912 | | |
2913 | 2913 | | |
2914 | 2914 | | |
2915 | | - | |
2916 | | - | |
| 2915 | + | |
| 2916 | + | |
| 2917 | + | |
2917 | 2918 | | |
2918 | | - | |
2919 | | - | |
2920 | | - | |
| 2919 | + | |
| 2920 | + | |
| 2921 | + | |
2921 | 2922 | | |
2922 | 2923 | | |
2923 | 2924 | | |
| |||
2926 | 2927 | | |
2927 | 2928 | | |
2928 | 2929 | | |
2929 | | - | |
| 2930 | + | |
2930 | 2931 | | |
2931 | 2932 | | |
2932 | 2933 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1940 | 1940 | | |
1941 | 1941 | | |
1942 | 1942 | | |
1943 | | - | |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
1944 | 1946 | | |
1945 | 1947 | | |
1946 | 1948 | | |
| |||
0 commit comments