Skip to content

Improve wait-for-boot subparser #24

Description

@aabadie

For now there's only one hard timeout for wait-for-boot: if 10 nodes are required in an experiment and 9 of them boot in 30s, the actual behaviour will keep waiting until max-wait (2 minutes) even if nothing happens.

It would be better to have a soft and hard timeout:

  • soft timeout: if nothing happens within t, the program returns
  • hard timeout: skip any node that didn't boot after hard timeout (even if there is still some activity)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions