Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

t: update descriptions of sharness tests #447

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Expand Down
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
Expand Down
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

Expand Down
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

Expand Down
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

Expand Down
Loading