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

Closed
cockroach-teamcity opened this issue Sep 23, 2022 · 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
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Sep 23, 2022

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

test artifacts and logs in: /artifacts/sqlsmith/setup=rand-tables/setting=no-mutations/run_1
	sqlsmith.go:266,sqlsmith.go:327,test_runner.go:928: error: pq: internal error: required ordering refers to non-output columns (op project)
		stmt:
		EXPLAIN WITH
			with_17 (col_72) AS (SELECT * FROM (VALUES (NULL), ('':::STRING)) AS tab_32 (col_72))
		SELECT
			tab_34.crdb_internal_mvcc_timestamp AS col_73
		FROM
			defaultdb.public.table3@[0] AS tab_33
			JOIN defaultdb.public.table1@table1_pkey AS tab_34
				JOIN defaultdb.public.table3@[0] AS tab_35 ON (tab_34.col1_0) = (tab_35.tableoid) ON
					(tab_33.tableoid) = (tab_35.tableoid),
			with_17 AS cte_ref_10
		WHERE
			tab_35.col3_1
		ORDER BY
			tab_34.col1_1, tab_35.col3_1 ASC, tab_33.col3_0 ASC, tab_34.col1_3, tab_33.crdb_internal_mvcc_timestamp ASC
		LIMIT
			67:::INT8;

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-19964

@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. labels Sep 23, 2022
@cockroach-teamcity cockroach-teamcity added this to the 22.2 milestone Sep 23, 2022
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Sep 23, 2022
@DrewKimball
Copy link
Collaborator

Dup of #88037

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

2 participants