Skip to content

Commit

Permalink
fixup! t: add tests for max-jobs limit enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoussa1 committed Jul 29, 2021
1 parent cfd5d39 commit 43bfedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t1005-max-jobs-limits.t
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ test_expect_success 'submit a job while already having max number of active jobs

test_expect_success 'submit max number of jobs with a mix of default bank and explicity set bank' '
jobid1=$(flux python ${SUBMIT_AS} 5011 sleep 60) &&
jobid2=$(flux python ${SUBMIT_AS} 5011 sleep --setattr=system.bank=account3 60) &&
jobid3=$(flux python ${SUBMIT_AS} 5011 sleep --setattr=system.bank=account3 60)
jobid2=$(flux python ${SUBMIT_AS} 5011 --setattr=system.bank=account3 sleep 60) &&
jobid3=$(flux python ${SUBMIT_AS} 5011 sleep 60)
'

test_expect_success 'submit a job while already having max number of active jobs' '
Expand Down

0 comments on commit 43bfedc

Please sign in to comment.