Skip to content
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

Exclude jacocoTestReport in distribution build script #652

Conversation

naveentatikonda
Copy link
Member

Signed-off-by: Naveen [email protected]

Description

Excluding jacocoTestReport in distribution build script to fix the below error:

> Task :jacocoTestReport FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':jacocoTestReport'.
> Unable to read execution data file /tmp/tmp3x3409pg/k-NN/build/jacoco/integTest.exec

Issues Resolved

#650

Check List

  • All tests pass
  • Commits are signed as per the DCO using --signoff

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.

@naveentatikonda naveentatikonda requested a review from a team December 6, 2022 00:54
@naveentatikonda naveentatikonda added the Infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. label Dec 6, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #652 (3f76dd7) into 1.x (4488fbd) will decrease coverage by 0.04%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                1.x     #652      +/-   ##
============================================
- Coverage     83.88%   83.84%   -0.05%     
  Complexity      900      900              
============================================
  Files           127      127              
  Lines          3879     3875       -4     
  Branches        359      359              
============================================
- Hits           3254     3249       -5     
- Misses          464      465       +1     
  Partials        161      161              
Impacted Files Coverage Δ
...main/java/org/opensearch/knn/indices/ModelDao.java 82.69% <0.00%> (-0.96%) ⬇️
...plugin/transport/TrainingModelTransportAction.java 84.37% <0.00%> (-0.48%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@naveentatikonda naveentatikonda merged commit 43045b4 into opensearch-project:1.x Dec 6, 2022
naveentatikonda added a commit to naveentatikonda/k-NN that referenced this pull request Dec 6, 2022
naveentatikonda added a commit that referenced this pull request Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. v1.3.7
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants