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: improve sqlsmith #58249

Merged
merged 2 commits into from
Dec 28, 2020
Merged

roachtest: improve sqlsmith #58249

merged 2 commits into from
Dec 28, 2020

Conversation

yuzefovich
Copy link
Member

@yuzefovich yuzefovich commented Dec 23, 2020

roachtest: delay panic injection in sqlsmith

We need to delay the panic injection until after the smither is created
because some queries are run during its instantiation.

Fixes: #58235.

Release note: None

roachtest: ignore a known issue in sqlsmith

This commit temporarily skips failing sqlsmith roachtest on internal error: invalid index errors which are due to issues with subqueries
(#39433) in order to reduce the noise.

Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@yuzefovich
Copy link
Member Author

Friendly ping @jordanlewis

We need to delay the panic injection until after the smither is created
because some queries are run during its instantiation.

Release note: None
This commit temporarily skips failing `sqlsmith` roachtest on `internal
error: invalid index` errors which are due to issues with subqueries
(cockroachdb#39433) in order to reduce the noise.

Release note: None
Copy link
Member

@jordanlewis jordanlewis left a comment

Choose a reason for hiding this comment

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

Sorry, I thought I approved this already

@yuzefovich yuzefovich changed the title roachtest: delay panic injection in sqlsmith roachtest: improve sqlsmith Dec 28, 2020
@yuzefovich
Copy link
Member Author

yuzefovich commented Dec 28, 2020

No worries - in the first cut I didn't delay it enough. I also just added another commit to remove the noise. PTAL.

@yuzefovich
Copy link
Member Author

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Dec 28, 2020

Build failed:

@yuzefovich
Copy link
Member Author

Unrelated flake.

bors r+

@craig
Copy link
Contributor

craig bot commented Dec 28, 2020

Build succeeded:

@craig craig bot merged commit 6b53704 into cockroachdb:master Dec 28, 2020
@yuzefovich yuzefovich deleted the sqlsmith branch December 28, 2020 23:05
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.

roachtest: sqlsmith/setup=tpcc/setting=ddl-nodrop failed
3 participants