Skip to content
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

[Backport 2.x] Add Delete QueryGroup API Logic #15373

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport ed65482 from #14735.

* Add Delete QueryGroup API Logic
Signed-off-by: Ruirui Zhang <[email protected]>

* modify changelog
Signed-off-by: Ruirui Zhang <[email protected]>

* include comments from create pr
Signed-off-by: Ruirui Zhang <[email protected]>

* remove delete all
Signed-off-by: Ruirui Zhang <[email protected]>

* rebase and address comments
Signed-off-by: Ruirui Zhang <[email protected]>

* rebase
Signed-off-by: Ruirui Zhang <[email protected]>

* address comments
Signed-off-by: Ruirui Zhang <[email protected]>

* address comments
Signed-off-by: Ruirui Zhang <[email protected]>

* address comments
Signed-off-by: Ruirui Zhang <[email protected]>

* add UT coverage
Signed-off-by: Ruirui Zhang <[email protected]>
(cherry picked from commit ed65482)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

❌ Gradle check result for 20a56d5: 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?

Copy link
Contributor

✅ Gradle check result for 20a56d5: SUCCESS

Copy link

codecov bot commented Aug 23, 2024

Codecov Report

Attention: Patch coverage is 83.05085% with 10 lines in your changes missing coverage. Please review.

Project coverage is 71.64%. Comparing base (cfd427a) to head (20a56d5).
Report is 1 commits behind head on 2.x.

Files Patch % Lines
...rch/plugin/wlm/WorkloadManagementPluginModule.java 0.00% 3 Missing ⚠️
...pensearch/plugin/wlm/WorkloadManagementPlugin.java 0.00% 2 Missing ⚠️
...rch/plugin/wlm/action/DeleteQueryGroupRequest.java 86.66% 1 Missing and 1 partial ⚠️
...in/wlm/action/TransportDeleteQueryGroupAction.java 75.00% 2 Missing ⚠️
...in/wlm/action/TransportCreateQueryGroupAction.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15373      +/-   ##
============================================
+ Coverage     71.59%   71.64%   +0.05%     
+ Complexity    63108    63090      -18     
============================================
  Files          5173     5178       +5     
  Lines        296034   296088      +54     
  Branches      43114    43114              
============================================
+ Hits         211931   212128     +197     
+ Misses        66334    66216     -118     
+ Partials      17769    17744      -25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jainankitk jainankitk merged commit fcd88aa into 2.x Aug 23, 2024
57 checks passed
@jainankitk jainankitk deleted the backport/backport-14735-to-2.x branch August 23, 2024 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant