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/tests: TestRandomSyntaxGeneration failed [DROP DATABASE timeout] #109946

Closed
cockroach-teamcity opened this issue Sep 2, 2023 · 5 comments
Closed
Assignees
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Sep 2, 2023

sql/tests.TestRandomSyntaxGeneration failed with artifacts on master @ b994d025c678f495cb8b93044e35a8c59595bd78:

Random syntax error:

    rsg_test.go:887: Crash detected: server panic: statement exec timeout

Query:

        DROP DATABASE IF EXISTS ident CASCADE;
Help

See also: How To Investigate a Go Test Failure (internal)

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-31172

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Sep 2, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.2 milestone Sep 2, 2023
@rafiss rafiss changed the title sql/tests: TestRandomSyntaxGeneration failed sql/tests: TestRandomSyntaxGeneration failed [DROP DATABASE timeout] Sep 5, 2023
@rafiss
Copy link
Collaborator

rafiss commented Sep 5, 2023

Let's see if we can reproduce this - if not, we can close this out.

@fqazi
Copy link
Collaborator

fqazi commented Sep 5, 2023

It's hard to distinguish which stack belongs to which statement here, but I wonder if it's similar to the thing @annrpom is looking at. At least the investigation will resolve one of these random tests

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxGeneration failed with artifacts on master @ 1184f961a15f57104709f72ed9ed62c731f03bca:

Random syntax error:

    rsg_test.go:889: Crash detected: server panic: pq: internal error: referenced descriptor ID 105: looking up ID 105: descriptor not found

Query:

        ANALYZE INDEX_BEFORE_NAME_THEN_PAREN;
Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxGeneration failed with artifacts on master @ b5836a5b4ab6c4fe58ada6002eb8c56c4e35438e:

Random syntax error:

    rsg_test.go:889: Crash detected: server panic: statement exec timeout

Query:

        DROP DATABASE IF EXISTS ident;
Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@rafiss
Copy link
Collaborator

rafiss commented Sep 13, 2023

this passed last night; #110407 may have resolved it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
No open projects
Archived in project
Development

No branches or pull requests

3 participants