-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
65158: kvserver: fix TestRejectedLeaseDoesntDictateClosedTimestamp r=andreimatei a=andreimatei This test was flaky (and skipped) in the case where cluster startup is taking sufficiently many seconds such that, by the time it finishes, the original lease on r1 is either expired or at least almost expired such that the test inadvertendly kicks off a preemptive lease refresh. The test tries to control exactly what lease requests get proposed, so it doesn't like these refreshes happening. The fix is to disable the preemptive refreshes, and also to make lease duration longer. Fixes #65109 cc @cockroachdb/kv 65380: kvserver: deflake TestRollbackSyncRangedIntentResolution r=andreimatei a=erikgrinaker Release note: None 65390: roachtest: update version map and fixtures r=j-low a=j-low This commit adds the recently released 20.2.10 to the version map in PredecessorVersion. Release note: None (testing change) 65394: jobs: don't check the number of deleted rows r=postamar a=postamar When attempting to delete expired job records it's entirely possible to legitimately delete less records than expected. This can happen when another node is concurrently attempting cleanup. Previously, we returned an assertion failure in these cases. Fixes #65048. Release note: None 65417: authors add Stephen Mooney to authors r=rail a=stephenmooney1976 Release notes: None Co-authored-by: Andrei Matei <[email protected]> Co-authored-by: Erik Grinaker <[email protected]> Co-authored-by: Joseph Lowinske <[email protected]> Co-authored-by: Marius Posta <[email protected]> Co-authored-by: stephenmooney1976 <[email protected]>
- Loading branch information
Showing
11 changed files
with
42 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -323,6 +323,7 @@ Solon Gordon <[email protected]> solongordon <[email protected]> | |
Song Hao <[email protected]> songhao <[email protected]> | ||
Spas Bojanov <[email protected]> <[email protected]> | ||
Spencer Kimball <[email protected]> <[email protected]> | ||
Stephen Mooney <[email protected]> <[email protected]> | ||
Steven Danna <[email protected]> | ||
Steven Hand <@cockroachlabs.com> hand <@cockroachlabs.com> hand-crdb <@cockroachlabs.com> | ||
Sumeer Bhola <[email protected]> sumeerbhola <[email protected]> | ||
|
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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