koord-scheduler: fix a bug in spec.scheduleTimeoutSeconds nil pointer dereference#985
Conversation
Codecov ReportBase: 67.48% // Head: 67.51% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #985 +/- ##
==========================================
+ Coverage 67.48% 67.51% +0.03%
==========================================
Files 241 241
Lines 27991 27982 -9
==========================================
+ Hits 18889 18893 +4
+ Misses 7801 7789 -12
+ Partials 1301 1300 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
024bef1 to
e7ca9f5
Compare
|
@eahydra PTAL, Thanks. |
a743a00 to
a94a087
Compare
8b46561 to
854a71c
Compare
Signed-off-by: Syulin7 <735122171@qq.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eahydra The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Syulin7 735122171@qq.com
Ⅰ. Describe what this PR does
fix a bug in spec.scheduleTimeoutSeconds nil pointer dereference.
Ⅱ. Does this pull request fix one issue?
Ⅲ. Describe how to verify it
Creating a podgroup without setting a spec.scheduleTimeoutSeconds value.
and then koord-scheduler will panic.
Ⅳ. Special notes for reviews
koordinator version: 1.1.1
V. Checklist
make test