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

Closed
cockroach-teamcity opened this issue Jan 9, 2024 · 0 comments · Fixed by #117563
Closed

sql/distsql: TestSorterAgainstProcessor failed #117543

cockroach-teamcity opened this issue Jan 9, 2024 · 0 comments · Fixed by #117563
Assignees
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-queries SQL Queries Team
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jan 9, 2024

sql/distsql.TestSorterAgainstProcessor failed with artifacts on master @ e21c0cac5c4d30e28ed619b06c7fd097be86ed77:

=== RUN   TestSorterAgainstProcessor
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/c06d7cbde0396eecf760bef8c1e14239/logTestSorterAgainstProcessor731300419
    test_log_scope.go:81: use -show-logs to present logs inline
--- seed = 2458433813473110306 spillForced = true nCols = 1 K = 25 ---
CREATE TABLE t(a numeric);
INSERT INTO t VALUES
(-8.526598799069625620E+19),
(-0.04133847703391373812),
(320900.2898053933763),
(5.913242406803089631E+28),
(8.754714418368148198E+30),
(-1.0),
(NULL),
(-1),
(0),
(-8853625780676890569),
(23612459999011573.9),
(-8.419054530761376682E+27),
(NULL),
(-5.734661196313655305E+36),
(91851265150074.7506),
(-362.9436175778306425),
(-1.234E+401),
(38582127182.71172493),
(NULL),
(-1),
(-542533537390380655.0),
(-581844823.4805027722),
(-1),
(NULL);
    columnar_operators_test.go:587: different results on row 4;
        expected:
        [-1.0]
        got:
        [-1]
    panic.go:541: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/c06d7cbde0396eecf760bef8c1e14239/logTestSorterAgainstProcessor731300419
--- FAIL: TestSorterAgainstProcessor (0.54s)

Parameters:

  • TAGS=bazel,gss
  • stress=true
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-35242

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. 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 9, 2024
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Jan 9, 2024
@github-project-automation github-project-automation bot moved this to Triage in SQL Queries Jan 9, 2024
@yuzefovich yuzefovich self-assigned this Jan 9, 2024
@yuzefovich yuzefovich moved this from Triage to Active in SQL Queries Jan 9, 2024
@yuzefovich yuzefovich removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Jan 9, 2024
@craig craig bot closed this as completed in #117563 Jan 10, 2024
@craig craig bot closed this as completed in 3bcf088 Jan 10, 2024
@github-project-automation github-project-automation bot moved this from Active to Done in SQL Queries Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-queries SQL Queries Team
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants