Skip to content

fix: drop test.paused/test.continued spans from test tracing#340

Merged
WVerlaek merged 1 commit into
mainfrom
wv/drop-test-pause-spans
Apr 10, 2026
Merged

fix: drop test.paused/test.continued spans from test tracing#340
WVerlaek merged 1 commit into
mainfrom
wv/drop-test-pause-spans

Conversation

@WVerlaek
Copy link
Copy Markdown
Member

The test.paused and test.continued span events account for ~4.34M events/week (54% of the ci/leeway dataset in Honeycomb). These are Go test lifecycle bookkeeping events emitted when t.Parallel() pauses and resumes tests — they carry no diagnostic value since actual test results are captured in individual test: * spans.

This PR removes the handlePause and handleCont methods and their dispatch in handleEvent, so these events are no longer emitted.

@WVerlaek WVerlaek merged commit 332e6e2 into main Apr 10, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants