Skip to content

Commit

Permalink
fixup! testsuite: add job-list database tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chu11 committed May 20, 2022
1 parent 412f0d7 commit ef200e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/t2262-job-list-db.t
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,10 @@ test_expect_success 'flux job list-ids jobs (all purge)' '
done
'

test_expect_success 'flux job db stats works' '
${RPC} job-list.db-stats 0 < /dev/null
'

test_expect_success 'reload the job-list module with alternate config' '
statedir=`flux getattr statedir` &&
cat >job-list.toml <<EOF &&
Expand Down

0 comments on commit ef200e1

Please sign in to comment.