Skip to content

Commit

Permalink
contrib/database/sql: remove broken execution trace tests
Browse files Browse the repository at this point in the history
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
nsrip-dd committed Jul 16, 2024
1 parent a8bb469 commit 1f4b9c6
Showing 1 changed file with 0 additions and 146 deletions.
146 changes: 0 additions & 146 deletions contrib/database/sql/exec_trace_test.go

This file was deleted.

0 comments on commit 1f4b9c6

Please sign in to comment.