-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Removed dependency on localkube to wait for the network to be up #1298
Removed dependency on localkube to wait for the network to be up #1298
Conversation
I think we have to split up the commands before we remove this dependency. I could be wrong though |
Codecov Report
@@ Coverage Diff @@
## master #1298 +/- ##
=========================================
+ Coverage 43.06% 43.1% +0.04%
=========================================
Files 48 48
Lines 2271 2271
=========================================
+ Hits 978 979 +1
+ Misses 1133 1132 -1
Partials 160 160
Continue to review full report at Codecov.
|
I don't think so. IIRC we might have to investigate some flakiness inside of localkube itself. |
Aaron, can you run the tests like 10 times and see if there are any new flakes? |
test 1 |
@minikube-bot retest this please |
1 similar comment
@minikube-bot retest this please |
I'm a little concerned that KVM hasn't passed. I'm pretty sure his was the issue that we saw before |
We could make waiting for the network be driver specific to KVM. Or we could wait for a custom network check that avoids the delay issues mentioned in #1277 |
Maybe we can do some manual testing to see how much faster this gets us |
@minikube-bot test this please |
@r2d4 the error looks different than before, it's actually related to SSH'ing in. I just tested this with KVM locally a bunch of times and didn't see any issues. |
I ran some completely non-scientific benchmarks. With this change (linux/kvm): 1m7.390s
1m3.078s
0m57.739s
0m58.045s
0m58.333s
1m1.243s
0m56.404s
1m0.327s
0m58.563s
0m56.925s Without it: 2m57.594s
3m2.195s
2m57.785s
2m57.945s
2m57.570s
2m56.606s
2m57.460s
2m57.988s
3m0.304s
2m56.295s This looks pretty significant. |
I'm fine merging this in once we fix the KVM test. I haven't gotten a chance to try this out, but I'll look at it today and try to look at the issue. |
@aaron-prindle could you rebase and re-run the tests? |
1855cb4
to
f407739
Compare
rebased, re-running tests |
@minikube-bot test this please |
f407739
to
a11b471
Compare
Ref: #1277