-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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 [panic in bitmask_and] #108976
Labels
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
db-cy-23
O-robot
Originated from a bot.
O-rsg
Random Syntax Generator
T-sql-queries
SQL Queries Team
Milestone
Comments
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 18, 2023
Can sql-queries take a look this is linked to #107863 |
rafiss
changed the title
sql/tests: TestRandomSyntaxFunctions failed
sql/tests: TestRandomSyntaxFunctions failed [panic in bitmask_and]
Aug 18, 2023
rafiss
removed
the
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
label
Aug 18, 2023
yuzefovich
added a commit
to yuzefovich/cockroach
that referenced
this issue
Aug 19, 2023
This commit unifies all sanity checks performed on the builtin overloads to be in a single place. These checks verify that the correct "function" fields are set based on the class of the overload. It additionally introduces an extra check that `Fn` field has the correct signature (all other fields are verified at compile time via marker interfaces, but there are just too many `Fn` usages, so it's easier to have init time check). This check would have prevented cockroachdb#108976 from slipping in. Epic: None Release note: None
yuzefovich
added a commit
to yuzefovich/cockroach
that referenced
this issue
Aug 22, 2023
This commit unifies all sanity checks performed on the builtin overloads to be in a single place. These checks verify that the correct "function" fields are set based on the class of the overload. It additionally introduces an extra check that `Fn` field has the correct signature (all other fields are verified at compile time via marker interfaces, but there are just too many `Fn` usages, so it's easier to have init time check). This check would have prevented cockroachdb#108976 from slipping in. Epic: None Release note: None
craig bot
pushed a commit
that referenced
this issue
Aug 22, 2023
109066: builtins: unify and expand sanity checks of builtins r=yuzefovich a=yuzefovich This commit unifies all sanity checks performed on the builtin overloads to be in a single place. These checks verify that the correct "function" fields are set based on the class of the overload. It additionally introduces an extra check that `Fn` field has the correct signature (all other fields are verified at compile time via marker interfaces, but there are just too many `Fn` usages, so it's easier to have init time check). This check would have prevented #108976 from slipping in. Epic: None Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
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).
db-cy-23
O-robot
Originated from a bot.
O-rsg
Random Syntax Generator
T-sql-queries
SQL Queries Team
sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ efa3cfa5574d67640ad58d8437a259edd61dbf40:
Random syntax error:
Query:
Help
See also: How To Investigate a Go Test Failure (internal)
Same failure on other branches
This test on roachdash | Improve this report!
Jira issue: CRDB-30727
The text was updated successfully, but these errors were encountered: