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

upgrade/upgrades: TestBackfillJobsInfoTable failed #101374

Closed
cockroach-teamcity opened this issue Apr 12, 2023 · 2 comments
Closed

upgrade/upgrades: TestBackfillJobsInfoTable failed #101374

cockroach-teamcity opened this issue Apr 12, 2023 · 2 comments
Labels
A-jobs C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-jobs
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 12, 2023

upgrade/upgrades.TestBackfillJobsInfoTable failed with artifacts on release-23.1.0 @ c0ac1ce45f20dd99890b1f2b51b26426de6c14b3:

=== RUN   TestBackfillJobsInfoTable
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/194b1b11adb2bb86a3c51c4924595952/logTestBackfillJobsInfoTable2749153352
    test_log_scope.go:79: use -show-logs to present logs inline
    backfill_jobs_info_table_migration_test.go:107: query '
        SELECT count(*) FROM system.jobs AS j, system.job_info AS i
        WHERE j.id = i.job_id AND (j.payload = i.value OR j.progress = i.value) AND (j.id >= 1 AND j.id <= 5)
        ': expected:
        14
        
        got:
        10
        
    panic.go:522: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/194b1b11adb2bb86a3c51c4924595952/logTestBackfillJobsInfoTable2749153352
--- FAIL: TestBackfillJobsInfoTable (35.15s)

Parameters: TAGS=bazel,gss,deadlock

Help

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

Same failure on other branches

/cc @cockroachdb/sql-schema

This test on roachdash | Improve this report!

Jira issue: CRDB-26917

@cockroach-teamcity cockroach-teamcity added branch-release-23.1.0 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Apr 12, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Apr 12, 2023
@blathers-crl blathers-crl bot added the T-sql-schema-deprecated Use T-sql-foundations instead label Apr 12, 2023
@fqazi fqazi added T-jobs and removed T-sql-schema-deprecated Use T-sql-foundations instead labels Apr 18, 2023
@blathers-crl blathers-crl bot added the A-jobs label Apr 18, 2023
@cockroach-teamcity
Copy link
Member Author

upgrade/upgrades.TestBackfillJobsInfoTable failed with artifacts on release-23.1.0 @ 36ee6c802b18ab8a544b20d03dec68d82d99604b:

=== RUN   TestBackfillJobsInfoTable
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/194b1b11adb2bb86a3c51c4924595952/logTestBackfillJobsInfoTable2630249151
    test_log_scope.go:79: use -show-logs to present logs inline
    backfill_jobs_info_table_migration_test.go:107: query '
        SELECT count(*) FROM system.jobs AS j, system.job_info AS i
        WHERE j.id = i.job_id AND (j.payload = i.value OR j.progress = i.value) AND (j.id >= 1 AND j.id <= 5)
        ': expected:
        14
        
        got:
        10
        
    panic.go:540: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/194b1b11adb2bb86a3c51c4924595952/logTestBackfillJobsInfoTable2630249151
--- FAIL: TestBackfillJobsInfoTable (34.48s)

Parameters: TAGS=bazel,gss,race

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

upgrade/upgrades.TestBackfillJobsInfoTable failed with artifacts on release-23.1.0 @ 358e0d87912365b8976c55ab9b3292e999cf720d:

=== RUN   TestBackfillJobsInfoTable
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/194b1b11adb2bb86a3c51c4924595952/logTestBackfillJobsInfoTable485476204
    test_log_scope.go:79: use -show-logs to present logs inline
    backfill_jobs_info_table_migration_test.go:107: query '
        SELECT count(*) FROM system.jobs AS j, system.job_info AS i
        WHERE j.id = i.job_id AND (j.payload = i.value OR j.progress = i.value) AND (j.id >= 1 AND j.id <= 5)
        ': expected:
        14
        
        got:
        12
        
    panic.go:522: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/194b1b11adb2bb86a3c51c4924595952/logTestBackfillJobsInfoTable485476204
--- FAIL: TestBackfillJobsInfoTable (34.35s)

Parameters: TAGS=bazel,gss,deadlock

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@rafiss rafiss closed this as completed May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-jobs C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-jobs
Projects
None yet
Development

No branches or pull requests

3 participants