forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
99636: roachtest: loq recovery use new min range logic r=erikgrinaker a=aliher1911 This commit makes test compliant with new enforcement of min range size. Test needs small range and it now sets env var that restricts size to value of 1 byte. Release note: None Fixes cockroachdb#99529 Fixes cockroachdb#99569 Fixes cockroachdb#99576 Fixes cockroachdb#99577 99742: kv: deflake and unskip TestSecondaryTenantFollowerReadsRouting r=arulajmani a=nvanbenschoten Fixes cockroachdb#95338. The test was failing to wait for configuration changes that added VOTER replicas to apply on all replicas, causing flakiness. This commit fixes that issue. Before the fix, the test failed after 100 iterations on average on a gceworker. After the fix, the test has not failed in over 2000 iterations. Release note: None 99746: sql: complete EXPLAIN (VEC, VERBOSE) in the bundle r=yuzefovich a=yuzefovich This commit makes it so that `vec-v.txt` file in the stmt bundle is complete. In particular, previously we would not include the auxiliary stats-related operators since we hard-coded `recordingStats=false` when generating the operator chains, and this is now fixed. The impact is very minor so there is no release note, but I believe it's worth backporting still. Informs: cockroachdb#99741 Epic: None Release note: None Co-authored-by: Oleg Afanasyev <oleg@cockroachlabs.com> Co-authored-by: Nathan VanBenschoten <nvanbenschoten@gmail.com> Co-authored-by: Yahor Yuzefovich <yahor@cockroachlabs.com>
- Loading branch information
Showing
6 changed files
with
32 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters