-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add additional logs for Integration Tests #182
Conversation
Signed-off-by: sruti1312 <[email protected]>
db981d9
to
81fd4e3
Compare
Codecov Report
@@ Coverage Diff @@
## main #182 +/- ##
============================================
- Coverage 71.77% 71.69% -0.09%
Complexity 356 356
============================================
Files 44 44
Lines 2459 2459
Branches 160 160
============================================
- Hits 1765 1763 -2
- Misses 588 589 +1
- Partials 106 107 +1
Continue to review full report at Codecov.
|
Signed-off-by: sruti1312 <[email protected]>
81fd4e3
to
f5264ba
Compare
@@ -381,10 +381,10 @@ task buildRca() { | |||
exec { | |||
workingDir("$rcaProjectDir") | |||
if (buildVersionQualifier == null || buildVersionQualifier == '' || buildVersionQualifier == 'null') { | |||
commandLine './gradlew', 'build', '-x', 'test', "-Dopensearch.version=${opensearch_version}", "-Dbuild.snapshot=${isSnapshot}" | |||
commandLine './gradlew', 'build', '-x', 'test', '-x', 'jacocoTestCoverageVerification', "-Dopensearch.version=${opensearch_version}", "-Dbuild.snapshot=${isSnapshot}" |
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.
I guess added my mistake?
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.
As tests are excluded, the jacocoTestCoverageVerification
task should also be ignored.
Signed-off-by: sruti1312 [email protected]
Is your feature request related to a problem? Please provide an existing Issue # , or describe.
#170
Describe the solution you are proposing
Add additional logs for Integration Tests
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
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.