forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 1
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
116886: logictest: skip TestLogic_lookup_join_local under race r=yuzefovich a=yuzefovich Fixes: cockroachdb#116860. Release note: None 116909: stats: improve TestCreateStatsControlJob r=yuzefovich a=yuzefovich This commit improves `TestCreateStatsControlJob` in the following manner: - it fixes a possible race between another job being created after having issued CREATE STATISTICS query so that in `RunJob` helper we end up getting the job ID of that other job. We now specify the job type to avoid this race which fixes an issue we've seen once. - it now uses a single server since I don't see a reason for why we need 3 node cluster for this test. - it moves `jobutil.RunJob` helper into the stats test code since it's now the only caller of that method. - it disables auto stats to have lower load on the cluster since they could only interfere with the meat of the test. - it unskips the test under race and deadlock since it should now be safe to run under those configs (time will show). Fixes: cockroachdb#115072. Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information
Showing
4 changed files
with
61 additions
and
67 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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