-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql/logictest: TestLogic failed #59263
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/logictest).TestLogic failed on master@5e6cd56e3938a8e9fbe5617a923eb67cbbceef95:
__auto__ {c} 1000 10 0
__auto__ {c} 1000 10 0
__auto__ {d} 1000 1 1000
__auto__ {d} 1000 2 730
but found (query options: "colnames,rowsort,retry" -> ignore the following ordering of rows) :
statistics_name column_names row_count distinct_count null_count
__auto__ {a,b,c} 1000 1000 0
__auto__ {a,b,c} 1000 1000 0
__auto__ {a,b,c} 1000 1000 0
__auto__ {a,b} 1000 100 0
__auto__ {a,b} 1000 100 0
__auto__ {a,b} 1000 100 0
__auto__ {a} 1000 10 0
__auto__ {a} 1000 10 0
__auto__ {a} 1000 10 0
__auto__ {b} 1000 10 0
__auto__ {b} 1000 10 0
__auto__ {b} 1000 10 0
__auto__ {c} 1000 10 0
__auto__ {c} 1000 10 0
__auto__ {c} 1000 10 0
__auto__ {d} 1000 1 1000
__auto__ {d} 1000 1 1000
__auto__ {d} 1000 2 730
goroutine 4599883 [running]:
runtime/debug.Stack(0xc004ae7278, 0x4d047c0, 0xc0c9ede4c0)
/usr/local/go/src/runtime/debug/stack.go:24 +0x9f
github.com/cockroachdb/cockroach/pkg/testutils.SucceedsSoon(0x4ec5c00, 0xc15c2db980, 0xc004ae7278)
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/soon.go:36 +0x6d
github.com/cockroachdb/cockroach/pkg/sql/logictest.(*logicTest).processSubtest(0xc185db3000, 0x0, 0x0, 0xc0620011d0, 0x0, 0xc000a65890, 0x2b, 0x4163704, 0x10, 0x3, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/logictest/logic.go:2249 +0x2267
github.com/cockroachdb/cockroach/pkg/sql/logictest.(*logicTest).processTestFile(0xc185db3000, 0xc000a65890, 0x2b, 0x4163704, 0x10, 0x3, 0x1, 0x4141af5, 0x2, 0x4142590, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/logictest/logic.go:1794 +0x7b8
github.com/cockroachdb/cockroach/pkg/sql/logictest.(*logicTest).runFile(0xc185db3000, 0xc000a65890, 0x2b, 0x4163704, 0x10, 0x3, 0x1, 0x4141af5, 0x2, 0x4142590, ...)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/logictest/logic.go:3086 +0xd8
github.com/cockroachdb/cockroach/pkg/sql/logictest.RunLogicTestWithDefaultConfig.func1.1(0xc15c2db980)
/go/src/github.com/cockroachdb/cockroach/pkg/sql/logictest/logic.go:3285 +0x2de
testing.tRunner(0xc15c2db980, 0xc1217674c0)
/usr/local/go/src/testing/testing.go:1123 +0xef
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:1168 +0x2b3
--- done: testdata/logic_test/distsql_automatic_stats with config fakedist-vec-off: 10 tests, 0 failures
--- progress: testdata/logic_test/aggregate: 162 statements/queries
--- progress: testdata/logic_test/aggregate: 163 statements/queries
--- FAIL: TestLogic/fakedist-vec-off/distsql_automatic_stats (47.66s)
=== RUN TestLogic/fakedist-vec-off
--- FAIL: TestLogic/fakedist-vec-off (0.65s)
=== RUN TestLogic/fakedist-spec-planning
--- FAIL: TestLogic/fakedist-spec-planning (0.64s)
More
Parameters:
- GOFLAGS=-json
make stressrace TESTS=TestLogic PKG=./pkg/sql/logictest TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1
Related:
-
sql/logictest: TestLogic failed #58363 sql/logictest: TestLogic failed C-test-failure O-robot branch-release-20.2
-
sql/logictest: TestLogic failed #58269 sql/logictest: TestLogic failed C-test-failure O-robot branch-release-20.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.