-
Notifications
You must be signed in to change notification settings - Fork 207
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
Use Python grpcio 1.50.0 in smoke tests to reduce time to run. #1954
Use Python grpcio 1.50.0 in smoke tests to reduce time to run. #1954
Conversation
Signed-off-by: David Venable <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1954 +/- ##
============================================
+ Coverage 93.73% 93.82% +0.08%
- Complexity 1533 1534 +1
============================================
Files 197 197
Lines 4564 4564
Branches 367 367
============================================
+ Hits 4278 4282 +4
+ Misses 205 198 -7
- Partials 81 84 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Nice!
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.
🚀 🚀
Signed-off-by: David Venable <[email protected]> (cherry picked from commit c6e0f6c)
Signed-off-by: David Venable <[email protected]> (cherry picked from commit c6e0f6c)
Signed-off-by: David Venable <[email protected]> (cherry picked from commit c6e0f6c)
#1959) Signed-off-by: David Venable <[email protected]> (cherry picked from commit c6e0f6c) Co-authored-by: David Venable <[email protected]>
#1957) Signed-off-by: David Venable <[email protected]> (cherry picked from commit c6e0f6c) Co-authored-by: David Venable <[email protected]>
#1958) Signed-off-by: David Venable <[email protected]> (cherry picked from commit c6e0f6c) Co-authored-by: David Venable <[email protected]>
Description
Our current smoke tests take over 6 minutes to setup the Python test runner locally. These are also somewhat flaky on GitHub and end up taking a long time even if they will fail.
This PR uses
grpcio
1.50.0 which takes far less time to install. Now the Python test runner takes 10 seconds.Before the change:
After the change:
Issues Resolved
N/A
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.