Scope the goroutine-leak assertions to pdbmux's own goroutines #22
Reference in New Issue
Block a user
Delete Branch "benvin/e2e-goroutine-flake"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The two goroutine-leak assertions count every goroutine in the process, so
under
-tags e2ethe testcontainers goroutines running alongside them failthe tests roughly one run in three on changes they have nothing to do with.
the prober, against a baseline sampled the same way
build rather than silently matching nothing
Tests only.