You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Having recently upgraded from 0.4.0 to 0.5.1 I noticed some tests started failing with:
could not start container: failed to create container: connecting to reaper failed: Connecting to Ryuk on failed: dial tcp: missing address
We run a number of tests in parallel (in the same package) spinning up a few containers (less than 5). If we remove t.Parallel() the test pass successfully, but they take longer to complete.
To Reproduce
Can you write a unit test to reproduce your issue?
Describe the bug
Having recently upgraded from 0.4.0 to 0.5.1 I noticed some tests started failing with:
We run a number of tests in parallel (in the same package) spinning up a few containers (less than 5). If we remove
t.Parallel()
the test pass successfully, but they take longer to complete.To Reproduce
Can you write a unit test to reproduce your issue?
Expected behavior
It should be possible to start containers in parallel.
Additional context
Test output:
The text was updated successfully, but these errors were encountered: