-
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
move node ip save farther down stack #8168
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sharifelgamal The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
kvm2 Driver |
kvm2 Driver Times for Minikube (PR 8168): [63.552341406 66.457912779 65.29785197499999] Averages Time Per Log
docker Driver Times for Minikube (PR 8168): [28.744829417000002 29.854167033 31.333961858999995] Averages Time Per Log
|
kvm2 Driver Times for Minikube (PR 8168): [67.063088094 67.491121267 64.729216426] Averages Time Per Log
docker Driver Times for Minikube (PR 8168): [29.509745304999996 28.959007016 28.755515646000003] Averages Time Per Log
|
Codecov Report
@@ Coverage Diff @@
## master #8168 +/- ##
==========================================
+ Coverage 34.51% 34.52% +0.01%
==========================================
Files 147 147
Lines 9400 9408 +8
==========================================
+ Hits 3244 3248 +4
- Misses 5759 5761 +2
- Partials 397 399 +2
|
kvm2 Driver Times for Minikube (PR 8168): [67.42977709600001 70.62731533600001 72.08818329] Averages Time Per Log
docker Driver Times for Minikube (PR 8168): [30.48519997 30.725132732 28.921184596000003] Averages Time Per Log
|
kvm2 Driver Times for Minikube (PR 8168): [66.970489075 67.081753545 63.305544953] Averages Time Per Log
docker Driver Times for Minikube (PR 8168): [33.466827545 29.711702368999998 29.511170401999998] Averages Time Per Log
|
average on this PR is 2 seconds slower Average time for minikube: 28.659565924000002 I wonder if that is related. |
@sharifelgamal do you mind pulling upstream and let the test run one more time |
kvm2 Driver Times for Minikube (PR 8168): [64.153784798 71.471857242 67.47686760100001] Averages Time Per Log
docker Driver Times for Minikube (PR 8168): [28.815339003000002 28.169677369 26.532205619999996] Averages Time Per Log
|
Unlikely, the times were totally sunk by the one run that was 33 seconds. We should do something slightly better with the timings, like run 5 and drop the highest and lowest number. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
We need to capture the new IP address for a node as soon as it saved so that anything calling it will automatically get the new IP.