-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
66959: roachtest: unskip import/tpcc/warehouses=4000/geo r=pbardea a=pbardea This test completed successfully 5/5 times and it was skipped a long time ago (~2 years), unskipping and will keep an eye on it in case it starts OOMing again. Will continue running in background to get more successful runs. Release note: None 67003: kvserver: remove TestRollbackSyncRangedIntentResolution r=tbg a=erikgrinaker This test is flaky since intent resolution is non-deterministic, doesn't seem worth it to keep it around. Release note: None 67005: kvserver: skip TestReliableIntentCleanup r=tbg a=erikgrinaker Flakorama. Unclear if it'll be possible to salvage this test without significant changes to txn cleanup. Touches #66895. Release note: None 67006: kvserver: fix data race on replicaScanner.stopper r=tbg a=erikgrinaker In #65781, a race was introduced on `replicaScanner.stopper`, since it is set by `Start()` and accessed by `RemoveReplica()` but `Start()` is called asynchronously. To avoid introducing a mutex around the stopper or refactoring the store construction, this adds a hack that writes the stopper directly to `replicaScanner.stopper` synchronously during `Store.Start()`. Release note: None /cc @cockroachdb/kv Co-authored-by: Paul Bardea <[email protected]> Co-authored-by: Erik Grinaker <[email protected]>
- Loading branch information
Showing
5 changed files
with
22 additions
and
51 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