Skip to content

Commit

Permalink
Merge pull request #1147 from garlick/waitable
Browse files Browse the repository at this point in the history
testsuite: prepare for flux_job_wait(3) change
  • Loading branch information
mergify[bot] authored Feb 24, 2024
2 parents 991d370 + 0067432 commit cd2fb0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/t1023-multiqueue-constraints.t
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ test_expect_success 'a job with multiple constraints works in both queues' '
test_expect_success 'stop queues' '
flux queue stop --all
'
test_expect_success 'consume wait status so far' '
test_might_fail flux job wait --all
'
test_expect_success 'submit a held job to the first queue' '
flux submit --flags=waitable \
--queue=debug --urgency=hold /bin/true >job3.out
Expand Down

0 comments on commit cd2fb0f

Please sign in to comment.