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 types mismatch #59419

Closed
cockroach-teamcity opened this issue Jan 26, 2021 · 2 comments
Closed

roachtest: sqlsmith types mismatch #59419

cockroach-teamcity opened this issue Jan 26, 2021 · 2 comments
Assignees
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.

Comments

@cockroach-teamcity
Copy link
Member

(roachtest).sqlsmith/setup=rand-tables/setting=no-ddl failed on master@d86781c07065421f4a4d8bf5d988900ab07fdce5:

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-ddl/run_1
	sqlsmith.go:198,sqlsmith.go:228,test_runner.go:767: error: pq: internal error: unexpected error from the vectorized engine: interface conversion: coldata.Column is coldata.Int64s, not coldata.Int32s
		stmt:
		WITH
			with_2919 (col_21013)
				AS (
					SELECT tab_8771.col2_2 AS col_21013 FROM defaultdb.public.table2@table2_col2_2_col2_1_key AS tab_8771
					UNION ALL
						SELECT
							*
						FROM
							(VALUES (22276:::INT8), (NULL), (NULL), (0:::INT8), (29798:::INT8)) AS tab_8772 (col_21014)
				)
		SELECT
			cte_ref_875.col_21013 AS col_21015
		FROM
			with_2919 AS cte_ref_875
		WHERE
			true
		ORDER BY
			cte_ref_875.col_21013 DESC
		LIMIT
			86:::INT8;

More

Artifacts: /sqlsmith/setup=rand-tables/setting=no-ddl

See this test on roachdash
powered by pkg/cmd/internal/issues

@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 Jan 26, 2021
@asubiotto asubiotto removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Jan 26, 2021
@asubiotto
Copy link
Contributor

This is not an alpha release blocker since it is an edge case that. The max impact is simply an error returned from the query.

@asubiotto asubiotto changed the title roachtest: sqlsmith/setup=rand-tables/setting=no-ddl failed roachtest: sqlsmith types mismatch Jan 26, 2021
@yuzefovich
Copy link
Member

dup of #59148

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.
Projects
None yet
Development

No branches or pull requests

3 participants