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

sql: add a subtest directive for DELETE FROM ... USING #90280

Conversation

faizaanmadhani
Copy link
Contributor

This PR adds a subtest directive for DELETE FROM ... USING logictests. Previously, if a DELETE FROM ... USING test would fail, it could be mistriaged because it was labeled with an incorrect directive. This fix ensures that tests testing the DELETE FROM ... USING functionality have the delete_using directive.

Epic: CRDB-5498

Release note: None

This PR adds a subtest directive for `DELETE FROM ... USING`
logictests. Previously, if a `DELETE FROM ... USING` test would
fail, it could  be mistriaged because it was labeled with an
incorrect directive. This fix ensures that tests testing
the `DELETE FROM ... USING` functionality have the `delete_using`
directive.

Epic: CRDB-5498

Release note: None
@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

@faizaanmadhani
Copy link
Contributor Author

bors r+

@craig
Copy link
Contributor

craig bot commented Oct 19, 2022

Build succeeded:

@craig craig bot merged commit 1093ee1 into cockroachdb:master Oct 19, 2022
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