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

sqlsmith: teach sqlsmith about savepoints #44695

Merged
merged 1 commit into from
Mar 6, 2020

Conversation

rohany
Copy link
Contributor

@rohany rohany commented Feb 4, 2020

Fixes #44686.

This PR teaches SQLSmith about savepoints, and sets it
up to use only in situations where we don't have DDLs.

Release note: None

@rohany rohany requested review from knz and yuzefovich and removed request for knz and yuzefovich February 4, 2020 16:39
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rohany
Copy link
Contributor Author

rohany commented Feb 4, 2020

Just going to put this up here until #43051 is merged so we can actually test it out.

@knz
Copy link
Contributor

knz commented Feb 4, 2020

thank you! that helps

Fixes cockroachdb#44686.

This PR teaches SQLSmith about savepoints, and sets it
up to use only in situations where we don't have DDLs.

Release note: None
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: although I've never used savepoints myself.

Reviewed 3 of 3 files at r1.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained

@knz
Copy link
Contributor

knz commented Mar 6, 2020

Let's have these nightlies run.

bors r=yuzefovich

@craig
Copy link
Contributor

craig bot commented Mar 6, 2020

Build succeeded

@craig craig bot merged commit 023c83e into cockroachdb:master Mar 6, 2020
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.

sql: extend sqlsmith to exercise savepoint statements
4 participants