moby--moby/integration
Sebastiaan van Stijn 4d88a95d67
Don't mix t.Parallel() wth environment.ProtectAll()
`testEnv` is a package-level variable, so protecting / restoring
`testEnv` in parallel will result in "concurrent map write" errors.

This patch removes `t.Parallel()` from tests that use this
functionality (through `defer setupTest(t)()`).

Note that _subtests_ can still be run in parallel, as the defer
will be called after all subtests have completed.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-03 11:53:31 +01:00
..
build Don't mix t.Parallel() wth environment.ProtectAll() 2019-01-03 11:53:31 +01:00
config
container Don't mix t.Parallel() wth environment.ProtectAll() 2019-01-03 11:53:31 +01:00
image
internal
network
plugin
secret
service
session
system
testdata/https
volume
doc.go