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=default failed #72557

Closed
cockroach-teamcity opened this issue Nov 9, 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. T-sql-queries SQL Queries Team

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Nov 9, 2021

roachtest.sqlsmith/setup=rand-tables/setting=default failed with artifacts on master @ f4c16510270c6902e69c3e26e3c125532b416c1b:

SET sql_safe_updates = false;

CREATE TABLE table2 (
	col2_0
		BOOL,
	col2_1
		REGROLE,
	col2_2
		GEOGRAPHY,
	col2_3
		STRING
		AS (lower(CAST(col2_2 AS STRING))) STORED
		NOT NULL,
	INDEX (col2_0 ASC),
	INVERTED INDEX (col2_1 ASC, col2_2),
	FAMILY (col2_1),
	FAMILY (col2_3)
);

INSERT
INTO
	defaultdb.public.table2
		(col2_0, col2_1, col2_2)
VALUES
	(
		true,
		2710998613:::OID,
		'0103000060E6100000010000000D00000048A3F730518B334038053B1A557C4EC0DAFB52F67272EEC1F083F911E57F3E40D835986470BB55C04417D357CFBEFB41EE406265ADB06240B484F640A84231C09ABE8ABA0B2BE9C1B6E5C928CD4950405CC58D3353AC3040D80D98BEE24CDA41D8FEB3F2F5A05A40204A7CC17706334040E5B52D5C9E0242F0751133BCBB5F40E23BE6686A8A424010AF283BCCC0F9C1C46CDC5677F15A401C547CCA6A66414090E1B0DE00DC014200362909BBB84D407C6AC254760F4640769E161F8700F2410069C460256EE03F54E8D2CC8A474C403AB9E1EF2EEFF0415742432900F452C0224B0517D5875040F14C1D01940FF3C1E87C2B954C204EC0F094E7EF6E3F47402525F4D002DA01C276290BF68D3264C0E03BC211577B4340C05F0FF2614EA04148A3F730518B334038053B1A557C4EC0DAFB52F67272EEC1':::GEOGRAPHY
	);

UPDATE
	table2 AS tab_100
SET
	col2_1 = tab_100.col2_1
ORDER BY
	tab_100.col2_0
LIMIT
	48;
Help

See: roachtest README

|

See: How To Investigate (internal)

/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 Nov 9, 2021
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Nov 9, 2021
@yuzefovich
Copy link
Member

This looks like a dup of #70628, cc @mgartner

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