Skip to content

Commit 6cff96e

Browse files
committed
testsuite: fix issue 1035 test
Problem: t1035-fluxion-reload currently unloads Fluxion and qmanager before updating the configuration. In the build environment Flux only loads sched-simple by default, so unloading sched-fluxion-qmanager and sched-fluxion-resource throws an error. Remove default-loaded sched-simple to prevent the error.
1 parent e197375 commit 6cff96e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

t/issues/t1035-fluxion-reload.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ fi
1616
test $(flux resource list -no {nnodes}) -eq 4 || die "test requires 4 nodes"
1717

1818
log "Unloading modules..."
19-
flux module remove sched-fluxion-qmanager
20-
flux module remove sched-fluxion-resource
19+
flux module remove sched-simple
2120
flux module remove resource
2221

2322
log "Amending instance resource set with properties: batch, debug..."

0 commit comments

Comments
 (0)