test(integration): properly waited for the image pulls to complete#2842
test(integration): properly waited for the image pulls to complete#2842
Conversation
|
it appears that the pulls are happening before each test in the integration file. would be better to do the pulls before the overall suite run so that they only happen once |
i was wrong. it is using |
f7feb95 to
c9e1b99
Compare
|
it looks like this change does not fix the flakiness, but i think it is still a worthwhile change to get merged |
|
🎉 This PR is included in version 21.0.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
this uses the technique for waiting for the pull to complete from the dockerode readme and mostly gets rid of our dependence on get-stream.
the remaining get-stream usage is the
.array()that is removed in v7. i suggest we deal with that usage separately from this PR