-
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
Upgrade spinner library #10399
Upgrade spinner library #10399
Conversation
/ok-to-test |
kvm2 Driver |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund, alonyb 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 |
Did you make a PR to upstream https://github.com/briandowns/spinner ? |
kvm2 Driver Times for Minikube (PR 10399): 66.9s 66.4s 65.9s Averages Time Per Log
docker Driver Times for Minikube (PR 10399): 25.2s 24.6s 23.9s Averages Time Per Log
|
@afbjorklund Yep, here is the link if you want to check it PR |
This PR is for #10338
Upgrade spinner library to avoid spinner in environments that is not a terminal, like files or IDE's.
Here is PR of spinner library link to check differences
In library we used go-isatty, suggested by @medyagh
I tested in unix systems and windows powershell. It works without problem.
Before fix
After fix