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/importer: TestImportWorkerFailure failed #113844

Closed
cockroach-teamcity opened this issue Nov 5, 2023 · 1 comment
Closed

sql/importer: TestImportWorkerFailure failed #113844

cockroach-teamcity opened this issue Nov 5, 2023 · 1 comment
Labels
branch-release-22.2.17-rc 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-queries SQL Queries Team
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Nov 5, 2023

sql/importer.TestImportWorkerFailure failed with artifacts on release-22.2.17-rc @ 135acce473babb0109e796343581823b69146ebe:

=== RUN   TestImportWorkerFailure
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/73dfce30b9a5630b1b4dabed3c94b32c/logTestImportWorkerFailure479722807
    test_log_scope.go:79: use -show-logs to present logs inline
    import_stmt_test.go:5259: pq: work sql-sql-response deadline expired while waiting: deadline: 0001-01-01 00:00:00 +0000 UTC, start: 2023-11-05 17:59:02.786085314 +0000 UTC m=+194.931989759, dur: 1.557531ms
    panic.go:522: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/73dfce30b9a5630b1b4dabed3c94b32c/logTestImportWorkerFailure479722807
--- FAIL: TestImportWorkerFailure (12.08s)

Parameters: TAGS=bazel,gss

Help

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

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-33221

@cockroach-teamcity cockroach-teamcity added branch-release-22.2.17-rc 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-queries SQL Queries Team labels Nov 5, 2023
@cockroach-teamcity cockroach-teamcity added this to the 22.2 milestone Nov 5, 2023
@github-project-automation github-project-automation bot moved this to Triage in SQL Queries Nov 5, 2023
@yuzefovich
Copy link
Member

The test shuts down one of the nodes while the IMPORT is running. Over in #108626 we recently changed to make the test only verify the atomicity of an import. I think we're just missing the backport to 22.2 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-22.2.17-rc 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-queries SQL Queries Team
Projects
Archived in project
Development

No branches or pull requests

2 participants