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

jsc test: Add timed waits to avoid races #859

Merged
merged 1 commit into from Oct 19, 2016
Merged

jsc test: Add timed waits to avoid races #859

merged 1 commit into from Oct 19, 2016

Commits on Oct 19, 2016

  1. jsc test: Add timed waits to avoid races

    Add a timed wait on a job-state pattern to allow flux-jstat
    to receive all of the job events within up to 2 seconds.
    
    If and when a wreck.state.* event is delayed to be received
    by "flux-jstat notify" used in some subtests,
    they can end up prematurely comparing the result
    against incomplete jstat outputs.
    
    A timed wait helps avoid such false alarms. Resolve #512.
    dongahn committed Oct 19, 2016
    Copy the full SHA
    35f0811 View commit details
    Browse the repository at this point in the history