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

ccl/schemachangerccl: TestBackupSuccessMixedVersion_base_alter_table_multiple_commands failed #141744

Open
github-actions bot opened this issue Feb 19, 2025 · 0 comments
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-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@github-actions
Copy link

github-actions bot commented Feb 19, 2025

ccl/schemachangerccl.TestBackupSuccessMixedVersion_base_alter_table_multiple_commands failed on master @ 3ca67e34d648ba46fb651e8e7667a1715c0427d7:

Fatal error:

panic: test timed out after 15m0s
running tests:
	TestBackupSuccessMixedVersion_base_alter_table_multiple_commands (1m32s)
	TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_16_of_31 (4s)

Stack:

goroutine 1486797 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x385
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x2d
Log preceding fatal error

=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands
    test_log_scope.go:165: test logs captured to: outputs.zip/logTestBackupSuccessMixedVersion_base_alter_table_multiple_commands3382257137
    test_log_scope.go:76: use -show-logs to present logs inline
    datadriven.go:144: 
        /var/lib/engflow/worker/work/0/exec/bazel-out/k8-fastbuild/bin/pkg/ccl/schemachangerccl/schemachangerccl_test_/schemachangerccl_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/schemachanger/testdata/end_to_end/alter_table_multiple_commands/alter_table_multiple_commands.definition:1:
        setup [0 args]
        CREATE TABLE t (i INT PRIMARY KEY, j INT NOT NULL, k INT, FAMILY "primary" (i, j, k));
        ----
    datadriven.go:144: 
        /var/lib/engflow/worker/work/0/exec/bazel-out/k8-fastbuild/bin/pkg/ccl/schemachangerccl/schemachangerccl_test_/schemachangerccl_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/schemachanger/testdata/end_to_end/alter_table_multiple_commands/alter_table_multiple_commands.definition:5:
        stage-exec [2 args]
        INSERT INTO t(j,i) VALUES($stageKey, $stageKey);
        ----
    datadriven.go:144: 
        /var/lib/engflow/worker/work/0/exec/bazel-out/k8-fastbuild/bin/pkg/ccl/schemachangerccl/schemachangerccl_test_/schemachangerccl_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/schemachanger/testdata/end_to_end/alter_table_multiple_commands/alter_table_multiple_commands.definition:11:
        stage-query [2 args]
        SELECT count(*)=$successfulStageCount FROM t;
        ----
        true
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_10_of_31
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_11_of_31
    backup.go:105: skipping due to randomness
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_13_of_31/restore_all_tables_in_database
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_1_of_31
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_4_of_31/restore_database
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_7_of_31/restore_all_tables_in_database
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_7_of_31/restore_database
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_8_of_31
    backup.go:105: skipping due to randomness
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_13_of_31/restore_database_with_schema_only
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_14_of_31
    backup.go:105: skipping due to randomness
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_15_of_31
    backup.go:105: skipping due to randomness
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_3_of_31
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_3_of_31/restore_database
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_4_of_31
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_7_of_31
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_10_of_31/restore_database_with_schema_only
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_13_of_31/restore_database
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_1_of_31/restore_database_with_schema_only
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_3_of_31/restore_database_with_schema_only
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_9_of_31/restore_database
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_10_of_31/restore_all_tables_in_database
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_10_of_31/restore_database
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_13_of_31
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_1_of_31/restore_all_tables_in_database
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_5_of_31
    backup.go:105: skipping due to randomness
=== RUN   TestBackupSuccessMixedVersion_base_alter_table_multiple_commands/post_commit_stage_16_of_31

Parameters:

  • attempt=1
  • run=1
  • shard=6
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-47986

@github-actions github-actions bot 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 Feb 19, 2025
@exalate-issue-sync exalate-issue-sync bot removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Feb 20, 2025
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-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

No branches or pull requests

1 participant