This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 228
flaky volume e2e test when using docker + CNI #679
Labels
area/testing
Issues related to improving testing
Comments
Similar failure in |
I drilled into this a bit on SemaphoreCI - can't get the test to fail reliably on my own machine. Evidence: I ran
here's a repeat that didn't fail, and the
So we could perhaps work round this by stopping using |
bboreham
added a commit
that referenced
this issue
Jan 15, 2021
Work around #679, but leaves dead containers lying around after test.
This was referenced Jan 15, 2021
bboreham
added a commit
that referenced
this issue
Jan 15, 2021
Work around #679, which appears to be caused by a race condition inside Docker. (This change leaves a few dead containers lying around after the test).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The volume e2e test is observed to fail frequently with Docker + CNI :
It passes on restarting the test, mostly.
Docker + CNI never worked on my development machine (ubuntu 18.04) but it works on TravisCI for all of the other e2e tests.
The text was updated successfully, but these errors were encountered: