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/tabledesc: TestIndexDoesNotStorePrimaryKeyColumnMixedVersion failed #116622

Closed
cockroach-teamcity opened this issue Dec 16, 2023 · 4 comments · Fixed by #116791
Closed
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. P-1 Issues/test failures with a fix SLA of 1 month T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Dec 16, 2023

sql/catalog/tabledesc.TestIndexDoesNotStorePrimaryKeyColumnMixedVersion failed with artifacts on master @ 1f53a61732c6f9e48622f45d276eb5e1c343ad30:

=== RUN   TestIndexDoesNotStorePrimaryKeyColumnMixedVersion
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/d683b1e56197e0abcfe81bcc24d65b25/logTestIndexDoesNotStorePrimaryKeyColumnMixedVersion1813710857
    test_log_scope.go:81: use -show-logs to present logs inline
    validate_version_gating_test.go:119: 
        	Error Trace:	github.com/cockroachdb/cockroach/pkg/sql/catalog/tabledesc_test/pkg/sql/catalog/tabledesc/validate_version_gating_test.go:119
        	Error:      	An error is expected but got nil.
        	Test:       	TestIndexDoesNotStorePrimaryKeyColumnMixedVersion
    panic.go:523: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/d683b1e56197e0abcfe81bcc24d65b25/logTestIndexDoesNotStorePrimaryKeyColumnMixedVersion1813710857
--- FAIL: TestIndexDoesNotStorePrimaryKeyColumnMixedVersion (23.26s)

Parameters:

  • TAGS=bazel,gss,deadlock
  • stress=true
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-34690

@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-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Dec 16, 2023
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Dec 16, 2023
@rafiss
Copy link
Collaborator

rafiss commented Dec 18, 2023

I can reproduce this locally using:

./dev test --stress pkg/sql/catalog/tabledesc -f=TestIndexDoesNotStorePrimaryKeyColumnMixedVersion -- --define gotags=bazel,gss,deadlock

cc @Xiang-Gu since you just added this test.

@rafiss rafiss added P-1 Issues/test failures with a fix SLA of 1 month and removed release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Dec 18, 2023
@Xiang-Gu
Copy link
Contributor

great, I will take a look at this soon

@cockroach-teamcity
Copy link
Member Author

sql/catalog/tabledesc.TestIndexDoesNotStorePrimaryKeyColumnMixedVersion failed with artifacts on master @ fdcc02698c06185eef0b1050a5787ce69acaccf9:

Fatal error:

panic: test timed out after 57s
running tests:
	TestIndexDoesNotStorePrimaryKeyColumnMixedVersion (0s)

Stack:

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

=== RUN   TestIndexDoesNotStorePrimaryKeyColumnMixedVersion
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/7b4578e3c0124849ee4088d817d512f1/logTestIndexDoesNotStorePrimaryKeyColumnMixedVersion1066389461
    test_log_scope.go:81: use -show-logs to present logs inline

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/tabledesc.TestIndexDoesNotStorePrimaryKeyColumnMixedVersion failed on master @ e2e88aa288c81282b20ca0640da983f97b234324:

=== RUN   TestIndexDoesNotStorePrimaryKeyColumnMixedVersion
    test_log_scope.go:170: test logs captured to: outputs.zip/logTestIndexDoesNotStorePrimaryKeyColumnMixedVersion4258912170
    test_log_scope.go:81: use -show-logs to present logs inline
    validate_version_gating_test.go:119: 
        	Error Trace:	github.com/cockroachdb/cockroach/pkg/sql/catalog/tabledesc_test/pkg/sql/catalog/tabledesc/validate_version_gating_test.go:119
        	Error:      	An error is expected but got nil.
        	Test:       	TestIndexDoesNotStorePrimaryKeyColumnMixedVersion
    panic.go:541: -- test log scope end --
test logs left over in: outputs.zip/logTestIndexDoesNotStorePrimaryKeyColumnMixedVersion4258912170
--- FAIL: TestIndexDoesNotStorePrimaryKeyColumnMixedVersion (42.28s)

Parameters:

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

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

This test on roachdash | Improve this report!

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. P-1 Issues/test failures with a fix SLA of 1 month T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants