-
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
sqlsmith: internal error, trailing bytes in encoded value #104323
Labels
branch-master
Failures and bugs on the master branch.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
T-sql-queries
SQL Queries Team
Comments
irfansharif
added
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
branch-master
Failures and bugs on the master branch.
labels
Jun 5, 2023
blathers-crl
bot
added
the
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
label
Jun 5, 2023
rafiss
removed
the
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
label
Jun 6, 2023
I'm probably being paranoid but could be related to: #101693 |
Full repro should look like this:
But running on master, 23.1.2, and 23.1.0 results in a build-time error:
The JSON syntax is unimplemented in 22.2. I think this was likely introduced by #98162 and fixed by #103078, so we should be good to close it out. |
(Confirmed that the SHA the CI run was from didn't include 8b1d21e.) |
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-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
T-sql-queries
SQL Queries Team
I saw the following assertion trip up in a CI run.
Jira issue: CRDB-28467
The text was updated successfully, but these errors were encountered: