Fix potential auto restart failure due to blocksync always true#2892
Fix potential auto restart failure due to blocksync always true#2892
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #2892 +/- ##
===========================================
- Coverage 57.15% 48.35% -8.81%
===========================================
Files 2091 671 -1420
Lines 171524 50615 -120909
===========================================
- Hits 98033 24474 -73559
+ Misses 64751 24000 -40751
+ Partials 8740 2141 -6599
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
|
||
| // Reset cooldown timer before sending to prevent rapid-fire signals | ||
| // regardless of whether the app-level restart accepts or rejects this signal | ||
| r.lastRestartTime = time.Now() |
Check warning
Code scanning / CodeQL
Calling the system time Warning
|
We truly appreciate your contribution and the time you’ve invested in this PR. |
|
@yzang2019 OK to close this? |
Describe your changes and provide context
Problem identified:
Fix:
Testing performed to validate your change
Added unit test