-
Notifications
You must be signed in to change notification settings - Fork 44
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
Get installed plugins from local node and add a timeout #353
Conversation
Signed-off-by: Daniel Widdis <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #353 +/- ##
============================================
- Coverage 71.47% 71.41% -0.06%
Complexity 562 562
============================================
Files 73 73
Lines 3001 3016 +15
Branches 230 229 -1
============================================
+ Hits 2145 2154 +9
- Misses 746 752 +6
Partials 110 110 ☔ View full report in Codecov by Sentry. |
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.
LGTM but had a question
src/main/java/org/opensearch/flowframework/workflow/WorkflowProcessSorter.java
Show resolved
Hide resolved
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.
LGTM, should we add an issue to add multi node integ tests? Also test this manually on multiple node cluster
src/main/java/org/opensearch/flowframework/workflow/WorkflowProcessSorter.java
Show resolved
Hide resolved
It's being tested multinode in end-to-end testing which is how we found this issue to start with. But we could change |
Signed-off-by: Daniel Widdis <[email protected]> (cherry picked from commit efdbcb0) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
#357) Get installed plugins from local node and add a timeout (#353) (cherry picked from commit efdbcb0) Signed-off-by: Daniel Widdis <[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
Refactors the installed plugin validation check to more closely match
_cat/plugins
:Issues Resolved
Fixes #352
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.