-
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
increase wait time on imagestreams #6383
Conversation
[test] |
lgtm [merge] |
continuous-integration/openshift-jenkins/merge Waiting: You are in the build queue at position: 5 |
Evaluated for origin merge up to 399df9f |
@stevekuznetsov Why would I believe this would make me flake less often? Why wouldn't I think that something was wedged and this will just make me wait twice as long? Do you have some data that indicates that it was actively doing work for a minute before? |
@bparees if I'm reading that comment right, all the other image streams start importing, but the mysql never does. mysql is created before some of the others and they appear to be running (or at least kicking off) quickly. I'm still not seeing the indication that its taking a really long time for mysql in particular and I haven't seen total time to import in successful cases either for comparison. |
@deads2k it appears to me they are importing sequentially, i don't think that log is complete (hence the 60s timeout being hit right after wildfly starts...clearly it was doing something before the log excerpt provided, likely importing other images) i've never looked into the image import controller, but my assumption and observation is that it's a sequential process and i don't know how it chooses the ordering. and I still think the fact that it takes 60s to import needs to be investigated (hence why this doesn't close the original issue) but it may reduce the flaking if our assumption is correct. |
@deads2k shutdown signal meaning we hit the 60s timeout. so that doesn't sound like "wedged", it sounds like it ran out of time. |
on the successful test run:
I can see how these edged over a minute... I'm concerned the imports are taking so long |
Agree, issue #6259 will stay open to cover that though. |
if import time has increased dramatically, the issue open to address that needs to be higher priority and not probably not tagged as a test-flake issue |
399df9f
to
0c7a7f9
Compare
Evaluated for origin test up to 0c7a7f9 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/7956/) |
This is a band-aid so we flake less often while a real fix is made. All waits now allow 2 minutes until timeout.
@bparees @deads2k FYI