-
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
Set 'currentstep' for PullingBaseImage json event #9844
Set 'currentstep' for PullingBaseImage json event #9844
Conversation
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.
lgtm, let's make sure tests pass -- looks like there's a lint error
/ok-to-test |
kvm2 Driver |
if err != nil { | ||
t.Errorf("failed to download only. args: %q %v", args, err) | ||
} | ||
s := bufio.NewScanner(bytes.NewReader(rt.Stdout.Bytes())) |
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.
This could potentially be a Subtest
another t.Run with a name like "validateStepNumber"
so when it fails we know exaclty what part of download only test failed
example of adding subtests in TestStartStop test
https://github.com/medyagh/minikube/blob/b6ee8f2f6777921a87959df78e2497fafc9c5864/test/integration/start_stop_delete_test.go#L100
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.
Done
kvm2 Driver Times for Minikube (PR 9844): 62.0s 61.9s 63.9s Averages Time Per Log
docker Driver Times for Minikube (PR 9844): 28.4s 29.4s 29.9s Averages Time Per Log
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ilya-zuyev, priyawadhwa, 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 |
Fixes #9754
Before:
After: