-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Send requests in loop rather than scenario outline to speed up CI #35395
Send requests in loop rather than scenario outline to speed up CI #35395
Conversation
@dpakach @paurakhsharma @skshetry please review on my PR. |
Codecov Report
@@ Coverage Diff @@
## master #35395 +/- ##
=========================================
Coverage 65.63% 65.63%
Complexity 18666 18666
=========================================
Files 1221 1221
Lines 70595 70595
Branches 1288 1288
=========================================
Hits 46335 46335
Misses 23883 23883
Partials 377 377
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #35395 +/- ##
=========================================
Coverage 65.66% 65.66%
Complexity 18666 18666
=========================================
Files 1221 1221
Lines 70597 70597
Branches 1288 1288
=========================================
Hits 46358 46358
Misses 23862 23862
Partials 377 377
Continue to review full report at Codecov.
|
3d83ea7
to
ec34ed3
Compare
@dpakach @paurakhsharma @skshetry please review again. |
ec34ed3
to
09f15f3
Compare
dc795c8
to
5c079c7
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.
Try to make the text of each step have consistent words.
5c079c7
to
3595daf
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.
2 comments remaining now.
@bhawanaprasain because of core CI trouble overnight, you will need to rebase to latest master as well as fixing up the review comments. |
3595daf
to
043618c
Compare
043618c
to
bcfa9b4
Compare
@bhawanaprasain please backport to stable10 |
Backport |
Description
These tests speedup CI .
Checklist: