-
Notifications
You must be signed in to change notification settings - Fork 27
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
✅ Is3569/flaky public api test #3634
✅ Is3569/flaky public api test #3634
Conversation
a63cc1e
to
31d6662
Compare
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! thanks!
Codecov Report
@@ Coverage Diff @@
## master #3634 +/- ##
=========================================
- Coverage 84.1% 67.4% -16.8%
=========================================
Files 868 355 -513
Lines 36555 18128 -18427
Branches 782 133 -649
=========================================
- Hits 30763 12223 -18540
- Misses 5585 5856 +271
+ Partials 207 49 -158
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
Fixes flaky test in public api: the logfile sometimes is not ready and fails with 404. We retry a few times before giving up
Related issue/s