-
Notifications
You must be signed in to change notification settings - Fork 4.1k
ccl/logictestccl: TestCCLLogic failed #61320
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.branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.
Description
(ccl/logictestccl).TestCCLLogic failed on master@9ba48738bc511ad6954682cab41e23b8492facd8:
=== RUN TestCCLLogic
test_log_scope.go:73: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestCCLLogic722860822
test_log_scope.go:74: use -show-logs to present logs inline
=== CONT TestCCLLogic
logic.go:3351: -- test log scope end --
test logs left over in: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestCCLLogic722860822
--- FAIL: TestCCLLogic (46.18s)
=== RUN TestCCLLogic/multiregion-9node-3region-3azs
--- FAIL: TestCCLLogic/multiregion-9node-3region-3azs (0.00s)
=== RUN TestCCLLogic/multiregion-9node-3region-3azs/multi_region
=== PAUSE TestCCLLogic/multiregion-9node-3region-3azs/multi_region
=== CONT TestCCLLogic/multiregion-9node-3region-3azs/multi_region
--- done: testdata/logic_test/regional_by_row_rename_column with config multiregion-9node-3region-3azs: 8 tests, 0 failures
--- total progress: 636 statements/queries
=== CONT TestCCLLogic/multiregion-9node-3region-3azs/multi_region
logic.go:2300:
testdata/logic_test/multi_region:650: SHOW ZONE CONFIGURATION FOR DATABASE alter_survive_db
expected:
DATABASE alter_survive_db ALTER DATABASE alter_survive_db CONFIGURE ZONE USING
range_min_bytes = 134217728,
range_max_bytes = 536870912,
gc.ttlseconds = 90000,
num_replicas = 5,
num_voters = 3,
constraints = '{+region=ap-southeast-2: 1, +region=ca-central-1: 1, +region=us-east-1: 1}',
voter_constraints = '[+region=ca-central-1]',
lease_preferences = '[[+region=ca-central-1]]'
but found (query options: "") :
DATABASE alter_survive_db ALTER DATABASE alter_survive_db CONFIGURE ZONE USING
range_min_bytes = 134217728,
range_max_bytes = 536870912,
gc.ttlseconds = 90000,
num_replicas = 4,
num_voters = 3,
constraints = '{+region=ap-southeast-2: 1, +region=ca-central-1: 1}',
voter_constraints = '[+region=ca-central-1]',
lease_preferences = '[[+region=ca-central-1]]'
--- done: testdata/logic_test/multi_region with config multiregion-9node-3region-3azs: 108 tests, 1 failures
E210302 06:13:22.098145 93225 sql/logictest/logic.go:3583 [-] 15 testdata/logic_test/multi_region:663: too many errors encountered, skipping the rest of the input
logic.go:3126:
testdata/logic_test/multi_region:663: error while processing
logic.go:3126: testdata/logic_test/multi_region:663: too many errors encountered, skipping the rest of the input
--- FAIL: TestCCLLogic/multiregion-9node-3region-3azs/multi_region (9.95s)
More
Parameters:
- TAGS=
- GOFLAGS=-parallel=4
make stressrace TESTS=TestCCLLogic PKG=./pkg/ccl/logictestccl TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1
See this test on roachdash
powered by pkg/cmd/internal/issues
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.branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.