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: TestExportImportBank failed #136291

Closed
cockroach-teamcity opened this issue Nov 27, 2024 · 1 comment · Fixed by #136331
Closed

sql/importer: TestExportImportBank failed #136291

cockroach-teamcity opened this issue Nov 27, 2024 · 1 comment · Fixed by #136331
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. T-sql-queries SQL Queries Team

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Nov 27, 2024

sql/importer.TestExportImportBank failed on master @ b77653f98b4ce56425f7b0997671d8414051ea54:

=== RUN   TestExportImportBank
    test_log_scope.go:165: test logs captured to: outputs.zip/logTestExportImportBank80965495
    test_log_scope.go:76: use -show-logs to present logs inline
    test_server_shim.go:152: automatically injected a shared process virtual cluster under test; see comment at top of test_server_shim.go for details.
    exportcsv_test.go:141: -- test log scope end --
test logs left over in: outputs.zip/logTestExportImportBank80965495
--- FAIL: TestExportImportBank (476.66s)
=== RUN   TestExportImportBank/null=NULL
    exportcsv_test.go:130: error executing query="IMPORT INTO bank2 CSV DATA ($1) WITH delimiter = '|', nullif = 'NULL'" args=["userfile:/t/TestExportImportBank/null=NULL/*"]: pq: job 1024450313194471425: could not mark as reverting: job 1024450313194471425: with status "running": expected session "0101801d87ef14c2d542d0afe588074c706a05" but found "010180f79889bac6484f23a01397e43091f392"
    panic.go:626: error executing query="DROP TABLE bank2" args=[]: pq: relation "bank2" is offline: importing
    --- FAIL: TestExportImportBank/null=NULL (180.30s)

Parameters:

  • attempt=1
  • race=true
  • run=3
  • shard=3
Help

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

This test on roachdash | Improve this report!

Jira issue: CRDB-44957

@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-queries SQL Queries Team labels Nov 27, 2024
@github-project-automation github-project-automation bot moved this to Triage in SQL Queries Nov 27, 2024
@yuzefovich yuzefovich removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Nov 27, 2024
@yuzefovich
Copy link
Member

The symptoms here match what we saw in this failure, and it was in the same config (shared process multi-tenancy, 3 node cluster, and race build).

I wonder whether we want to extend the session liveness expiration in race builds. I'll send a patch for that.

@yuzefovich yuzefovich self-assigned this Nov 28, 2024
@yuzefovich yuzefovich moved this from Triage to Active in SQL Queries Nov 28, 2024
@craig craig bot closed this as completed in 1ae7e46 Nov 28, 2024
@github-project-automation github-project-automation bot moved this from Active to Done in SQL Queries Nov 28, 2024
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. T-sql-queries SQL Queries Team
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants