Skip to content
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

roachtest: do not generate division ops in costfuzz and unoptimized tests #87840

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

mgartner
Copy link
Collaborator

The division (/) and floor division (//) operators were making costfuzz and unoptimized-query-oracle tests flaky. This commit disables generation of these operators as a temporary mitigation for these flakes.

Informs #86790

Release note: None

…ests

The division (`/`) and floor division (`//`) operators were making
costfuzz and unoptimized-query-oracle tests flaky. This commit disables
generation of these operators as a temporary mitigation for these
flakes.

Informs cockroachdb#86790

Release note: None
@mgartner mgartner requested a review from a team as a code owner September 12, 2022 15:47
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@yuzefovich yuzefovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm: Thanks!

nit: probably add a backport-22.2 label.

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @michae2)

@mgartner
Copy link
Collaborator Author

I went with a heavier-handed approach than some of the ideas here to give it the best chance to eliminate release-blockage toil.. We can relax this later if we'd like.

@mgartner
Copy link
Collaborator Author

bors r+

@craig
Copy link
Contributor

craig bot commented Sep 12, 2022

This PR was included in a batch that was canceled, it will be automatically retried

@craig
Copy link
Contributor

craig bot commented Sep 12, 2022

Build succeeded:

@craig craig bot merged commit 5764198 into cockroachdb:master Sep 12, 2022
@mgartner mgartner deleted the sqlsmith-disable-division branch September 13, 2022 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants