[Stable-10] Test for speeding up CI#35586
Merged
Merged
Conversation
Contributor
Author
|
@dpakach @skshetry @paurakhsharma please review on my PR. |
phil-davis
reviewed
Jun 19, 2019
bhawanaprasain
force-pushed
the
stable10-speedupCI
branch
from
June 19, 2019 06:09
b700ea0 to
a88e2a1
Compare
Codecov Report
@@ Coverage Diff @@
## stable10 #35586 +/- ##
=============================================
+ Coverage 64.11% 64.81% +0.7%
Complexity 20205 20205
=============================================
Files 1294 1294
Lines 77209 77253 +44
Branches 1301 1301
=============================================
+ Hits 49501 50070 +569
+ Misses 27323 26798 -525
Partials 385 385
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## stable10 #35586 +/- ##
===========================================
Coverage 64.81% 64.81%
Complexity 20205 20205
===========================================
Files 1294 1294
Lines 77253 77253
Branches 1301 1301
===========================================
Hits 50070 50070
Misses 26798 26798
Partials 385 385
Continue to review full report at Codecov.
|
phil-davis
approved these changes
Jun 19, 2019
This was referenced Jun 19, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport on #35434
Description
These tests help to speedup CI by sending requests in loops rather than in scenario outline.
Motivation and Context
Sending HTTP requests to endpoints using scenario outline takes considerable time .If we send these requests in loops time required to get status code minimizes.
Types of changes