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

scheduler: leaky resources in ReservationInfo when pod failed to bind #1742

Merged

Conversation

eahydra
Copy link
Member

@eahydra eahydra commented Nov 13, 2023

Ⅰ. Describe what this PR does

scheduler: leaky resources in ReservationInfo when pod failed to bind

Ⅱ. Does this pull request fix one issue?

fix #1741

Ⅲ. Describe how to verify it

Ⅳ. Special notes for reviews

V. Checklist

  • I have written necessary docs and comments
  • I have added necessary unit tests and integration tests
  • All checks passed in make test

Signed-off-by: Joseph <joseph.t.lee@outlook.com>
@eahydra eahydra requested a review from buptcozy November 13, 2023 16:26
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c36f6aa) 66.06% compared to head (4ad2330) 66.05%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1742      +/-   ##
==========================================
- Coverage   66.06%   66.05%   -0.02%     
==========================================
  Files         388      388              
  Lines       42333    42338       +5     
==========================================
- Hits        27968    27966       -2     
- Misses      12291    12299       +8     
+ Partials     2074     2073       -1     
Flag Coverage Δ
unittests 66.05% <100.00%> (-0.02%) ⬇️

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.

@buptcozy
Copy link
Contributor

/lgtm

@buptcozy
Copy link
Contributor

/approve

@eahydra eahydra requested a review from jasonliu747 November 14, 2023 01:50
Copy link
Member

@jasonliu747 jasonliu747 left a comment

Choose a reason for hiding this comment

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

/lgtm

@koordinator-bot koordinator-bot bot merged commit 9eaa63b into koordinator-sh:main Nov 14, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] leaky resources in ReservationInfo when pod failed to bind
3 participants