-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql/opt/exec/execbuilder: TestExecBuild failed #59186
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
(sql/opt/exec/execbuilder).TestExecBuild failed on master@3d01fda046c609ee5947e2f41c099dae35b206c1:
=== RUN TestExecBuild
test_log_scope.go:73: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestExecBuild524875429
test_log_scope.go:74: use -show-logs to present logs inline
=== CONT TestExecBuild
logic.go:3300: -- test log scope end --
test logs left over in: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestExecBuild524875429
--- FAIL: TestExecBuild (477.53s)
=== RUN TestExecBuild/local/autocommit_nonmetamorphic
logic.go:2300: let $rangeid = 35
E210120 06:09:55.348246 6201 sql/logictest/logic.go:3507
testdata/autocommit_nonmetamorphic:107: SELECT operation, message FROM [SHOW KV TRACE FOR SESSION]
WHERE message LIKE '%r35: sending batch%'
AND message NOT LIKE '%PushTxn%'
AND message NOT LIKE '%QueryTxn%'
expected:
dist sender send r35: sending batch 2 CPut, 1 EndTxn to (n1,s1):1
but found (query options: "") :
dist sender send r35: sending batch 2 CPut to (n1,s1):1
dist sender send r35: sending batch 2 CPut, 1 EndTxn to (n1,s1):1
logic.go:2259:
testdata/autocommit_nonmetamorphic:107: SELECT operation, message FROM [SHOW KV TRACE FOR SESSION]
WHERE message LIKE '%r35: sending batch%'
AND message NOT LIKE '%PushTxn%'
AND message NOT LIKE '%QueryTxn%'
expected:
dist sender send r35: sending batch 2 CPut, 1 EndTxn to (n1,s1):1
but found (query options: "") :
dist sender send r35: sending batch 2 CPut to (n1,s1):1
dist sender send r35: sending batch 2 CPut, 1 EndTxn to (n1,s1):1
--- done: testdata/autocommit_nonmetamorphic with config local: 16 tests, 1 failures
E210120 06:09:55.351044 6201 sql/logictest/logic.go:3532 testdata/autocommit_nonmetamorphic:115: too many errors encountered, skipping the rest of the input
logic.go:3085:
testdata/autocommit_nonmetamorphic:115: error while processing
logic.go:3085: testdata/autocommit_nonmetamorphic:115: too many errors encountered, skipping the rest of the input
--- FAIL: TestExecBuild/local/autocommit_nonmetamorphic (1.12s)
=== RUN TestExecBuild/local
--- FAIL: TestExecBuild/local (214.13s)
More
make stressrace TESTS=TestExecBuild PKG=./pkg/sql/opt/exec/execbuilder 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.