-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlsmith: disable partial index mutator #55724
Merged
Merged
Conversation
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
yuzefovich
approved these changes
Oct 20, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1.
Reviewable status: complete! 1 of 0 LGTMs obtained
This is a temporary fix for cockroachdb#55718. Release justification: This fixes a flaky sqlsmith test which is blocking builds on the release branch. Release note: None
mgartner
force-pushed
the
fix-sqlsmith-fk-partial
branch
from
October 20, 2020 03:30
0742653
to
032c808
Compare
otan
approved these changes
Oct 20, 2020
bors r+ p=999 |
Build succeeded: |
This was referenced Oct 20, 2020
mgartner
added a commit
to mgartner/cockroach
that referenced
this pull request
Oct 20, 2020
This commit re-enables the PartialIndexMutator for sqlsmith tests. This mutator was disabled in cockroachdb#55724 after bug fixes in cockroachdb#55702 revealed invalid schemas being created in sqlsmith. By reordering the mutators, randomly generated schemas are no longer invalid. Informs cockroachdb#55718 Release note: None
mgartner
added a commit
to mgartner/cockroach
that referenced
this pull request
Oct 20, 2020
This commit re-enables the PartialIndexMutator for sqlsmith tests. This mutator was disabled in cockroachdb#55724 after bug fixes in cockroachdb#55702 revealed invalid schemas being created in sqlsmith. By reordering the mutators, randomly generated schemas are no longer invalid. Informs cockroachdb#55718 Release note: None
craig bot
pushed a commit
that referenced
this pull request
Oct 20, 2020
55761: sqlsmith: enable partial index mutator r=yuzefovich a=mgartner This commit re-enables the PartialIndexMutator for sqlsmith tests. This mutator was disabled in #55724 after bug fixes in #55702 revealed invalid schemas being created in sqlsmith. By reordering the mutators, randomly generated schemas are no longer invalid. Informs #55718 Release note: None Co-authored-by: Marcus Gartner <marcus@cockroachlabs.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a temporary fix for #55718.
Release justification: This fixes a flaky sqlsmith test which is
blocking builds on the release branch.
Release note: None