-
Notifications
You must be signed in to change notification settings - Fork 4.1k
ccl/logictestccl: TestCCLLogic failed #68395
Copy link
Copy link
Closed
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.
Description
ccl/logictestccl.TestCCLLogic failed with artifacts on master @ 57ec5f24dc81f947231b877969b7b1603e8721b4:
=== RUN TestCCLLogic
test_log_scope.go:73: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestCCLLogic370260296
test_log_scope.go:74: use -show-logs to present logs inline
=== CONT TestCCLLogic
logic.go:3353: -- test log scope end --
test logs left over in: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestCCLLogic370260296
--- FAIL: TestCCLLogic (179.23s)
=== RUN TestCCLLogic/fakedist-metadata/partitioning_enum/drop_enum_partitioning_value
E210803 19:33:03.315686 96402 jobs/adopt.go:327 [n1] 62 job 681406572588105729: adoption completed with error could not remove enum value "a" as it is being used in the partitioning of index tbl@primary
E210803 19:33:03.701026 97478 jobs/adopt.go:327 [n1] 63 job 681406574199996417: adoption completed with error could not remove enum value "a" as it is being used in the partitioning of index tbl@primary
E210803 19:33:04.217952 93421 jobs/adopt.go:327 [n1] 64 job 681406575863136257: adoption completed with error could not remove enum value "a" as it is being used in the partitioning of index tbl@idx
E210803 19:33:04.606138 95974 sql/logictest/logic.go:3561 [-] 65
E210803 19:33:04.606138 95974 sql/logictest/logic.go:3561 [-] 65 +
E210803 19:33:04.606138 95974 sql/logictest/logic.go:3561 [-] 65 +testdata/logic_test/partitioning_enum:95:
E210803 19:33:04.606138 95974 sql/logictest/logic.go:3561 [-] 65 +expected "could not remove enum value \"a\" as it is being used in the partitioning of index tbl@idx", but no error occurred
logic.go:1818:
testdata/logic_test/partitioning_enum:95:
expected "could not remove enum value \"a\" as it is being used in the partitioning of index tbl@idx", but no error occurred
--- done: testdata/logic_test/partitioning_enum with config fakedist-metadata: 15 tests, 1 failures
--- total progress: 545 statements/queries
--- FAIL: TestCCLLogic/fakedist-metadata/partitioning_enum/drop_enum_partitioning_value (1.65s)
=== RUN TestCCLLogic/fakedist-metadata/partitioning_enum
=== PAUSE TestCCLLogic/fakedist-metadata/partitioning_enum
=== CONT TestCCLLogic/fakedist-metadata/partitioning_enum
--- FAIL: TestCCLLogic/fakedist-metadata/partitioning_enum (4.04s)
=== RUN TestCCLLogic/fakedist-metadata
--- FAIL: TestCCLLogic/fakedist-metadata (0.00s)
Reproduce
To reproduce, try:
make stressrace TESTS=TestCCLLogic PKG=./pkg/ccl/logictestccl TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1Parameters in this failure:
- GOFLAGS=-json
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.