We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 991d370 + 0067432 commit cd2fb0fCopy full SHA for cd2fb0f
t/t1023-multiqueue-constraints.t
@@ -95,6 +95,9 @@ test_expect_success 'a job with multiple constraints works in both queues' '
95
test_expect_success 'stop queues' '
96
flux queue stop --all
97
'
98
+test_expect_success 'consume wait status so far' '
99
+ test_might_fail flux job wait --all
100
+'
101
test_expect_success 'submit a held job to the first queue' '
102
flux submit --flags=waitable \
103
--queue=debug --urgency=hold /bin/true >job3.out
0 commit comments