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/tests: TestRandomSyntaxFunctions failed [int64 varint decoding failed] #109486

Closed
cockroach-teamcity opened this issue Aug 25, 2023 · 4 comments
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. O-rsg Random Syntax Generator T-sql-queries SQL Queries Team X-noreuse Prevent automatic commenting from CI test failures
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Aug 25, 2023

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 7cef593cfe1c21c380445abb98c315a8df0fb1cf:

Random syntax error:

    rsg_test.go:887: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: error decoding 20 bytes: int64 varint decoding failed: 0

Query:

        SELECT array_cat_agg(ARRAY[('1989-01-15':::DATE,),('2005-11-14 21:51:05.000581':::TIMESTAMP,)]) ;
Help

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

Same failure on other branches

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-30945

@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. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Aug 25, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.2 milestone Aug 25, 2023
@rafiss rafiss added O-rsg Random Syntax Generator T-sql-queries SQL Queries Team and removed T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Aug 25, 2023
@rafiss rafiss changed the title sql/tests: TestRandomSyntaxFunctions failed sql/tests: TestRandomSyntaxFunctions failed [int64 varint decoding failed] Aug 25, 2023
@rafiss rafiss added the X-noreuse Prevent automatic commenting from CI test failures label Aug 25, 2023
@github-project-automation github-project-automation bot moved this to Triage in SQL Queries Aug 25, 2023
@yuzefovich
Copy link
Member

This is only reproducible on master. Reverting #108387 makes it return an error (not an internal error).

@rafiss
Copy link
Collaborator

rafiss commented Aug 25, 2023

I saw that #108387 commented out the test case for #78159. Is it related?

@msirek
Copy link
Contributor

msirek commented Aug 26, 2023

#109105 was opened for the internal error, which was actually a pre-existing problem which occurs when the commented out test case has its THEN and ELSE expressions swapped.
Perhaps this failure could also be handled as part of #109105.

@msirek
Copy link
Contributor

msirek commented Aug 27, 2023

Closing as a dup of #109105

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. O-rsg Random Syntax Generator T-sql-queries SQL Queries Team X-noreuse Prevent automatic commenting from CI test failures
Projects
Archived in project
Development

No branches or pull requests

4 participants