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=seed-vec/setting=vec failed #70073

Closed
cockroach-teamcity opened this issue Sep 11, 2021 · 1 comment
Closed

roachtest: sqlsmith/setup=seed-vec/setting=vec failed #70073

cockroach-teamcity opened this issue Sep 11, 2021 · 1 comment
Labels
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=seed-vec/setting=vec failed with artifacts on release-21.2 @ 4811bb9c8c1d20b9f200d44bc7df388ad2d80898:

The test failed on branch=release-21.2, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/sqlsmith/setup=seed-vec/setting=vec/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:
		SELECT
			tab_37036._int2 AS col_134749, tab_37036._uuid AS col_134750
		FROM
			defaultdb.public.seed_vec AS tab_37033
			JOIN defaultdb.public.seed_vec AS tab_37034 ON
					(tab_37033._int8) = (tab_37034._int8)
					AND (tab_37033._date) = (tab_37034._date)
					AND (tab_37033._float8) = (tab_37034._float8),
			defaultdb.public.seed_vec@[0] AS tab_37035
			JOIN defaultdb.public.seed_vec@[0] AS tab_37036 ON (tab_37035._int8) = (tab_37036._int2)
		ORDER BY
			tab_37033._float8 DESC
		LIMIT
			9:::INT8;
Reproduce

See: roachtest README

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

@cockroach-teamcity cockroach-teamcity added branch-release-21.2 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 Sep 11, 2021
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Sep 11, 2021
@rytaft
Copy link
Collaborator

rytaft commented Sep 13, 2021

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

@rytaft rytaft closed this as completed Sep 13, 2021
@rytaft rytaft removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

2 participants