-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: sqlsmith/setup=empty/setting=no-mutations failed #70667
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-masterFailures and bugs on the master branch.Failures and bugs on the master branch.
Description
roachtest.sqlsmith/setup=empty/setting=no-mutations failed with artifacts on master @ 85b1e92455eb2795043d71e5766b1b56dab308f2:
The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/sqlsmith/setup=empty/setting=no-mutations/run_1
sqlsmith.go:223,sqlsmith.go:256,test_runner.go:777: error: pq: internal error: no volatility for cast tuple[]::tuple[]
stmt:
WITH
with_28347 (col_157656, col_157657, col_157658)
AS (
SELECT
*
FROM
(
VALUES
(ARRAY[(),(),()], e'\x0e\x1eIMbU 7':::STRING, '23:51:31.383352+09:55:00':::TIMETZ),
(ARRAY[(),(),(),()], e'\'':::STRING, NULL),
(
CASE
WHEN false THEN ARRAY[(),()]
ELSE ARRAY[]:::RECORD[]
END,
NULL,
('28 years 707 days 11:52:39.797833':::INTERVAL::INTERVAL + parse_timetz(NULL::STRING, e'.\x10zBZ\x1aw>':::STRING::STRING)::TIMETZ::TIMETZ)::TIMETZ
),
(ARRAY[()], e'\r6m$N':::STRING, '20:20:07.281751-09:05:00':::TIMETZ)
)
AS tab_91682 (col_157656, col_157657, col_157658)
)
SELECT
cte_ref_8281.col_157657 AS col_157659,
cte_ref_8281.col_157658 AS col_157660,
ARRAY[(),(),(),()] AS col_157661,
cte_ref_8281.col_157656 AS col_157662,
NULL AS col_157663,
cte_ref_8280.col_157658 AS col_157664
FROM
with_28347 AS cte_ref_8280, with_28347 AS cte_ref_8281
WHERE
'cB':::STRING ~ e'\x1aL\x1d|I\x19#g':::STRING
LIMIT
46:::INT8;
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-masterFailures and bugs on the master branch.Failures and bugs on the master branch.
Type
Projects
Status
Done