Skip to content

Commit

Permalink
t1005: update test description
Browse files Browse the repository at this point in the history
Problem: There is a test in t1005-max-jobs-limits.t that submits two
jobs to the priority plugin under the same bank using two different
methods: by default and by explicitly setting it with --setattr.
However, the test description is confusing and could be worded better.

Update the test description to more concisely describe what is
happening in the test.
  • Loading branch information
cmoussa1 committed Dec 30, 2024
1 parent 4533135 commit 39221e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t1005-max-jobs-limits.t
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ test_expect_success 'a submitted job while at max-running-jobs limit will have a
flux cancel ${jobid2}
'

test_expect_success 'submit max number of jobs with a mix of default bank and explicitly set bank' '
test_expect_success 'submit max number of jobs to the same bank (explicitly and by default)' '
jobid1=$(flux python ${SUBMIT_AS} 5011 sleep 60) &&
jobid2=$(flux python ${SUBMIT_AS} 5011 --setattr=system.bank=account3 -n 1 sleep 60)
'
Expand Down

0 comments on commit 39221e2

Please sign in to comment.