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

sql/distsql: TestSorterAgainstProcessor failed #117814

Closed
cockroach-teamcity opened this issue Jan 16, 2024 · 1 comment
Closed

sql/distsql: TestSorterAgainstProcessor failed #117814

cockroach-teamcity opened this issue Jan 16, 2024 · 1 comment
Labels
branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 C-test-failure Broken test (automatically or manually discovered). 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 Jan 16, 2024

sql/distsql.TestSorterAgainstProcessor failed with artifacts on release-23.1 @ e4f972d027fb1abc0f71b12d63ccf5eaa18a34cc:

=== RUN   TestSorterAgainstProcessor
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/a849d5d55948bead8148defd6aa53428/logTestSorterAgainstProcessor3274818781
    test_log_scope.go:79: use -show-logs to present logs inline
--- seed = 8917845474250910764 spillForced = true nCols = 1 K = 0 ---
CREATE TABLE t(a numeric);
INSERT INTO t VALUES
(-1.0),
(0.04756665035670744640),
(-2814676783598088937),
(8.78661684697304743E+31),
(18778491385329966.20),
(-34026.07857060472619),
(8.119037354360536868E+34),
(-2.957122550592440294E+37),
(-27677239282.92841530),
(-1040072472739021.28),
(-1.207977066059535891E+26),
(-1),
(-81085.39516478255284),
(NULL),
(8.851795674640881840E+25),
(0);
    columnar_operators_test.go:589: different results on row 6;
        expected:
        [-1.0]
        got:
        [-1]
    panic.go:522: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/a849d5d55948bead8148defd6aa53428/logTestSorterAgainstProcessor3274818781
--- FAIL: TestSorterAgainstProcessor (0.07s)
Help

See also: How To Investigate a Go Test Failure (internal)

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-35375

@cockroach-teamcity cockroach-teamcity added branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 C-test-failure Broken test (automatically or manually discovered). 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 Jan 16, 2024
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Jan 16, 2024
@github-project-automation github-project-automation bot moved this to Triage in SQL Queries Jan 16, 2024
@yuzefovich
Copy link
Member

Need to backport #117563 to 23.1 and 23.2 branches.

@github-project-automation github-project-automation bot moved this from Triage to Done in SQL Queries Jan 16, 2024
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, technical advisories, and bugs for 23.1 C-test-failure Broken test (automatically or manually discovered). 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