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 Create QueryGroup API Logic (#14680) #15227

Merged

Add Create QueryGroup API Logic (#14680)

79a1cb5
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Add Create QueryGroup API Logic (#14680) #15227

Add Create QueryGroup API Logic (#14680)
79a1cb5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 13, 2024 in 1s

71.56% (target 70.00%)

View this Pull Request on Codecov

71.56% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 74.50980% with 39 lines in your changes missing coverage. Please review.

Project coverage is 71.56%. Comparing base (2e6c5de) to head (79a1cb5).
Report is 1 commits behind head on 2.x.

Files Patch % Lines
...va/org/opensearch/cluster/metadata/QueryGroup.java 75.55% 4 Missing and 7 partials ⚠️
...ch/plugin/wlm/rest/RestCreateQueryGroupAction.java 0.00% 8 Missing ⚠️
...in/wlm/action/TransportCreateQueryGroupAction.java 0.00% 7 Missing ⚠️
...pensearch/plugin/wlm/WorkloadManagementPlugin.java 0.00% 4 Missing ⚠️
...arch/plugin/wlm/action/CreateQueryGroupAction.java 0.00% 3 Missing ⚠️
...rch/plugin/wlm/action/CreateQueryGroupRequest.java 76.92% 3 Missing ⚠️
...ugin/wlm/service/QueryGroupPersistenceService.java 94.64% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15227      +/-   ##
============================================
+ Coverage     71.49%   71.56%   +0.06%     
- Complexity    62809    62835      +26     
============================================
  Files          5138     5145       +7     
  Lines        295078   295187     +109     
  Branches      42980    42989       +9     
============================================
+ Hits         210980   211260     +280     
+ Misses        66459    66195     -264     
- Partials      17639    17732      +93     

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