Commit 37c5f6f
committed
Integration tests: container cleanup in applier subpackage
The integration testing suite for the applier subpackage creates two
containers for each test image, since this is necessary for testing sharding
functionality. Upon test completion, both containers are stopped but were not
destroyed. However, since all other package/subpackage testing suites only use
a single container per image, leaving the second container around is often
unnecessary.
This commit changes the applier subpackage's testing suite to only keep the
first container (per image) around, while destroying the second container.1 parent 441eed0 commit 37c5f6f
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
| |||
0 commit comments