moby/integration/volume
Paweł Gronowski f9e2eed55d
integration: Don't env cleanup before parallel subtests
Calling function returned from setupTest (which calls testEnv.Clean) in
a defer block inside a test that spawns parallel subtests caused the
cleanup function to be called before any of the subtest did anything.

Change the defer expressions to use `t.Cleanup` instead to call it only
after all subtests have also finished.
This only changes tests which have parallel subtests.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2023-07-13 13:41:00 +02:00
..
main_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
volume_test.go integration: Don't env cleanup before parallel subtests 2023-07-13 13:41:00 +02:00