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

FAIL: t1007-exclude.t 5 - excluding a node with reservations works #317

Closed
garlick opened this issue Apr 19, 2018 · 0 comments
Closed

FAIL: t1007-exclude.t 5 - excluding a node with reservations works #317

garlick opened this issue Apr 19, 2018 · 0 comments

Comments

@garlick
Copy link
Member

garlick commented Apr 19, 2018

As @grondo notes in #316, this test intermittently fails

FAIL: t1007-exclude.t 5 - excluding a node with reservations works
expecting success: 
    adjust_session_info 4 &&
    flux module remove sched &&
    flux module load sched sched-once=true node-excl=true plugin=sched.backfill &&
    timed_wait_job 5 submitted &&
    flux submit -N 4 sleep 0 &&
    flux submit -N 4 sleep 0 &&
    flux submit -N 4 sleep 0 &&
    flux submit -N 4 sleep 0 &&
    timed_sync_wait_job 10 &&
    flux wreck exclude -k cab1235 &&
    state=$(flux kvs get -j $(job_kvs_path 7).state) &&
    test ${state} = "complete"
submit: Submitted jobid 7
submit: Submitted jobid 8
submit: Submitted jobid 9
flux-waitjob: waitjob_cb: completion notified
submit: Submitted jobid 10
not ok 5 - excluding a node with reservations works

He asks

Is this just a race condition when jobs complete before the test script reaches timed_sync_wait_job?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants