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.
schemachanger: fix bug in concurrency test framework
The newly-rewritten TestConcurrentDeclarativeSchemaChanges test had a concurrency bug in it, which caused it to fail in cases where the two schema changes actually take place serially. It's possible for the later one to start after the earlier one has already finished. Fixes: cockroachdb#106732. Release note: None
- Loading branch information
Marius Posta
committed
Jul 17, 2023
1 parent
9783626
commit e6e00c4
Showing
1 changed file
with
16 additions
and
20 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