-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
contrib/database/sql: remove broken execution trace tests (#2789)
The execution tracer tests for contrib/database/sql use a parser which does not support Go 1.21 or newer traces. The tests should be ported to use golang.org/x/exp/trace and moved to internal/exectracetest, but for now they are effectively broken since we no longer run Go 1.20 in CI. Remove them to fix CI on main, until we port them to the new parser.
- Loading branch information
Showing
3 changed files
with
0 additions
and
149 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters