-
Notifications
You must be signed in to change notification settings - Fork 3.1k
test: fix docker-gen tests flakyness #2625
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
For me tests still failed 1 out of 5 runs. |
@SchoNie the test failing in this run is a different one : It's been flaky for a while now, I'm not really sure of why |
docker engine 1.13 has been out for more than 8 years now
d3ca172
to
d3a3d32
Compare
I was already confused about the I don't see anything wrong with the tests now and your |
Do you remember if the actual bytes read from the files where zero (ie a truncated file) or positive ? 🤔 Anyway I think I'll merge this PR like this and I'll maybe come back to the remaining flaky test later. |
They were positive. What I remember it showed something like 850 bytes instead of 1350, sorry I lost the run logs.
👍 |
Tests introduced in #2279 where very flaky because they used the
docker_container_dns_resolver
, this PR should fix this.I've ran the tests on this branch four times in a row without issue.
@SchoNie could you confirm ?