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

Closed
cockroach-teamcity opened this issue May 4, 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. 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

cockroach-teamcity commented May 4, 2022

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

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /artifacts/sqlsmith/setup=rand-tables/setting=no-mutations/run_1
	sqlsmith.go:265,sqlsmith.go:305,test_runner.go:876: error: pq: internal error: in-between filters didn't yield a constraint
		stmt:
		WITH
			with_140 (col_794)
				AS (
					SELECT
						*
					FROM
						(
							VALUES
								(2087252372:::OID),
								(3120566363:::OID),
								(2495010852:::OID),
								(1435356389:::OID),
								(0:::OID),
								(NULL)
						)
							AS tab_324 (col_794)
				),
			with_141 (col_795)
				AS (
					SELECT
						*
					FROM
						(
							VALUES
								(1.3370127130904406:::FLOAT8),
								((-1.9320637961607456):::FLOAT8),
								(1.3086988732167657:::FLOAT8),
								((-0.3219623712890951):::FLOAT8)
						)
							AS tab_325 (col_795)
				)
		SELECT
			(tab_327.col1_14::STRING || tab_327.col1_0::STRING)::STRING AS col_796,
			tab_326.col1_10 AS col_797,
			tab_327.col1_6 AS col_798,
			tab_327.col1_11 AS col_799
		FROM
			defaultdb.public.table1@[0] AS tab_326
			JOIN defaultdb.public.table1@[0] AS tab_327 ON
					(tab_326.col1_0) = (tab_327.col1_12)
					AND (tab_326.col1_0) = (tab_327.col1_14)
					AND (tab_326.col1_9) = (tab_327.col1_9)
		LIMIT
			97:::INT8;
Help

See: roachtest README

See: How To Investigate (internal)

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-15435

@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 May 4, 2022
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label May 4, 2022
@rytaft
Copy link
Collaborator

rytaft commented May 4, 2022

Dup of #80820

@rytaft rytaft closed this as completed May 4, 2022
@mgartner mgartner moved this to Done in SQL Queries Jul 24, 2023
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

3 participants