Skip to content

Commit

Permalink
Merge pull request #447 from cmoussa1/fix.test.descriptions
Browse files Browse the repository at this point in the history
t: update descriptions of sharness tests
mergify[bot] authored May 9, 2024
2 parents 20bb6fc + 2f811cf commit e5f409b
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion t/t1011-job-archive-interface.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

test_description='Tests for update-usage command'
test_description='test fetching jobs and updating the fair share values for a group of users'

. $(dirname $0)/sharness.sh

2 changes: 1 addition & 1 deletion t/t1016-export-db.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

test_description='Test flux-account commands'
test_description='test exporting flux-accounting database data into .csv files'
. `dirname $0`/sharness.sh

DB_PATHv1=$(pwd)/FluxAccountingTestv1.db
2 changes: 1 addition & 1 deletion t/t1022-mf-priority-issue346.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

test_description='Test submitting jobs to queues after queue access is changed'
test_description='test handling jobs correctly with no or some flux-accounting data in plugin'

. `dirname $0`/sharness.sh

2 changes: 1 addition & 1 deletion t/t1027-mf-priority-issue376.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

test_description='Test submitting jobs to queues after queue access is changed'
test_description='test updating attributes of a job with flux-accounting limits imposed'

. `dirname $0`/sharness.sh

2 changes: 1 addition & 1 deletion t/t1028-mf-priority-issue385.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

test_description='Test submitting jobs to queues after queue access is changed'
test_description='test handling jobs when plugin only has temporary flux-accounting data'

. `dirname $0`/sharness.sh

0 comments on commit e5f409b

Please sign in to comment.