-
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
Add support for Error type to JSON output #8796
Conversation
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: priyawadhwa 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 |
kvm2 Driver Times for Minikube (PR 8796): [64.486938388 63.79499268500001 62.590780738] Averages Time Per Log
docker Driver Times for Minikube (PR 8796): [27.996356354999996 25.811106002000002 26.329489071999998] Averages Time Per Log
|
kvm2 Driver Times for Minikube (PR 8796): [65.944673229 66.440838214 63.75835592400001] Averages Time Per Log
docker Driver Times for Minikube (PR 8796): [27.043089654 26.375889321000002 26.587108768999997] Averages Time Per Log
|
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 just a linting nit
Travis tests have failedHey @priyawadhwa, 1st Buildmake test
TravisBuddy Request Identifier: 9bf74390-cc4e-11ea-acda-6fc69b852bf0 |
kvm2 Driver Times for Minikube (PR 8796): [64.070211894 65.746263648 66.247124453] Averages Time Per Log
docker Driver Times for Minikube (PR 8796): [26.155598703 27.467513937 26.454692323999993] Averages Time Per Log
|
adds support, unit tests, and new integration tests for Error type for JSON output
this is the last PR in adding support for JSON output
sample output with error:
#8655