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

spidercoordinator: Enhance the edge case #3284

Merged

Conversation

cyclinder
Copy link
Collaborator

@cyclinder cyclinder commented Mar 5, 2024

Thanks for contributing!

What type of PR is this?

  • release/bug

What this PR does / why we need it:

Consider a successful fetch of the kube-controller-manager podList, but maybe the podList is empty, which may result in a panic.

Which issue(s) this PR fixes:

Fixes #3285

Special notes for your reviewer:

Signed-off-by: cyclinder <qifeng.guo@daocloud.io>
@cyclinder cyclinder force-pushed the spidercoordinator/hander_patch branch from 1f5c542 to 04fedd2 Compare March 5, 2024 02:16
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.12%. Comparing base (1d5c24d) to head (04fedd2).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3284   +/-   ##
=======================================
  Coverage   81.12%   81.12%           
=======================================
  Files          50       50           
  Lines        5372     5372           
=======================================
  Hits         4358     4358           
  Misses        856      856           
  Partials      158      158           
Flag Coverage Δ
unittests 81.12% <ø> (ø)

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

@weizhoublue weizhoublue merged commit 6aa148d into spidernet-io:main Mar 5, 2024
43 checks passed
github-actions bot pushed a commit that referenced this pull request Mar 5, 2024
spidercoordinator: Enhance the edge case
Signed-off-by: robot <tao.yang@daocloud.io>
github-actions bot pushed a commit that referenced this pull request Mar 5, 2024
spidercoordinator: Enhance the edge case
Signed-off-by: robot <tao.yang@daocloud.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spidercoordinator: enhance the edge case
2 participants