[Backport 2.x] Wlm create/update REST API bug fix (#16422)#16440
Merged
jainankitk merged 1 commit intoopensearch-project:2.xfrom Oct 23, 2024
Merged
[Backport 2.x] Wlm create/update REST API bug fix (#16422)#16440jainankitk merged 1 commit intoopensearch-project:2.xfrom
jainankitk merged 1 commit intoopensearch-project:2.xfrom
Conversation
* test changes Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com> * fix the create/update queryGroup REST APIs Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com> * undo gradle change Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com> * add PR link in CHANGELOG Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com> * fix javadoc issues Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com> * remove redundant name param Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com> * Update CHANGELOG.md Signed-off-by: Ankit Jain <akjain@amazon.com> * fix action name in transport class for update query group Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com> --------- Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com> Signed-off-by: Ankit Jain <akjain@amazon.com> Co-authored-by: Ankit Jain <akjain@amazon.com>
Contributor
|
❌ Gradle check result for 72f2dc5: TIMEOUT Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
dbwiddis
approved these changes
Oct 23, 2024
jainankitk
approved these changes
Oct 23, 2024
Contributor
|
❌ Gradle check result for 72f2dc5: TIMEOUT Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Contributor
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #16440 +/- ##
============================================
+ Coverage 71.77% 71.81% +0.03%
- Complexity 65344 65349 +5
============================================
Files 5312 5312
Lines 304914 304922 +8
Branches 44425 44425
============================================
+ Hits 218861 218974 +113
+ Misses 67803 67719 -84
+ Partials 18250 18229 -21 ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 2.x for #16422