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: unoptimized-query-oracle/disable-rules=all/rand-tables failed #123984

Closed
cockroach-teamcity opened this issue May 11, 2024 · 1 comment
Labels
branch-release-23.1 Used to mark GA and release blockers and technical advisories for 23.1 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 X-duplicate Closed as a duplicate of another issue.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented May 11, 2024

roachtest.unoptimized-query-oracle/disable-rules=all/rand-tables failed with artifacts on release-23.1 @ ed045dc72631760a58a58d46de01d6ffacd3335a:

(query_comparison_util.go:257).runOneRoundQueryComparison: . 2215 statements run: expected unoptimized and optimized results to be equal
  []string{
  	strings.Join({
- 		"-",
+ 		"0",
  		",1972-09-27 00:00:00 +0000 +0000,0000-01-01 00:00:00 +1559 +1559",
  	}, ""),
  }
sql: SELECT
	(
		SELECT
			(
				SELECT
					tab_1669."col""1_3" AS col_4817
				FROM
					defaultdb.public."t
able5"@[0] AS tab_1670
				ORDER BY
					col_4817 ASC NULLS LAST
				LIMIT
					1:::INT8
			)
				AS col_4818
		FROM
			defaultdb.public.table1@[0] AS tab_1669
		ORDER BY
			col_4818 ASC
		LIMIT
			1:::INT8
	)
		AS col_4819,
	'1972-09-27':::DATE AS col_4820,
	'00:00:00+15:59':::TIMETZ AS col_4821
ORDER BY
	col_4820 NULLS FIRST, col_4819 ASC, col_4821 DESC NULLS LAST
LIMIT
	75:::INT8
test artifacts and logs in: /artifacts/unoptimized-query-oracle/disable-rules=all/rand-tables/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_metamorphicBuild=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-38641

@cockroach-teamcity cockroach-teamcity added branch-release-23.1 Used to mark GA and release blockers and technical advisories for 23.1 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 labels May 11, 2024
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone May 11, 2024
@yuzefovich yuzefovich added the X-duplicate Closed as a duplicate of another issue. label May 12, 2024
@yuzefovich
Copy link
Member

dup of #118273

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-23.1 Used to mark GA and release blockers and technical advisories for 23.1 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 X-duplicate Closed as a duplicate of another issue.
Projects
Status: Done
Development

No branches or pull requests

2 participants