You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
108100: server: init secondary tenant servers with proper clock parameters r=pavelkalinnikov a=knz
We need to share the code path to initialize the HLC clock between all types of servers.
Fixescockroachdb#108098.
Epic: CRDB-26687
108107: ccl/multiregionccl: skip TestMultiRegionDataDriven r=maryliag,chengxiong-ruan a=kvoli
Failing consistently on nightly stress, skip.
Informs: cockroachdb#98020
Epic: none
Release note: None
108108: kvprober: remove unnecessary checks to avoid flakes r=joshimhoff a=joshimhoff
Fixescockroachdb#107873.
**kvprober: remove unnecessary checks to avoid flakes**
This commit removes two unnecessary checks, to avoid flakes. The removed checks can cause flakes, since they require all probes (of a certain type) to fail, even tho the test server is not configured to fail probes until after server startup. That is, there is a race condition. The checks are also unnecessary. What we really care about is the checks that follow the deleted ones: That the ten probes run within test all fail, since those happen after the test server is configured to fail probes.
Release note: None.
Epic: None.
Co-authored-by: Raphael 'kena' Poss <[email protected]>
Co-authored-by: Austen McClernon <[email protected]>
Co-authored-by: Josh Imhoff <[email protected]>
0 commit comments