Merged
Conversation
12 tasks
vishesh92
commented
Jun 13, 2023
| @RunWith(MockitoJUnitRunner.class) | ||
| public class ScaleIOGatewayClientImplTest { | ||
| private final int port = 443; | ||
| private final int port = 8443; |
Member
Author
There was a problem hiding this comment.
443 is a restricted port in linux and needs root access. Used 8443 instead.
Member
Author
Codecov Report
@@ Coverage Diff @@
## main #7622 +/- ##
============================================
+ Coverage 13.03% 13.12% +0.08%
- Complexity 9077 9144 +67
============================================
Files 2728 2728
Lines 256997 256997
Branches 40067 40067
============================================
+ Hits 33509 33736 +227
+ Misses 219284 219011 -273
- Partials 4204 4250 +46
... and 7 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Reduced the scope of the test to make it work
yadvr
approved these changes
Jun 15, 2023
Member
|
@blueorangutan package |
|
@rohityadavcloud a [SF] Jenkins job has been kicked to build packages. It will be bundled with SystemVM template(s). I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 6237 |
Contributor
|
only tests and pom.xmls changed, as this is building I'm m erging |
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.

Description
This PR fixes code coverage of scaleio.
The other plugins have the same setting.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?