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=half/seed-multi-region failed #101595

Closed
cockroach-teamcity opened this issue Apr 15, 2023 · 1 comment
Labels
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
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 15, 2023

roachtest.unoptimized-query-oracle/disable-rules=half/seed-multi-region failed with artifacts on release-23.1.0 @ 3c51a373e8c272c5fd3fef0179321df51cbf401e:

test artifacts and logs in: /artifacts/unoptimized-query-oracle/disable-rules=half/seed-multi-region/run_1
(query_comparison_util.go:251).runOneRoundQueryComparison: . 1054 statements run: expected unoptimized and optimized results to be equal
  []string{
  	... // 26 identical elements
  	"0",
  	"0",
- 	"0",
- 	"0",
- 	"0",
  	"1.4259175581752215e-63",
+ 	"1.9086414639941962e-51",
+ 	"1.9415704996685752e-56",
  	"2.326871973842198e+23",
+ 	"3.6404446868785786e-57",
- 	"8.730957220833931e-14",
+ 	"4.2271064867670645e-13",
  	"NULL",
  	"NaN",
  }
sql: SELECT
	stddev_samp("tab 77"._float8::FLOAT8)::FLOAT8 AS "col\\x3d 279"
FROM
	defaultdb.public.seed_mr_table@[0] AS tab76
	RIGHT JOIN defaultdb.public.seed_mr_table@[0] AS "tab 77" ON (tab76._bool) = ("tab 77"._bool)
GROUP BY
	"tab 77"._float8
HAVING
	bool_or(tab76._bool::BOOL)::BOOL
ORDER BY
	"tab 77"._float8 DESC NULLS LAST

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

Help

See: roachtest README

See: How To Investigate (internal)

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-27047

@cockroach-teamcity cockroach-teamcity added branch-release-23.1.0 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 Apr 15, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Apr 15, 2023
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Apr 15, 2023
@mgartner
Copy link
Collaborator

I can't get this to reproduce. If there was some non-deterministic failure here, it looks like it could be related to #95264, because of the presence of stddev_samp. It could also be related to #95665.

@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
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
Projects
Archived in project
Development

No branches or pull requests

2 participants