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 #132650

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

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

cockroach-teamcity opened this issue Oct 15, 2024 · 1 comment
Labels
branch-release-24.2 Used to mark GA and release blockers, technical advisories, and bugs for 24.2 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 15, 2024

roachtest.costfuzz/rand-multi-region failed with artifacts on release-24.2 @ 52fafd7ae8a078124f983d0c60550e9f38c68462:

+ 		"010001100010001110011110001001001,",
  	}, ""),
+ 	"4746:6da4:bfda:4735:44d4:9ae0:bdcf:1847/124,6Ujg,0011001011110100101110100110110000,pl\x16",
  	"4746:6da4:bfda:4735:44d4:9ae0:bdcf:1847/124,6Ujg,1,",
  	"4746:6da4:bfda:4735:44d4:9ae0:bdcf:1847/124,6Ujg,1,",
- 	"4746:6da4:bfda:4735:44d4:9ae0:bdcf:1847/124,6Ujg,1,",
- 	"4746:6da4:bfda:4735:44d4:9ae0:bdcf:1847/124,6Ujg,1,pl\x16",
- 	"4746:6da4:bfda:4735:44d4:9ae0:bdcf:1847/124,6Ujg,1,pl\x16",
- 	"4746:6da4:bfda:4735:44d4:9ae0:bdcf:1847/124,6Ujg,1,pl\x16",
  	"4746:6da4:bfda:4735:44d4:9ae0:bdcf:1847/124,6Ujg,1,pl\x16",
  	"4746:6da4:bfda:4735:44d4:9ae0:bdcf:1847/124,6Ujg,1,pl\x16",
+ 	"4746:6da4:bfda:4735:44d4:9ae0:bdcf:1847/124,6Ujg,1001000011111110100110101010101111,pl\x16",
+ 	"4746:6da4:bfda:4735:44d4:9ae0:bdcf:1847/124,6Ujg,1001110100111110101000101111000010,",
+ 	"4746:6da4:bfda:4735:44d4:9ae0:bdcf:1847/124,6Ujg,1010100100101110011000001111010110,pl\x16",
+ 	"4746:6da4:bfda:4735:44d4:9ae0:bdcf:1847/124,6Ujg,1101010111001011011011010010110110,pl\x16",
  }
sql: SELECT
	'4746:6da4:bfda:4735:44d4:9ae0:bdcf:1847/124':::INET AS col_3535,
	'6Ujg':::STRING AS col_3536,
	COALESCE(tab_1086."co'l4_2", tab_1086."co'l4_2") AS col_3537,
	tab_1086.col4_13 AS col_3538
FROM
	defaultdb.public.table_4 AS tab_1086
ORDER BY
	col_3537 NULLS LAST,
	tab_1086.col4_8 NULLS LAST,
	tab_1086.col4_1,
	tab_1086.col4̥_16 DESC NULLS FIRST,
	tab_1086.col4_4 DESC NULLS FIRST,
	tab_1086.tableoid DESC NULLS LAST,
	tab_1086.col4_9,
	tab_1086.crdb_internal_mvcc_timestamp NULLS FIRST,
	tab_1086.col4_12 ASC NULLS FIRST,
	tab_1086.col4_0 DESC NULLS LAST,
	tab_1086."😎Col4_3" DESC NULLS FIRST,
	col_3535 ASC NULLS FIRST,
	tab_1086."co'l4_2",
	tab_1086."col4""_14",
	tab_1086.col4_11 ASC NULLS FIRST,
	col_3538 ASC,
	tab_1086.col4_13 DESC,
	tab_1086."c \\U000E240Bol4_7" ASC,
	tab_1086."col%q4_6" ASC,
	tab_1086.😮col4_15 ASC,
	tab_1086."c%qol4_5" ASC,
	col_3536 NULLS FIRST,
	tab_1086."col4_10" ASC NULLS FIRST
LIMIT
	61:::INT8
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=false
  • 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-43206

@cockroach-teamcity cockroach-teamcity added branch-release-24.2 Used to mark GA and release blockers, technical advisories, and bugs for 24.2 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 15, 2024
@github-project-automation github-project-automation bot moved this to Triage in SQL Queries Oct 15, 2024
@mgartner mgartner added the X-duplicate Closed as a duplicate of another issue. label Oct 21, 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 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-24.2 Used to mark GA and release blockers, technical advisories, and bugs for 24.2 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