cockroachdb / cockroachdb/cockroach
sql: enable local-prepared logictest config on more files
Open
A-prepared-stmts
A-testing
C-cleanup
T-sql-queries
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
PR #152017 added a new `local-prepared` logictest configuration to prepare each SQL statement before executing it. The configuration worked out of the box on many files, but there were many others where it caused test failures. To avoid working through every test failure as part of that PR, #152017 disabled the config on all files where it failed. This issue tracks the work to investigate those test failures and enable the `local-prepared` config on as many files as possible.
Jira issue: CRDB-53665
Epic CRDB-55124
Contributor guide
Assessment
This issue has not been assessed yet.