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=tpcc/setting=no-mutations failed #69831

Closed
cockroach-teamcity opened this issue Sep 4, 2021 · 3 comments
Closed

roachtest: sqlsmith/setup=tpcc/setting=no-mutations failed #69831

cockroach-teamcity opened this issue Sep 4, 2021 · 3 comments
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

Comments

@cockroach-teamcity
Copy link
Member

roachtest.sqlsmith/setup=tpcc/setting=no-mutations failed with artifacts on master @ 44c95054cfe0108df872d2cda7952fc92259426b:

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=tpcc/setting=no-mutations/run_1
	sqlsmith.go:229,sqlsmith.go:258,test_runner.go:777: error: pq: inbox communication error: rpc error: code = Canceled desc = context canceled
		stmt:
		SELECT
			(-6.017949239746045967E+20):::DECIMAL AS col_285,
			tab_111.d_state AS col_286,
			tab_111.d_zip AS col_287,
			tab_112.o_d_id AS col_288,
			'2026-02-27 19:17:07.000758':::TIMESTAMP AS col_289
		FROM
			defaultdb.public.district@[0] AS tab_111,
			defaultdb.public."order"@order_idx AS tab_112
			JOIN defaultdb.public.warehouse@[0] AS tab_113 ON
					(tab_112.o_w_id) = (tab_113.w_id)
					AND (tab_112.crdb_internal_mvcc_timestamp) = (tab_113.w_tax)
					AND (tab_112.o_ol_cnt) = (tab_113.w_id)
		WHERE
			postgis_hasbbox('0107000000040000000101000000B68EBB564D7DF3C15087FF040D30DAC10102000000090000005AE875BCA779FFC10EB49CA64835F7C1625A66F4DBD7E8C1E032ACD72B3CC641FAB2305A9A68F0C16CABAD2D8FEBDCC1080DF75B4D54FC4117ECADE6CC11F1C1880E62E28202F64198CCBAB26870D2419CFE5E8E1D5EE2410CE410A66BBDE841405D8270A4BBA6C1440FD0D9746EF14170C886D94A52CBC1B66F9892C50DF8417AEDF002465BEAC1605E8B21E742FE41010500000002000000010200000005000000889DE35F5D35D1C1905E7E4A775CDD413C339D6AC07BE941E03747287FA1D34180051DF098C8D241FCB81E2032AA0142747117E6B079D7C1E0166B1B7DBCF841ACD4A18B892DFBC19A537A278F990142010200000003000000E853CC0BACEB01C2BC9A0741191AE9C124C154DB6F98DBC124274B558FC8DEC15CE3781E17FA00425E2C41F961C5F9C10101000000E05A7160BD0BEDC148CF13AB865BDA41':::GEOMETRY::GEOMETRY)::BOOL
		ORDER BY
			tab_113.crdb_internal_mvcc_timestamp DESC, tab_111.tableoid ASC, tab_113.w_street_1 DESC
		LIMIT
			64:::INT8;
Reproduce

See: roachtest README

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

rytaft commented Sep 7, 2021

Not a release blocker

@rytaft rytaft removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Sep 7, 2021
@rytaft
Copy link
Collaborator

rytaft commented Sep 7, 2021

Has SET testing_vectorize_inject_panics=true;

@yuzefovich
Copy link
Member

Inbox communication error when vectorized panic injection is enabled, tracked in #66174

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

3 participants