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 Update QueryGroup API Logic (#14775) #15698

Merge branch '2.x' into backport/backport-14775-to-2.x

9c20f6c
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Add Update QueryGroup API Logic (#14775) #15698

Merge branch '2.x' into backport/backport-14775-to-2.x
9c20f6c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 4, 2024 in 0s

71.73% (target 70.00%)

View this Pull Request on Codecov

71.73% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 82.20339% with 42 lines in your changes missing coverage. Please review.

Project coverage is 71.73%. Comparing base (5875393) to head (9c20f6c).
Report is 12 commits behind head on 2.x.

Files with missing lines Patch % Lines
.../org/opensearch/wlm/MutableQueryGroupFragment.java 87.50% 7 Missing and 5 partials ⚠️
...ch/plugin/wlm/rest/RestUpdateQueryGroupAction.java 0.00% 8 Missing ⚠️
...in/wlm/action/TransportUpdateQueryGroupAction.java 0.00% 5 Missing ⚠️
...va/org/opensearch/cluster/metadata/QueryGroup.java 86.48% 2 Missing and 3 partials ⚠️
...rch/plugin/wlm/action/UpdateQueryGroupRequest.java 73.33% 4 Missing ⚠️
...ugin/wlm/service/QueryGroupPersistenceService.java 92.85% 2 Missing and 2 partials ⚠️
...arch/plugin/wlm/action/UpdateQueryGroupAction.java 0.00% 3 Missing ⚠️
...pensearch/plugin/wlm/WorkloadManagementPlugin.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15698      +/-   ##
============================================
+ Coverage     71.70%   71.73%   +0.03%     
- Complexity    64104    64282     +178     
============================================
  Files          5249     5257       +8     
  Lines        299681   300669     +988     
  Branches      43643    43756     +113     
============================================
+ Hits         214876   215691     +815     
- Misses        66848    66947      +99     
- Partials      17957    18031      +74     

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