-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: unoptimized-query-oracle/disable-rules=all failed #87605
Copy link
Copy link
Closed
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.Originated from a bot.T-sql-queriesSQL Queries TeamSQL Queries Teambranch-release-22.2Used to mark GA and release blockers, technical advisories, and bugs for 22.2Used to mark GA and release blockers, technical advisories, and bugs for 22.2
Milestone
Description
roachtest.unoptimized-query-oracle/disable-rules=all failed with artifacts on release-22.2 @ f8e04f32b84a9727c9e813d0096bde2de64d5675:
test artifacts and logs in: /artifacts/unoptimized-query-oracle/disable-rules=all/run_1
query_comparison_util.go:240,query_comparison_util.go:69,unoptimized_query_oracle.go:51,test_runner.go:908: . 9271 statements run: expected unoptimized and optimized results to be equal
(1) attached stack trace
-- stack trace:
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*queryComparisonHelper).makeError
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/query_comparison_util.go:348
| [...repeated from below...]
Wraps: (2) . 9271 statements run
Wraps: (3) attached stack trace
-- stack trace:
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runUnoptimizedQueryOracleImpl
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/unoptimized_query_oracle.go:165
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerUnoptimizedQueryOracle.func1.1
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/unoptimized_query_oracle.go:54
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runOneRoundQueryComparison
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/query_comparison_util.go:239
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runQueryComparison
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/query_comparison_util.go:69
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerUnoptimizedQueryOracle.func1
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/unoptimized_query_oracle.go:51
| main.(*testRunner).runTest.func2
| main/pkg/cmd/roachtest/test_runner.go:908
| runtime.goexit
| GOROOT/src/runtime/asm_amd64.s:1594
Wraps: (4) expected unoptimized and optimized results to be equal
| []string{
| "000000000000,NULL,0,0,NULL",
| "000000000000,NULL,0,0,NULL",
| "000000000000,f2147dbd-ac48-465b-9e72-b07afa3c2eb4,0,0,NULL",
| strings.Join({
| "000000000000,feeffeef-feef-feef-feef-feeffeeffeef,0,0,1.23456789",
| "01234",
| + "56",
| "e+13",
| }, ""),
| }
| sql: SELECT
| B'000000000000' AS col_31904,
| tab_11254.col2_10 AS col_31905,
| 0:::OID AS col_31906,
| 0:::OID AS col_31907,
| (tab_11254.col2_7::FLOAT8 // 1.0:::FLOAT8::FLOAT8)::FLOAT8 AS col_31908
| FROM
| defaultdb.public.table2@[0] AS tab_11254
| ORDER BY
| tab_11254.col2_2 ASC, tab_11254.col2_8 ASC
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.leafError
Parameters: ROACHTEST_cloud=gce
, ROACHTEST_cpu=4
, ROACHTEST_ssd=0
Same failure on other branches
- roachtest: unoptimized-query-oracle/disable-rules=all failed #87495 roachtest: unoptimized-query-oracle/disable-rules=all failed [C-test-failure O-roachtest O-robot T-sql-queries branch-master]
This test on roachdash | Improve this report!
Jira issue: CRDB-19442
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.Originated from a bot.T-sql-queriesSQL Queries TeamSQL Queries Teambranch-release-22.2Used to mark GA and release blockers, technical advisories, and bugs for 22.2Used to mark GA and release blockers, technical advisories, and bugs for 22.2
Type
Projects
Status
Done