Skip to content

Conversation

JacobOaks
Copy link
Contributor

It's a known issue that goleak is incompatible with tests being run in parallel.

Unfortunately, there is no real solution to this issue.

This PR at least documents the incompatibility
and suggests using VerifyTestMain instead.

It's a known issue that goleak is incompatible with tests being run in parallel.
* uber-go#16
* uber-go#83

Unfortunately, there is no real solution to this issue.
* uber-go#16 (comment)
* uber-go#83 (comment)
* uber-go#83 (comment)

This PR at least documents the incompatibility
and suggests using `VerifyTestMain` instead.
@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Merging #107 (7a1ce0a) into master (3e8744f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #107   +/-   ##
=======================================
  Coverage   96.58%   96.58%           
=======================================
  Files           5        5           
  Lines         234      234           
=======================================
  Hits          226      226           
  Misses          5        5           
  Partials        3        3           
Files Coverage Δ
leaks.go 100.00% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sywhang sywhang merged commit 03cb6e6 into uber-go:master Oct 12, 2023
@mway mway mentioned this pull request Oct 24, 2023
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.

3 participants