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: not fail sqlsmith on known issue #62402

Merged
merged 1 commit into from
Mar 23, 2021

Conversation

yuzefovich
Copy link
Member

@yuzefovich yuzefovich commented Mar 22, 2021

This commit makes sqlsmith roachtest not fail on one known issue (#40929)
in order to avoid unnecessary noise.

Release note: None

@yuzefovich yuzefovich requested review from asubiotto and a team March 22, 2021 23:26
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@yuzefovich yuzefovich requested a review from jordanlewis March 22, 2021 23:29
Copy link
Member

@RaduBerinde RaduBerinde left a comment

Choose a reason for hiding this comment

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

[nit] The PR and commit description says "skips filing roachtest" which is fortunately not what we're doing.

:lgtm:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @asubiotto, @jordanlewis, and @yuzefovich)


pkg/cmd/roachtest/sqlsmith.go, line 216 at r1 (raw file):

				// TODO(yuzefovich): we temporarily ignore internal errors that
				// are because of #39433 and #40929.
				var expectedInternalErrors = []string{

[nit] move this inside the if.


pkg/cmd/roachtest/sqlsmith.go, line 218 at r1 (raw file):

				var expectedInternalErrors = []string{
					"internal error: invalid index",
					"could not parse \"0E-2019\" as type decimal",

Interesting that it errors out only with this particular value!

This commit makes `sqlsmith` roachtest not fail on one known issue (cockroachdb#40929)
in order to avoid unnecessary noise.

Release note: None
@yuzefovich yuzefovich changed the title roachtest: skip expected error in sqlsmith roachtest: not fail sqlsmith on known issue Mar 23, 2021
Copy link
Member Author

@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.

Updated the commit message. I was trying to use "failing" not as adjective but as a gerund, but I agree that it is very confusing :)

TFTR!

bors r+

Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (and 1 stale) (waiting on @asubiotto and @jordanlewis)


pkg/cmd/roachtest/sqlsmith.go, line 216 at r1 (raw file):

Previously, RaduBerinde wrote…

[nit] move this inside the if.

Done.

@craig
Copy link
Contributor

craig bot commented Mar 23, 2021

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Mar 23, 2021

Build succeeded:

@craig craig bot merged commit 35a64c6 into cockroachdb:master Mar 23, 2021
@yuzefovich yuzefovich deleted the sqlsmith-update branch March 23, 2021 19: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