-
Notifications
You must be signed in to change notification settings - Fork 141
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
Fix :integ-test:sqlBwcCluster#fullRestartClusterTask on 2.x #2900
Conversation
375b474
to
4f81ba5
Compare
Signed-off-by: Louis Chu <[email protected]>
4f81ba5
to
d206a07
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.
* What went wrong:
Could not determine the dependencies of task ':integ-test:sqlBwcCluster#fullRestartClusterTask'.
> ./integ-test/src/test/resources/bwc/job-scheduler/1.1.0.0/opensearch-job-scheduler-1.1.0.0.zip (No such file or directory)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #2900 +/- ##
=========================================
Coverage 94.53% 94.53%
Complexity 5312 5312
=========================================
Files 521 521
Lines 15115 15115
Branches 1001 1001
=========================================
Hits 14289 14289
Misses 779 779
Partials 47 47
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Louis Chu <[email protected]>
e8872df
to
d621140
Compare
* Fix :integ-test:sqlBwcCluster#fullRestartClusterTask on 2.x Signed-off-by: Louis Chu <[email protected]> * Test fix Signed-off-by: Louis Chu <[email protected]> --------- Signed-off-by: Louis Chu <[email protected]> (cherry picked from commit 87564d2) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…2996) * Fix :integ-test:sqlBwcCluster#fullRestartClusterTask on 2.x * Test fix --------- (cherry picked from commit 87564d2) Signed-off-by: Louis Chu <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Fix
:integ-test:sqlBwcCluster#fullRestartClusterTask
on 2.xRoot cause:
Checked with build team, there's no 1.1.0 artifacts on S3 for all plugins (https://ci.opensearch.org/ci/dbc/distribution-build-opensearch). Hense use a different endpoint to fetch them
https://ci.opensearch.org/ci/dbc/bundle-build
Related Issues
#2899
Check List
--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.