Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
grondo committed Jan 12, 2024
1 parent 9d6cb7d commit 1d86706
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions t/issues/t1129-match-overflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ log "Running test job."
flux run -vvv -N${TEST_SIZE} -n${TEST_SIZE} \
--setattr=exec.test.run_duration=1ms \
true

log "reloading sched-simple..."
flux module remove sched-fluxion-qmanager
flux module remove sched-fluxion-resource
flux module load sched-simple
3 changes: 1 addition & 2 deletions t/t5100-issues-test-driver.t
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ if test -z "$T5100_ISSUES_GLOB"; then
fi

flux bulksubmit -n1 -o pty --job-name={./%} -t 10m \
--flags=waitable \
--quiet --watch \
--quiet --watch --label-io \
flux start {} \
::: ${SHARNESS_TEST_SRCDIR}/issues/${T5100_ISSUES_GLOB}

Expand Down

0 comments on commit 1d86706

Please sign in to comment.