Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Extend shutdown allowed time in under min available resources test #8306

Merged
merged 3 commits into from
Dec 11, 2019

Conversation

brianjohnson5972
Copy link
Contributor

Change Description

Fixed corner case for failures and added debug logging. And increase time allowed to shutdown.

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

tests/Node.py Outdated
return False
except PermissionError as ex:
if logStatus: Utils.Print("Determined node(formerly pid=%s) is killed" % (pid))
Copy link
Contributor

Choose a reason for hiding this comment

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

This should say "is alive", right?

tests/Node.py Outdated
return True

if logStatus: Utils.Print("Determined node(pid=%s) is alive (kill command executed)" % (self.pid))
Copy link
Contributor

Choose a reason for hiding this comment

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

This didn't call kill, well technically it did, but the kill is kill 0 which is just check the status. I think you should remove "(kill command executed)"

@brianjohnson5972 brianjohnson5972 merged commit e548fa0 into develop Dec 11, 2019
@heifner heifner deleted the under-min-avail-timing-fix branch March 12, 2020 12:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants