Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testsuite: fix potential rounding issue in expiration test
Problem: t2900-job-timelimits.t has been seen to fail when flux-jobs rounds the expiration of a job differently than is in the instance R. Since we're not concerned with floatin-ping seconds for this particular test, be sure to round/truncate the expiration values before comparison by using the existing round() function.
- Loading branch information