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/tests: adjust sqlsmith slightly #68990

Merged
merged 1 commit into from
Aug 16, 2021

Conversation

yuzefovich
Copy link
Member

This commit adjusts sqlsmith roachtest slightly so that vectorized
panic injection occurs with 50% probability (instead of 100%). This is
done to check whether the panic injection is the root cause of the inbox
communication errors we have been seeing sporadically.

Informs: #66174.

Release note: None

This commit adjusts `sqlsmith` roachtest slightly so that vectorized
panic injection occurs with 50% probability (instead of 100%). This is
done to check whether the panic injection is the root cause of the inbox
communication errors we have been seeing sporadically.

Release note: None
@yuzefovich yuzefovich requested review from rytaft and a team August 16, 2021 15:01
@yuzefovich yuzefovich requested a review from a team as a code owner August 16, 2021 15:01
@yuzefovich yuzefovich requested review from tbg and removed request for a team August 16, 2021 15:01
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@mgartner mgartner left a comment

Choose a reason for hiding this comment

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

:lgtm:

So you expect the rate of these errors to be reduced by half? Do you have an accurate way of measuring this rate?

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @rytaft and @tbg)

@yuzefovich
Copy link
Member Author

I expect a bit more: namely, that the rate of errors is reduced by half and - what's more important - that all errors will occur when we did use the vectorized panic injection. I plan to let this change "bake" for a month or two, and I expect that we'll see on the order of 5-10 errors and hoping that all of them will be when the panic injection is used.

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Aug 16, 2021

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Aug 16, 2021

Build succeeded:

@craig craig bot merged commit 852934c into cockroachdb:master Aug 16, 2021
@yuzefovich yuzefovich deleted the sqlsmith branch August 16, 2021 21:11
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