Fix the poll for the API ReadyForShutdown even after logout#8004
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8004 +/- ##
============================================
- Coverage 28.26% 21.48% -6.79%
+ Complexity 29071 20857 -8214
============================================
Files 5100 4966 -134
Lines 358326 336449 -21877
Branches 52308 48348 -3960
============================================
- Hits 101286 72283 -29003
- Misses 243089 253630 +10541
+ Partials 13951 10536 -3415
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1555 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
DaanHoogland
left a comment
There was a problem hiding this comment.
code looks good (/me testing)
|
@blueorangutan package |
|
@DaanHoogland a [SF] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 7113 |
kiranchavala
left a comment
There was a problem hiding this comment.
LGTM, Tested it manually the ready-for-shutdown api is not called after logout
thanks for taking this off my hands @kiranchavala , I am running a smoke test run in the background and will merge if successful. |
|
[SF] Trillian Build Failed (tid-7727) |
|
[SF] Trillian test result (tid-7728)
|
Description
This PR fixes the issue of continuous poll of ReadyForShutdown API even after logout.
This poll is causing issues after logout with unnecessary login error messages and API calls
Steps to reproduce the issue or test the fix
Observe that calling "readyForShutdown" API still continues. This PR clears that polling job.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
How Has This Been Tested?