Skip to content
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

contrib/database/sql: remove broken execution trace tests #2789

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

nsrip-dd
Copy link
Contributor

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.

@nsrip-dd nsrip-dd requested review from a team as code owners July 16, 2024 13:01
@github-actions github-actions bot added the apm:ecosystem contrib/* related feature requests or bugs label Jul 16, 2024
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.
@nsrip-dd nsrip-dd force-pushed the nick.ripley/remove-contrib-exectrace-test branch from 1f4b9c6 to 472867f Compare July 16, 2024 13:09
@pr-commenter
Copy link

pr-commenter bot commented Jul 16, 2024

Benchmarks

Benchmark execution time: 2024-07-16 13:32:08

Comparing candidate commit 472867f in PR branch nick.ripley/remove-contrib-exectrace-test with baseline commit a8bb469 in branch main.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 46 metrics, 1 unstable metrics.

@nsrip-dd nsrip-dd merged commit d3a6549 into main Jul 16, 2024
185 checks passed
@nsrip-dd nsrip-dd deleted the nick.ripley/remove-contrib-exectrace-test branch July 16, 2024 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:ecosystem contrib/* related feature requests or bugs no-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants