-
Notifications
You must be signed in to change notification settings - Fork 73
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
Added groupId as org.opensearch.plugin in pluginZip publication #251
Added groupId as org.opensearch.plugin in pluginZip publication #251
Conversation
Codecov Report
@@ 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
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: prudhvigodithi <[email protected]>
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 <[email protected]> Signed-off-by: prudhvigodithi <[email protected]> (cherry picked from commit 197eb97)
Signed-off-by: prudhvigodithi <[email protected]> Signed-off-by: prudhvigodithi <[email protected]> (cherry picked from commit 197eb97) Signed-off-by: Joshua Palis <[email protected]>
Signed-off-by: prudhvigodithi <[email protected]> Signed-off-by: prudhvigodithi <[email protected]> (cherry picked from commit 197eb97) Signed-off-by: Joshua Palis <[email protected]> Signed-off-by: prudhvigodithi <[email protected]> Signed-off-by: Joshua Palis <[email protected]> Co-authored-by: Prudhvi Godithi <[email protected]>
…h-project#255) Signed-off-by: prudhvigodithi <[email protected]> Signed-off-by: prudhvigodithi <[email protected]> (cherry picked from commit 197eb97) Signed-off-by: Joshua Palis <[email protected]> Signed-off-by: prudhvigodithi <[email protected]> Signed-off-by: Joshua Palis <[email protected]> Co-authored-by: Prudhvi Godithi <[email protected]>
…h-project#255) Signed-off-by: prudhvigodithi <[email protected]> Signed-off-by: prudhvigodithi <[email protected]> (cherry picked from commit 197eb97) Signed-off-by: Joshua Palis <[email protected]> Signed-off-by: prudhvigodithi <[email protected]> Signed-off-by: Joshua Palis <[email protected]> Co-authored-by: Prudhvi Godithi <[email protected]> Signed-off-by: Prudhvi Godithi <[email protected]>
Signed-off-by: prudhvigodithi [email protected]
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.