charm-helpers
charm-helpers copied to clipboard
Add elapsed time status updates for distributed_wait
trafficstars
addresses issue #540 to provide operator feedback on elapsed time of long distributed wait times.
I think this may break tests, as it would no longer match 0 second sleep for leader unit, as the sleep would be bypassed as remaining = 0
updated leader test to expect no waiting.