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

fix test_until_time failure when run early #563

Merged
merged 2 commits into from Apr 9, 2023

Conversation

emollier
Copy link
Contributor

Since introduction of the "until" job scheduling method to apply deadlines, the test suite fails at test_until_time when run between midnight and 5am local hour. This patch ought to ensure the deadline is always one hour ago independently of the time of the day, or night. This should resolve Github issue #488.

emollier and others added 2 commits February 15, 2023 21:00
Since introduction of the "until" job scheduling method to apply
deadlines, the test suite fails at test_until_time when run between
midnight and 5am local hour.  This patch ought to ensure the deadline
is always one hour ago independently of the time of the day, or night.
This should resolve Github issue dbader#488.

Signed-off-by: Étienne Mollier <emollier@debian.org>
@coveralls
Copy link

Coverage Status

Coverage: 99.711%. Remained the same when pulling ea4656d on emollier:fix-test-until into a5036cf on dbader:master.

@SijmenHuizenga
Copy link
Collaborator

Thank you so much for this pr!

@SijmenHuizenga SijmenHuizenga merged commit a3ecd35 into dbader:master Apr 9, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants