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/rand-multi-region failed #132900

Closed
cockroach-teamcity opened this issue Oct 18, 2024 · 1 comment
Closed

roachtest: costfuzz/rand-multi-region failed #132900

cockroach-teamcity opened this issue Oct 18, 2024 · 1 comment
Labels
B-runtime-assertions-enabled 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. O-rsg Random Syntax Generator 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 X-duplicate Closed as a duplicate of another issue.

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Oct 18, 2024

Note: This build has runtime assertions enabled. If the same failure was hit in a run without assertions enabled, there should be a similar failure without this message. If there isn't one, then this failure is likely due to an assertion violation or (assertion) timeout.

roachtest.costfuzz/rand-multi-region failed with artifacts on master @ 833dadd212fa4b12b1442ae8e00e85ee80a8cdce:

  		",L\x16p>qA,0101000020E61000007EF725E89B615BC058B4AECA72B83640,X,{",
- 		"7984,-1069,-11695,-70,-51},f\x05\x05P,106,2024-06-19 11:06:11.000065 +",
- 		"0000 UTC,2018-08-20 05:07:42.000408 +0000 +0000,NULL,'jb' | !'SV",
- 		"vU' <-> 'SRxwUAae' & 'Etk' <-> 'huBLClKX',110101001000000",
+ 		"3129},f\x05\x05P,106,2024-06-19 11:06:11.000065 +0000 UTC,2018-08-20 0",
+ 		"5:07:42.000408 +0000 +0000,{1.2345678e+21,0.07468227,1.0186182},",
+ 		"!'HwbgB' | 'AbWtiF' | 'lpdxwD',110110100101001",
  		"11,30",
  	}, ""),
  	strings.Join({
  		"\x16,1",
- 		"1011010010100111",
  		",L\x16p>qA,0101000020E61000007EF725E89B615BC058B4AECA72B83640,X,{",
- 		"3129},f\x05\x05P,106,2024-06-19 11:06:11.000065 +0000 UTC,2018-08-20 0",
- 		"5:07:42.000408 +0000 +0000,{1.2345678e+21,0.07468227,1.0186182},",
- 		"!'HwbgB' | 'AbWtiF' | 'lpdxwD',110110100101001",
+ 		"7984,-1069,-11695,-70,-51},f\x05\x05P,106,2024-06-19 11:06:11.000065 +",
+ 		"0000 UTC,2018-08-20 05:07:42.000408 +0000 +0000,NULL,'jb' | !'SV",
+ 		"vU' <-> 'SRxwUAae' & 'Etk' <-> 'huBLClKX',110101001000000",
  		"11,30",
  	}, ""),
  	"\x16,NULL,L\x16p>qA,0101000020E61000007EF725E89B615BC058B4AECA72B83640"...,
  	"\x16,NULL,L\x16p>qA,0101000020E61000007EF725E89B615BC058B4AECA72B83640"...,
  	... // 13 identical elements
  }
sql: SELECT
	e'\x16':::STRING AS col_5292,
	COALESCE(tab_1557."col""3_2", tab_1557."col""3_2") AS col_5293,
	e'L\x16p>qA':::STRING AS col_5294,
	'0101000020E61000007EF725E89B615BC058B4AECA72B83640':::GEOGRAPHY AS col_5295,
	'X':::STRING AS col_5296,
	tab_1557.col3_8 AS col_5297,
	e'f\x05\x05P':::STRING:::NAME AS col_5298,
	tab_1557.tableoid AS col_5299,
	tab_1557.col3_7 AS col_5300,
	'2018-08-20 05:07:42.000408':::TIMESTAMP AS col_5301,
	tab_1557."col3�_6" AS col_5302,
	tab_1557."c""ol3_1" AS col_5303,
	tab_1557."col""3_2" AS col_5304,
	30:::INT8 AS col_5305
FROM
	defaultdb.public.table_3 AS tab_1557
WHERE
	inet_contained_by_or_equals('241.179.92.71/26':::INET::INET, '0.0.0.0/0':::INET::INET)::BOOL
ORDER BY
	tab_1557.col3_8,
	tab_1557."co l3_5" ASC,
	tab_1557.crdb_internal_mvcc_timestamp DESC NULLS FIRST,
	tab_1557.crdb_internal_mvcc_timestamp DESC
test artifacts and logs in: /artifacts/costfuzz/rand-multi-region/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_fs=ext4
  • ROACHTEST_localSSD=true
  • ROACHTEST_runtimeAssertionsBuild=true
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

Jira issue: CRDB-43333

@cockroach-teamcity cockroach-teamcity added B-runtime-assertions-enabled 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. O-rsg Random Syntax Generator 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 labels Oct 18, 2024
@github-project-automation github-project-automation bot moved this to Triage in SQL Queries Oct 18, 2024
@mgartner mgartner added the X-duplicate Closed as a duplicate of another issue. label Oct 18, 2024
@mgartner
Copy link
Collaborator

Duplicate of #131346.

@github-project-automation github-project-automation bot moved this from Triage to Done in SQL Queries Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-runtime-assertions-enabled 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. O-rsg Random Syntax Generator 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 X-duplicate Closed as a duplicate of another issue.
Projects
Archived in project
Development

No branches or pull requests

2 participants