Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a test against infinite prompt during cluster setup #1031

Merged
merged 4 commits into from
Aug 23, 2017

Commits on Aug 16, 2017

  1. tests: add an optional timeout to exec_command

    This will make the subprocess getting killed if it doesn't terminate
    within {timeout} seconds and an exception will be raised.
    bamarni committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    c9b5bb8 View commit details
    Browse the repository at this point in the history
  2. Add a test against infinite prompt during cluster setup

    Prior to 1254a2f and when running
    "dcos cluster setup" command as non-interactive, the process would run
    and ask for user input forever.
    
    This adds an integration test which fails if the process doesn't exit by
    itself with an error within 15 seconds.
    
    https://jira.mesosphere.com/browse/DCOS-15590
    bamarni committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    aa544e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Configuration menu
    Copy the full SHA
    30aadd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    372240b View commit details
    Browse the repository at this point in the history