Skip to content

Commit

Permalink
Merge pull request #909 from grondo/testsuite-fixes
Browse files Browse the repository at this point in the history
testsuite: fix a couple brittle tests
  • Loading branch information
mergify[bot] authored Feb 24, 2022
2 parents fe067a4 + dd08d2e commit 20337b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion t/t1006-qmanager-multiqueue.t
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ get_queue() {

test_expect_success 'qmanager: loading qmanager with multiple queues' '
load_resource prune-filters=ALL:core \
subsystems=containment policy=low &&
subsystems=containment policy=low load-allowlist=node,core,gpu &&
load_qmanager "queues=all batch debug"
'

Expand Down
8 changes: 4 additions & 4 deletions t/t1011-dynstate-change.t
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test_expect_success 'load test resources' '
'

test_expect_success 'dyn-state: loading fluxion modules works' '
load_resource load-allowlist=cluster,node,core,gpu &&
load_resource load-allowlist=cluster,node,core,gpu match-format=rv1 &&
load_qmanager
'

Expand Down Expand Up @@ -118,7 +118,7 @@ test_expect_success 'dyn-state: removing fluxion modules' '
'

test_expect_success 'dyn-state: loading fluxion modules works' '
load_resource load-allowlist=cluster,node,core,gpu &&
load_resource load-allowlist=cluster,node,core,gpu match-format=rv1 &&
load_qmanager queue-policy=easy
'

Expand All @@ -141,7 +141,7 @@ test_expect_success 'dyn-state: removing fluxion modules' '
'

test_expect_success 'dyn-state: loading fluxion modules works' '
load_resource load-allowlist=cluster,node,core,gpu &&
load_resource load-allowlist=cluster,node,core,gpu match-format=rv1 &&
load_qmanager queues="batch debug" \
queue-policy-per-queue="batch:easy debug:fcfs"
'
Expand Down Expand Up @@ -171,7 +171,7 @@ test_expect_success 'dyn-state: removing fluxion modules' '
'

test_expect_success 'dyn-state: loading fluxion modules works' '
load_resource load-allowlist=cluster,node,core,gpu &&
load_resource load-allowlist=cluster,node,core,gpu match-format=rv1 &&
load_qmanager
'

Expand Down

0 comments on commit 20337b0

Please sign in to comment.