Added groupId as org.opensearch.plugin in pluginZip publication#251
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (52.96%) is below the target coverage (75.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #251 +/- ##
============================================
- Coverage 53.19% 52.96% -0.23%
+ Complexity 65 64 -1
============================================
Files 8 8
Lines 438 438
Branches 50 50
============================================
- Hits 233 232 -1
Misses 186 186
- Partials 19 20 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: prudhvigodithi <pgodithi@amazon.com>
|
Looks like the tests are failing. Want to take a stab at it? @prudhvigodithi |
|
Sure @saratvemulapalli I do see the error |
|
@prudhvigodithi Integration and BWC tests have passed locally for me, might just be a flaky test but re-running the failed jobs have also failed. I shall spend some time digging into this. |
|
@prudhvigodithi @joshpalis this commit on OpenSearch could have broken the changes[1]. |
|
I was able to re-produce the problem on local box. |
|
@prudhvigodithi I will raise a PR later today to modify the org.apache.http imports. Once this change is merged, please rebase your fork with JS main and the failing tests should be resolved. Update : Merged #254 |
|
@prudhvigodithi could you rebase your changes with main, this should get CIs to pass. |
|
Hey @saratvemulapalli and @joshpalis and I just did 👍 |
Signed-off-by: prudhvigodithi <pgodithi@amazon.com> Signed-off-by: prudhvigodithi <pgodithi@amazon.com> (cherry picked from commit 197eb97)
Signed-off-by: prudhvigodithi <pgodithi@amazon.com> Signed-off-by: prudhvigodithi <pgodithi@amazon.com> (cherry picked from commit 197eb97) Signed-off-by: Joshua Palis <jpalis@amazon.com>
Signed-off-by: prudhvigodithi <pgodithi@amazon.com> Signed-off-by: prudhvigodithi <pgodithi@amazon.com> (cherry picked from commit 197eb97) Signed-off-by: Joshua Palis <jpalis@amazon.com> Signed-off-by: prudhvigodithi <pgodithi@amazon.com> Signed-off-by: Joshua Palis <jpalis@amazon.com> Co-authored-by: Prudhvi Godithi <pgodithi@amazon.com>
…h-project#255) Signed-off-by: prudhvigodithi <pgodithi@amazon.com> Signed-off-by: prudhvigodithi <pgodithi@amazon.com> (cherry picked from commit 197eb97) Signed-off-by: Joshua Palis <jpalis@amazon.com> Signed-off-by: prudhvigodithi <pgodithi@amazon.com> Signed-off-by: Joshua Palis <jpalis@amazon.com> Co-authored-by: Prudhvi Godithi <pgodithi@amazon.com>
…h-project#255) Signed-off-by: prudhvigodithi <pgodithi@amazon.com> Signed-off-by: prudhvigodithi <pgodithi@amazon.com> (cherry picked from commit 197eb97) Signed-off-by: Joshua Palis <jpalis@amazon.com> Signed-off-by: prudhvigodithi <pgodithi@amazon.com> Signed-off-by: Joshua Palis <jpalis@amazon.com> Co-authored-by: Prudhvi Godithi <pgodithi@amazon.com> Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
Signed-off-by: prudhvigodithi pgodithi@amazon.com
Description
Added groupId as org.opensearch.plugin in pluginZip publication
Issues Resolved
#225
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.