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

Closed
cockroach-teamcity opened this issue Sep 24, 2021 · 3 comments · Fixed by #70711
Closed

sql/tests: TestRandomSyntaxFunctions failed #70661

cockroach-teamcity opened this issue Sep 24, 2021 · 3 comments · Fixed by #70711
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.

Comments

@cockroach-teamcity
Copy link
Member

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 85b1e92455eb2795043d71e5766b1b56dab308f2:

Random syntax error:

    rsg_test.go:779: Crash detected: server panic: pq: internal error: invalid datum type given: timestamptz[], expected unknown

Query:

        SELECT array_prepend((SELECT NULL)::timestamptz, NULL) ;
Reproduce

To reproduce, try:

make stressrace TESTS=TestRandomSyntaxFunctions PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

Same failure on other branches

Internal log

mjibson marked as alumn{us/a}; resolving to rafiss instead

/cc @cockroachdb/sql-experience rafiss

This test on roachdash | Improve this report!

@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. labels Sep 24, 2021
@rafiss rafiss self-assigned this Sep 24, 2021
@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 9ba8499e80a3234da094e061827f1c23d9d33341:

Random syntax error:

    rsg_test.go:779: Crash detected: server panic: pq: internal error: invalid datum type given: timestamptz[], expected unknown

Query:

        SELECT array_append(NULL, '1976-08-16 18:47:01.000297+00:00':::TIMESTAMPTZ) ;
Reproduce

To reproduce, try:

make stressrace TESTS=TestRandomSyntaxFunctions PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

Same failure on other branches

Internal log

mjibson marked as alumn{us/a}; resolving to rafiss instead

/cc @cockroachdb/sql-experience rafiss

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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

Random syntax error:

    rsg_test.go:779: Crash detected: server panic: pq: internal error: invalid datum type given: interval[], expected unknown

Query:

        SELECT array_append(NULL, '48 years 2 mons 398 days 18:09:41.868456':::INTERVAL) ;
Reproduce

To reproduce, try:

make stressrace TESTS=TestRandomSyntaxFunctions PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

Same failure on other branches

Internal log

mjibson marked as alumn{us/a}; resolving to rafiss instead

/cc @cockroachdb/sql-experience rafiss

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 37d9f72a28a8e009bc6ba3c4d3c5780af554b92d:

Random syntax error:

    rsg_test.go:779: Crash detected: server panic: pq: internal error: cannot use value of type tuple[] on a datumVec of type unknown

Query:

        SELECT array_append(NULL, ('18:26:41.854629+13:09:00':::TIMETZ,)) ;
Reproduce

To reproduce, try:

make stressrace TESTS=TestRandomSyntaxFunctions PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

Same failure on other branches

Internal log

mjibson marked as alumn{us/a}; resolving to rafiss instead

/cc @cockroachdb/sql-experience rafiss

This test on roachdash | Improve this report!

@craig craig bot closed this as completed in 879ef81 Sep 28, 2021
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants