-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fix race in imageprogress test #9736
Fix race in imageprogress test #9736
Conversation
@bparees ptal |
lgtm [merge] |
[Test]ing while waiting on the merge queue |
Evaluated for origin test up to bffe3c3 |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/5906/) |
test hit flake from #9444 |
flake #4351 |
flake #9548 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/5949/) (Image: devenv-rhel7_4552) |
flake #9683 |
Evaluated for origin merge up to bffe3c3 |
Fixes potential problem with simultaneous write in unit test by using a mutex.