Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testsuite: update purge tests for job-list changes
Problem: The job-list module now stores / recovers inactive job data from its internal database. Tests that assume job-list only stores jobs in memory do not account for this, leading to errors. Solution: Update tests to read the job-list module stats instead of using `flux jobs`. This gathers internal data to the job-list module, which allows purge tests to pass.
- Loading branch information