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 #69736

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

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

cockroach-teamcity opened this issue Sep 2, 2021 · 1 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. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-queries SQL Queries Team

Comments

@cockroach-teamcity
Copy link
Member

roachtest.sqlsmith/setup=seed-vec/setting=vec failed with artifacts on master @ 63679e7bf4a0244c6e46381751543cfe3f32388c:

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=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_49645.tableoid AS col_183317, tab_49646._float8 AS col_183318, tab_49645._decimal AS col_183319
		FROM
			defaultdb.public.seed_vec@[0] AS tab_49645
			JOIN defaultdb.public.seed_vec AS tab_49646
				JOIN defaultdb.public.seed_vec AS tab_49647 ON
						(tab_49646._int8) = (tab_49647._int8) AND (tab_49646._date) = (tab_49647._date) ON
					(tab_49645._float8) = (tab_49647._float8),
			defaultdb.public.seed_vec@seed_vec__int8__float8__date_idx AS tab_49648
		WHERE
			tab_49645._bool
		LIMIT
			65:::INT8;
Reproduce

See: roachtest README

/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 Sep 2, 2021
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Sep 2, 2021
@yuzefovich
Copy link
Member

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

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. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-queries SQL Queries Team
Projects
Archived in project
Development

No branches or pull requests

2 participants