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

Closed
cockroach-teamcity opened this issue Aug 20, 2021 · 1 comment
Closed

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

cockroach-teamcity opened this issue Aug 20, 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 @ 7897f24246bef3cb94f9f4bfaed474ecaa9fdee6:

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_188178._timestamp AS col_693564, tab_188178._interval AS col_693565, tab_188178._decimal AS col_693566
		FROM
			defaultdb.public.seed_vec AS tab_188176
			JOIN defaultdb.public.seed_vec AS tab_188177 ON (tab_188176._int8) = (tab_188177._int8)
			JOIN defaultdb.public.seed_vec@[0] AS tab_188178 ON (tab_188177._float8) = (tab_188178._float8),
			defaultdb.public.seed_vec@[0] AS tab_188179
		WHERE
			tab_188179._bool
		LIMIT
			48:::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=seed-vec/setting=vec$` * Parameters / `env.COUNT`: <number of runs>

/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 20, 2021
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Aug 20, 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