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

feat(qrm): support getting specified pool name in QoS conf #401

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

csfldf
Copy link
Collaborator

@csfldf csfldf commented Dec 12, 2023

feat(qrm): support getting specified pool name in QoS conf

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (0a516df) 53.68% compared to head (bff65a5) 53.53%.

Files Patch % Lines
.../agent/qrm-plugins/cpu/dynamicpolicy/state/util.go 84.61% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #401      +/-   ##
==========================================
- Coverage   53.68%   53.53%   -0.16%     
==========================================
  Files         446      446              
  Lines       49384    49385       +1     
==========================================
- Hits        26514    26437      -77     
- Misses      19860    19946      +86     
+ Partials     3010     3002       -8     
Flag Coverage Δ
unittest 53.53% <85.71%> (-0.16%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@csfldf csfldf force-pushed the dev/qos_get_pool_name branch from 0aebc70 to bff65a5 Compare December 12, 2023 08:54
@csfldf csfldf self-assigned this Dec 12, 2023
@csfldf csfldf added the workflow/need-review review: test succeeded, need to review label Dec 12, 2023
@csfldf csfldf added the workflow/merge-ready merge-ready: code is ready and can be merged label Dec 12, 2023
@@ -509,3 +509,52 @@ func TestGenerateCPUMachineStateByPodEntries(t *testing.T) {
os.RemoveAll(tmpDir)
}
}

func TestGetSpecifiedPoolName(t *testing.T) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parallelize

@waynepeking348 waynepeking348 merged commit 55d6a6d into kubewharf:main Dec 12, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
workflow/merge-ready merge-ready: code is ready and can be merged workflow/need-review review: test succeeded, need to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants