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/catalog/descs: TestTxnWithExecutorDataDriven failed #100757

Closed
cockroach-teamcity opened this issue Apr 5, 2023 · 4 comments
Closed

sql/catalog/descs: TestTxnWithExecutorDataDriven failed #100757

cockroach-teamcity opened this issue Apr 5, 2023 · 4 comments
Labels
branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 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)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 5, 2023

sql/catalog/descs.TestTxnWithExecutorDataDriven failed with artifacts on release-23.1 @ 9734b8ee87589257e1454ef1ff0af608112046c4:

Fatal error:

panic: test timed out after 55s

Stack:

goroutine 42296 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x88
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x38
Log preceding fatal error

=== RUN   TestTxnWithExecutorDataDriven
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/75dfee071ab560e8309157a7e5222bd9/logTestTxnWithExecutorDataDriven1359080804
    test_log_scope.go:79: use -show-logs to present logs inline
=== RUN   TestTxnWithExecutorDataDriven/basic_txn
    txn_with_executor_datadriven_test.go:52: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/10823/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/catalog/descs/descs_test_/descs_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/catalog/descs/testdata/basic_txn:1:
        exec [1 args]
        CREATE TABLE foo (i INT PRIMARY KEY);
        ----
        0	
    txn_with_executor_datadriven_test.go:52: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/10823/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/catalog/descs/descs_test_/descs_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/catalog/descs/testdata/basic_txn:6:
        exec [1 args]
        INSERT INTO foo VALUES (1), (2);
        ALTER TABLE foo ADD COLUMN j INT DEFAULT 52;
        ALTER TABLE foo ADD COLUMN k INT DEFAULT 64;
        ----
        2	0	0	
    txn_with_executor_datadriven_test.go:52: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/10823/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/catalog/descs/descs_test_/descs_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/catalog/descs/testdata/basic_txn:13:
        query [1 args]
        SELECT * FROM foo;
        SELECT j, k FROM foo;
        ----
        i  j   k
        1  52  64
        2  52  64
        j   k
        52  64
        52  64
=== RUN   TestTxnWithExecutorDataDriven/drop_and_alter_in_txn

Help

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

/cc @cockroachdb/sql-schema

This test on roachdash | Improve this report!

Jira issue: CRDB-26610

@cockroach-teamcity cockroach-teamcity added branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Apr 5, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Apr 5, 2023
@blathers-crl blathers-crl bot added the T-sql-schema-deprecated Use T-sql-foundations instead label Apr 5, 2023
@cockroach-teamcity
Copy link
Member Author

sql/catalog/descs.TestTxnWithExecutorDataDriven failed with artifacts on release-23.1 @ 64903e1646ddecc81ec5cc6a2493a153899fcdfc:

Fatal error:

panic: test timed out after 55s

Stack:

goroutine 33959 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x88
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x38
Log preceding fatal error

=== RUN   TestTxnWithExecutorDataDriven
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/75dfee071ab560e8309157a7e5222bd9/logTestTxnWithExecutorDataDriven2204362886
    test_log_scope.go:79: use -show-logs to present logs inline
=== RUN   TestTxnWithExecutorDataDriven/basic_txn
    txn_with_executor_datadriven_test.go:52: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2544/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/catalog/descs/descs_test_/descs_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/catalog/descs/testdata/basic_txn:1:
        exec [1 args]
        CREATE TABLE foo (i INT PRIMARY KEY);
        ----
        0	
    txn_with_executor_datadriven_test.go:52: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2544/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/catalog/descs/descs_test_/descs_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/catalog/descs/testdata/basic_txn:6:
        exec [1 args]
        INSERT INTO foo VALUES (1), (2);
        ALTER TABLE foo ADD COLUMN j INT DEFAULT 52;
        ALTER TABLE foo ADD COLUMN k INT DEFAULT 64;
        ----
        2	0	0	
    txn_with_executor_datadriven_test.go:52: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2544/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/catalog/descs/descs_test_/descs_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/catalog/descs/testdata/basic_txn:13:
        query [1 args]
        SELECT * FROM foo;
        SELECT j, k FROM foo;
        ----
        i  j   k
        1  52  64
        2  52  64
        j   k
        52  64
        52  64
=== RUN   TestTxnWithExecutorDataDriven/drop_and_alter_in_txn
    txn_with_executor_datadriven_test.go:52: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2544/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/catalog/descs/descs_test_/descs_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/catalog/descs/testdata/drop_and_alter_in_txn:1:
        exec [1 args]
        CREATE DATABASE mydb;
        ----
        0	
    txn_with_executor_datadriven_test.go:52: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2544/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/catalog/descs/descs_test_/descs_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/catalog/descs/testdata/drop_and_alter_in_txn:6:
        exec [1 args]
        ALTER ROLE ALL IN DATABASE mydb SET timezone = 'America/New_York';
        DROP DATABASE mydb;
        ----
        0	0	

Help

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

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/catalog/descs.TestTxnWithExecutorDataDriven failed with artifacts on release-23.1 @ 64903e1646ddecc81ec5cc6a2493a153899fcdfc:

Fatal error:

panic: test timed out after 55s

Stack:

goroutine 43354 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x88
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x38
Log preceding fatal error

=== RUN   TestTxnWithExecutorDataDriven
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/75dfee071ab560e8309157a7e5222bd9/logTestTxnWithExecutorDataDriven4039566378
    test_log_scope.go:79: use -show-logs to present logs inline
=== RUN   TestTxnWithExecutorDataDriven/basic_txn
    txn_with_executor_datadriven_test.go:52: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2862/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/catalog/descs/descs_test_/descs_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/catalog/descs/testdata/basic_txn:1:
        exec [1 args]
        CREATE TABLE foo (i INT PRIMARY KEY);
        ----
        0	
    txn_with_executor_datadriven_test.go:52: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2862/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/catalog/descs/descs_test_/descs_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/catalog/descs/testdata/basic_txn:6:
        exec [1 args]
        INSERT INTO foo VALUES (1), (2);
        ALTER TABLE foo ADD COLUMN j INT DEFAULT 52;
        ALTER TABLE foo ADD COLUMN k INT DEFAULT 64;
        ----
        2	0	0	
    txn_with_executor_datadriven_test.go:52: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2862/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/catalog/descs/descs_test_/descs_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/catalog/descs/testdata/basic_txn:13:
        query [1 args]
        SELECT * FROM foo;
        SELECT j, k FROM foo;
        ----
        i  j   k
        1  52  64
        2  52  64
        j   k
        52  64
        52  64
=== RUN   TestTxnWithExecutorDataDriven/drop_and_alter_in_txn

Help

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

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/catalog/descs.TestTxnWithExecutorDataDriven failed with artifacts on release-23.1 @ 5ed11459941549d40c184baeb5787a0f3a22aaac:

Fatal error:

panic: test timed out after 55s

Stack:

goroutine 38913 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x88
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x38
Log preceding fatal error

=== RUN   TestTxnWithExecutorDataDriven
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/75dfee071ab560e8309157a7e5222bd9/logTestTxnWithExecutorDataDriven1706585363
    test_log_scope.go:79: use -show-logs to present logs inline
=== RUN   TestTxnWithExecutorDataDriven/basic_txn

Help

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

This test on roachdash | Improve this report!

@fqazi
Copy link
Collaborator

fqazi commented Apr 18, 2023

All of the following tests that fail on ARM are hitting a 55-second timeout here, maybe this is overload, and we need to bump this up:
#100757
#101678
#101375
#101698

We will wait for one triage cycle and see if this reoccurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 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

3 participants