-
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
roachtest: sql: error parsing sql statment for crdb_internal.hide_sql_constants #96555
Labels
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
Milestone
Comments
cockroach-teamcity
added
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
labels
Feb 5, 2023
Repro:
Stack trace:
|
rharding6373
changed the title
roachtest: sqlsmith/setup=seed/setting=no-mutations failed
roachtest: sql: error parsing sql statment for crdb_internal.hide_sql_constants
Feb 6, 2023
blathers-crl
bot
added
the
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
label
Feb 7, 2023
[sql queries triage meeting] SQL Sessions: we will remove this function from sqlsmith, but seems like it shouldn't panic, is this yours? |
rharding6373
added a commit
to rharding6373/cockroach
that referenced
this issue
Feb 7, 2023
Informs: cockroachdb#96555 Epic: None
craig bot
pushed a commit
that referenced
this issue
Feb 7, 2023
96572: parser: no-op if QUOTE '"' is specified in COPY r=otan a=otan Release note (sql change): `COPY ... FROM ... QUOTE '"'` will no longer error. Epic: None Informs: #85574 Release justification: fixes usability issues with third party tools that is really a no-op. 96741: sqlsmith: disable crdb_internal.hide_sql_constants r=rharding6373 a=rharding6373 Informs: #96555 Epic: None Co-authored-by: Oliver Tan <[email protected]> Co-authored-by: rharding6373 <[email protected]>
The @cockroachdb/sql-observability team added this function; so I will assign them. |
rafiss
removed
the
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
label
Feb 9, 2023
craig bot
pushed a commit
that referenced
this issue
Feb 10, 2023
96892: cacheutil: fix computation of entry size r=ZhouXing19 a=rafiss fixes #89444 The previous way would always result in a fixed size for each entry, since it would just compute the size of a pointer. Now, the size of the entry must be specified when writing to the cache. Release note: None 96899: builtins: crdb_internal.hide_sql_constants should not error on parse r=xinhaoz a=xinhaoz Previously, if crdb_internal.hide_sql_constants is unable to parse the provided string as a sql statement, it returned an error. Instead, we should just return the empty string to make it less disruptive. Epic: none Fixes: #96555 Release note: None 96958: roachtest: rename SQLExperience -> SQLSessions r=jordanlewis a=rafiss Epic: None Release note: None Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Xin Hao Zhang <[email protected]>
michae2
added a commit
to michae2/cockroach
that referenced
this issue
Mar 1, 2023
Fix one of the error cases of `hide_sql_constants` to append an empty string to the array, rather than returning an empty string. Also, add `hide_sql_constants` back to sqlsmith now that cockroachdb#96555 is fixed. Epic: None Fixes: cockroachdb#97830 Release note: None
michae2
added a commit
to michae2/cockroach
that referenced
this issue
Mar 3, 2023
Now that cockroachdb#96555 and cockroachdb#97830 are fixed, add `hide_sql_constants` back to sqlsmith. Also add some missing spaces to the info strings. Epic: None Release note: None
craig bot
pushed a commit
that referenced
this issue
Mar 3, 2023
97831: sqlsmith: bring back hide_sql_constants r=rharding6373 a=michae2 Now that #96555 and #97830 are fixed, add `hide_sql_constants` back to sqlsmith. Also add some missing spaces to the info strings. Epic: None Release note: None Co-authored-by: Michael Erickson <[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).
O-roachtest
O-robot
Originated from a bot.
roachtest.sqlsmith/setup=seed/setting=no-mutations failed with artifacts on master @ 8e24570fa366ed038c6ae65f50db5d8e22826db0:
Parameters:
ROACHTEST_cloud=gce
,ROACHTEST_cpu=4
,ROACHTEST_encrypted=false
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-24184
The text was updated successfully, but these errors were encountered: