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-mutations failed #66707

Closed
cockroach-teamcity opened this issue Jun 22, 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. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.

Comments

@cockroach-teamcity
Copy link
Member

roachtest.sqlsmith/setup=rand-tables/setting=no-mutations failed with artifacts on master @ 19865dd4d29e87212f36b237aaaf543a7d9d55f5:

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-mutations/run_1
	sqlsmith.go:220,sqlsmith.go:250,test_runner.go:757: error: pq: inbox communication error: rpc error: code = Canceled desc = context canceled
		stmt:
		SELECT
			tab_36223.crdb_internal_mvcc_timestamp AS col_74040
		FROM
			defaultdb.public.table1@[0] AS tab_36222,
			defaultdb.public.table1@[0] AS tab_36223
			JOIN defaultdb.public.table2@table2_col2_0_idx1 AS tab_36224
				JOIN defaultdb.public.table2@[0] AS tab_36225 ON
						(tab_36224.tableoid) = (tab_36225.tableoid)
						AND (tab_36224.crdb_internal_mvcc_timestamp) = (tab_36225.crdb_internal_mvcc_timestamp)
						AND (tab_36224.col2_0) = (tab_36225.col2_0) ON
					(tab_36223.col1_5) = (tab_36224.tableoid) AND (tab_36223.col1_0) = (tab_36225.col2_0)
		WHERE
			true
		ORDER BY
			tab_36222.col1_7 DESC, tab_36222.col1_4 ASC, tab_36222.col1_0 ASC, tab_36222.col1_2;
Reproduce

To reproduce, try:

# From https://go.crdb.dev/p/roachstress, perhaps edited lightly.
caffeinate ./roachstress.sh sqlsmith/setup=rand-tables/setting=no-mutations

/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 Jun 22, 2021
@mgartner
Copy link
Collaborator

Duplicate of #66174. Closing.

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.
Projects
Archived in project
Development

No branches or pull requests

2 participants