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

testccl/sqlccl: unskip TestExplainRedactDDL #105559

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

michae2
Copy link
Collaborator

@michae2 michae2 commented Jun 26, 2023

TestExplainRedactDDL is a randomized SQL test which runs variants of EXPLAIN (REDACT) on random SQL statements and checks that an injected poison string is always redacted in the output. It is very similar to another randomized test, TestExplainRedact, but also includes DDL in the random statements.

During development of v23.1 this test was skipped because the random DDL statements were running into other bugs unrelated to redaction. Now that things are more stable, let's unskip this test.

Fixes: #99005

Epic: None

Release note: None

`TestExplainRedactDDL` is a randomized SQL test which runs variants of
`EXPLAIN (REDACT)` on random SQL statements and checks that an injected
poison string is always redacted in the output. It is very similar to
another randomized test, `TestExplainRedact`, but also includes DDL in
the random statements.

During development of v23.1 this test was skipped because the random DDL
statements were running into other bugs unrelated to redaction. Now that
things are more stable, let's unskip this test.

Fixes: cockroachdb#99005

Epic: None

Release note: None
@michae2 michae2 requested a review from mgartner June 26, 2023 17:33
@michae2 michae2 requested a review from a team as a code owner June 26, 2023 17:33
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@michae2 michae2 added the backport-23.1.x Flags PRs that need to be backported to 23.1 label Jun 26, 2023
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.

Thanks! :lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @michae2)

@michae2
Copy link
Collaborator Author

michae2 commented Jun 26, 2023

YW!

bors r=mgartner

@craig
Copy link
Contributor

craig bot commented Jun 26, 2023

Build succeeded:

@craig craig bot merged commit 284efee into cockroachdb:master Jun 26, 2023
@michae2 michae2 deleted the unskipTestExplainRedactDDL branch June 26, 2023 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-23.1.x Flags PRs that need to be backported to 23.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sqlccl: interesting failures from TestExplainRedactDDL
3 participants