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

Feature/QueryGroup Add Create API in plugin #14459

Closed

modify CHANGELOG-3.0.md

cb836d7
Select commit
Loading
Failed to load commit list.
Closed

Feature/QueryGroup Add Create API in plugin #14459

modify CHANGELOG-3.0.md
cb836d7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 19, 2024 in 0s

71.63% (target 70.00%)

View this Pull Request on Codecov

71.63% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 55.65032% with 208 lines in your changes missing coverage. Please review.

Project coverage is 71.63%. Comparing base (b15cb0c) to head (cb836d7).
Report is 454 commits behind head on main.

Files Patch % Lines
...opensearch/plugin/wlm/CreateQueryGroupRequest.java 57.65% 42 Missing and 5 partials ⚠️
...ugin/wlm/service/QueryGroupPersistenceService.java 51.28% 36 Missing and 2 partials ⚠️
.../search/query_group/QueryGroupServiceSettings.java 25.58% 31 Missing and 1 partial ⚠️
...pensearch/cluster/metadata/QueryGroupMetadata.java 42.22% 26 Missing ⚠️
...ch/plugin/wlm/rest/RestCreateQueryGroupAction.java 0.00% 15 Missing ⚠️
...va/org/opensearch/cluster/metadata/QueryGroup.java 86.84% 6 Missing and 9 partials ⚠️
...ch/plugin/wlm/TransportCreateQueryGroupAction.java 0.00% 12 Missing ⚠️
...pensearch/plugin/wlm/CreateQueryGroupResponse.java 65.00% 7 Missing ⚠️
...java/org/opensearch/cluster/metadata/Metadata.java 73.68% 5 Missing ⚠️
...pensearch/plugin/wlm/WorkloadManagementPlugin.java 0.00% 4 Missing ⚠️
... and 2 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14459      +/-   ##
============================================
+ Coverage     71.42%   71.63%   +0.21%     
- Complexity    59978    62190    +2212     
============================================
  Files          4985     5129     +144     
  Lines        282275   292298   +10023     
  Branches      40946    42234    +1288     
============================================
+ Hits         201603   209385    +7782     
- Misses        63999    65635    +1636     
- Partials      16673    17278     +605     

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