- Notifications
You must be signed in to change notification settings - Fork1.8k
test(integration): properly waited for the image pulls to complete#2842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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 toc9e1b99Compareit 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: Yoursemantic-release bot 📦🚀 |
Uh oh!
There was an error while loading.Please reload this page.
this uses the technique for waiting for the pull to completefrom the dockerode readme and mostly gets rid of our dependence on get-stream.
theremaining get-stream usage is the
.array()that isremoved in v7. i suggest we deal with that usage separately from this PR