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: skip TestDistSQLFlowsVirtualTables #75622

Conversation

lidorcarmel
Copy link
Contributor

See #75208

Failed a bunch of time this week.

Release note: None

See cockroachdb#75208

Failed a bunch of time this week.

Release note: None
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@@ -517,6 +518,7 @@ UPDATE system.namespace SET id = 12345 WHERE id = %d;
func TestDistSQLFlowsVirtualTables(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.UnderRace(t)
Copy link
Contributor

@irfansharif irfansharif Jan 27, 2022

Choose a reason for hiding this comment

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

Why only under race? I think we want "skip.WithIssue(t, 75208)". PS if you're lazy:

make bin/skip-test; bin/skip-test --issue_num=75208 pkg/sql:TestDistSQLFlowsVirtualTables

@lidorcarmel
Copy link
Contributor Author

creating again with the script (which failed before)

@lidorcarmel lidorcarmel deleted the skip-test-TestDistSQLFlowsVirtualTables branch January 27, 2022 19:35
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