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

fix(sysadvisor): assemble duplicate block #259

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

cheney-lin
Copy link
Member

What type of PR is this?

Bug fixes

What this PR does / why we need it:

Which issue(s) this PR fixes:

Special notes for your reviewer:

Since block.join will find out all blocks with same blockId and
set target overlap with each other, so it's not need to join
multi times with same pod.

Signed-off-by: linzhecheng <linzhecheng@bytedance.com>
@cheney-lin cheney-lin force-pushed the dev/duplicate_container branch from 4a61419 to a1b55b8 Compare September 6, 2023 01:18
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.20% 🎉

Comparison is base (268d46c) 52.86% compared to head (a1b55b8) 53.06%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #259      +/-   ##
==========================================
+ Coverage   52.86%   53.06%   +0.20%     
==========================================
  Files         437      437              
  Lines       42486    42548      +62     
==========================================
+ Hits        22460    22579     +119     
+ Misses      17575    17512      -63     
- Partials     2451     2457       +6     
Flag Coverage Δ
unittest 53.06% <100.00%> (+0.20%) ⬆️

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

Files Changed Coverage Δ
...nt/sysadvisor/plugin/qosaware/server/cpu_server.go 49.36% <100.00%> (+0.21%) ⬆️

... and 22 files with indirect coverage changes

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

@cheney-lin cheney-lin added bug Something isn't working workflow/need-review review: test succeeded, need to review labels Sep 6, 2023
@cheney-lin cheney-lin added workflow/merge-ready merge-ready: code is ready and can be merged and removed workflow/need-review review: test succeeded, need to review labels Sep 6, 2023
@waynepeking348 waynepeking348 merged commit 5bf1b6a into kubewharf:main Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working workflow/merge-ready merge-ready: code is ready and can be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants