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.
1 parent 710338d commit 0497023Copy full SHA for 0497023
t/t2800-jobs-cmd.t
@@ -274,6 +274,10 @@ test_expect_success 'flux-jobs --queue works' '
274
test_debug "flux jobs -an --queue=foobar" &&
275
test $(flux jobs -an --queue=foobar | wc -l) -eq 0
276
'
277
+test_expect_success 'flux-jobs --queue accepts multiple queues' '
278
+ test $(flux jobs -anq queue1,queue2 | wc -l) \
279
+ -eq $(job_list_state_count completed sched run)
280
+'
281
282
# Recall pending = depend | priority | sched, running = run | cleanup,
283
# active = pending | running
0 commit comments