Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roachtest: sqlsmith/setup=rand-tables/setting=no-ddl failed #69228

Closed
cockroach-teamcity opened this issue Aug 23, 2021 · 1 comment
Closed
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-sql-queries SQL Queries Team

Comments

@cockroach-teamcity
Copy link
Member

roachtest.sqlsmith/setup=rand-tables/setting=no-ddl failed with artifacts on master @ 61bd543ba7288c8f0eed6cddded7b219c9d1fcd4:

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=rand-tables/setting=no-ddl/run_1
	sqlsmith.go:229,sqlsmith.go:258,test_runner.go:777: error: pq: inbox communication error: rpc error: code = Canceled desc = context canceled
		stmt:
		WITH
			with_20742 (col_134148)
				AS (SELECT * FROM (VALUES (NULL), (NULL), ('\x5b84001eb802ffad':::BYTES)) AS tab_62432 (col_134148)),
			with_20743 (col_134149)
				AS (
					SELECT
						*
					FROM
						(
							VALUES
								(ARRAY[(-9225):::INT8]),
								(ARRAY[]:::INT2[]),
								(ARRAY[3830:::INT8]),
								(NULL),
								(ARRAY[11120:::INT8,12562:::INT8,9520:::INT8]),
								(ARRAY[20389:::INT8,1163:::INT8,(-3641):::INT8])
						)
							AS tab_62433 (col_134149)
				)
		SELECT
			729912075.0769577589:::DECIMAL AS col_134150,
			'01020000C0040000009C2C7267D4C5F64171C101B6079A00C2288401D82D89024200E1EE10184BE3C180D2985E79E3A8417840FC1056DBD3411029C0E74441F1C12000BEED14C6C341904EEB38D194EAC1642873B5D148FB4164496385D78BE141122C092BB41BF8C1E6161FADE495FAC13CE435A6E620F641F68F67BB7E88F3C1F0B169CE703EFAC1':::GEOMETRY
				AS col_134151
		FROM
			defaultdb.public.table1@table1_col1_4_col1_1_expr_col1_9_col1_12_col1_8_col1_5_expr1_key AS tab_62434,
			defaultdb.public.table3@table3_col3_6_col3_4_col3_8_col3_9_col3_3_col3_13_key AS tab_62435,
			with_20743 AS cte_ref_6046
		ORDER BY
			tab_62435.col3_10
		LIMIT
			80:::INT8;
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=rand-tables/setting=no-ddl$` * Parameters / `env.COUNT`: <number of runs>

Same failure on other branches

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Aug 23, 2021
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Aug 23, 2021
@yuzefovich
Copy link
Member

Inbox communication error when vectorized panic injection is enabled, tracked in #66174

@rytaft rytaft removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Aug 23, 2021
@mgartner mgartner moved this to Done in SQL Queries Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-sql-queries SQL Queries Team
Projects
Archived in project
Development

No branches or pull requests

3 participants