Skip to content

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

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
mgartner:sqlsmith-disable-division
Sep 12, 2022
Merged

roachtest: do not generate division ops in costfuzz and unoptimized tests#87840
craig[bot] merged 1 commit intocockroachdb:masterfrom
mgartner:sqlsmith-disable-division

Conversation

@mgartner
Copy link
Copy Markdown
Contributor

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
Copy Markdown
Member

This change is Reviewable

Copy link
Copy Markdown
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
Copy Markdown
Contributor 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
Copy Markdown
Contributor Author

bors r+

@craig
Copy link
Copy Markdown
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
Copy Markdown
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