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: costfuzz failed #87807

Closed
cockroach-teamcity opened this issue Sep 12, 2022 · 1 comment
Closed

roachtest: costfuzz failed #87807

cockroach-teamcity opened this issue Sep 12, 2022 · 1 comment
Labels
branch-release-22.2 Used to mark GA and release blockers, technical advisories, and bugs for 22.2 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 12, 2022

roachtest.costfuzz failed with artifacts on release-22.2 @ 9b62adaceb821a96d325a8ce30f35952ec48e9e5:

		  |   		"f2faeb4-9892-4aac-a84d-a8acd01e321d,0000-01-01 12:32:09.152039 +",
		  |   		"0000 UTC,0.04444155989263503829",
		  |   	}, ""),
		  |   	"84194a16-77e6-4b04-855b-c060662b0db8,0,1.201E+11,1032745772,-14,"...,
		  |   	"844bfb42-7d39-46d4-b219-b0858dcb34c1,0,1.201E+11,1032745772,-808"...,
		  |   	... // 12 identical elements
		  |   	"cb5a3209-a81a-4650-9da8-e057bfce4288,0,1.201E+11,1032745772,-4,="...,
		  |   	"d5eaa79e-7189-4df0-9a24-d7f91e126359,0,1.201E+11,1032745772,1286"...,
		  |   	strings.Join({
		  |   		"d84ab315-4710-4da1-aa79-1faa1d911e79,0,1.201E+11,1032745772,7367",
		  |   		"61490,\x00,0,a,-1038705321.09515995",
		  | + 		"0",
		  |   		",-39,?t\x183Z\\T\x0f<,-7068386035.95517723,00110101000010111110010111,d",
		  |   		"84ab315-4710-4da1-aa79-1faa1d911e79,0000-01-01 12:32:09.152039 +",
		  |   		"0000 UTC,0.04444155989263503829",
		  |   	}, ""),
		  |   	"dc829891-62f1-4a58-a5bf-174be1385b18,0,1.201E+11,1032745772,-201"...,
		  |   	"e5fd603a-157d-4d7a-8742-a89762f3ad9a,0,1.201E+11,1032745772,15,."...,
		  |   	strings.Join({
		  |   		"ec24b5df-c3f0-4ec3-9117-7d1d01acbcc9,0,1.201E+11,1032745772,-20,",
		  |   		"\v,0,I~{*1\f,-7105905314.0125288301051416",
		  | + 		"00",
		  |   		",-39,?t\x183Z\\T\x0f<,-7068386035.95517723,00110101000010111110010111,e",
		  |   		"c24b5df-c3f0-4ec3-9117-7d1d01acbcc9,0000-01-01 12:32:09.152039 +",
		  |   		"0000 UTC,0.04444155989263503829",
		  |   	}, ""),
		  |   	"efe57322-193a-40d6-80f0-7711daf29e40,0,1.201E+11,1032745772,4438"...,
		  |   	"f3898501-152d-4f32-815e-8b572ebe72fa,0,1.201E+11,1032745772,1000"...,
		  |   	... // 20 identical elements
		  |   }
		  | sql: SELECT
		  | 	tab_120.col3_7 AS col_388,
		  | 	0:::OID AS col_389,
		  | 	1.201E+11:::DECIMAL AS col_390,
		  | 	1032745772:::INT8 AS col_391,
		  | 	tab_120.col3_8 AS col_392,
		  | 	tab_120.col3_5 AS col_393,
		  | 	0:::OID AS col_394,
		  | 	tab_120.col3_6 AS col_395,
		  | 	tab_120.col3_10 AS col_396,
		  | 	(-39):::INT8 AS col_397,
		  | 	e'?t\x183Z\\T\x0f<':::STRING AS col_398,
		  | 	(-7068386035.95517723):::DECIMAL AS col_399,
		  | 	B'00110101000010111110010111' AS col_400,
		  | 	tab_120.col3_11 AS col_401,
		  | 	'12:32:09.152039':::TIME AS col_402,
		  | 	0.04444155989263503829:::DECIMAL AS col_403
		  | FROM
		  | 	defaultdb.public.table3@[0] AS tab_120
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.leafError

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

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-19546

@cockroach-teamcity cockroach-teamcity added branch-release-22.2 Used to mark GA and release blockers, technical advisories, and bugs for 22.2 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 12, 2022
@cockroach-teamcity cockroach-teamcity added this to the 22.2 milestone Sep 12, 2022
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Sep 12, 2022
@mgartner mgartner removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Sep 12, 2022
@mgartner
Copy link
Collaborator

Duplicate of #86790.

@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-release-22.2 Used to mark GA and release blockers, technical advisories, and bugs for 22.2 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