-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: sqlsmith/setup=empty/setting=default failed #68975
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.release-blockerIndicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
Description
roachtest.sqlsmith/setup=empty/setting=default failed with artifacts on master @ 04a41e7915f4a89dcc1d0dbd92466c6adf79ec9f:
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=default/run_1
sqlsmith.go:217,sqlsmith.go:252,test_runner.go:777: error: pq: internal error: runtime error: index out of range [-1]
stmt:
SELECT
tab_632.col0_5 AS col_1039,
tab_633.col0_1 AS col_1040,
(-1.3167076110839844):::FLOAT8 AS col_1041,
tab_631.col0_2 AS col_1042
FROM
defaultdb.public.tab_513@tab_513_col0_5_col0_4_col0_1_col0_3_col0_0_idx AS tab_631
JOIN defaultdb.public.tab_513@tab_513_col0_5_col0_4_col0_1_col0_3_col0_0_idx AS tab_632 ON
(tab_631.col0_5) = (tab_632.col0_5),
defaultdb.public.tab_513@[0] AS tab_633;
Reproduce
See: roachtest README
See: CI job to stress roachtests
For the CI stress job, click the ellipsis (...) next to the Run button and fill in: * Changes / Build branch: master * Parameters / `env.TESTS`: `^sqlsmith/setup=empty/setting=default$` * Parameters / `env.COUNT`: <number of runs>
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.release-blockerIndicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
Type
Projects
Status
Done