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

test: add test preventing 1W,2W regression #9

Merged
merged 3 commits into from
Jan 7, 2025

Conversation

Kniggebrot
Copy link

In versions previous to October 2024,
1W,2W and 1W,3W in DOM field would cause CRONs to trigger as often as possible from 1st to 2nd/3rd,
as handle_w_dom() would always go to the 1st (and calculate from there) when it was in the checked W flag range, which starts up to 2 days before the current day.
This bug was fixed unintentionally with the rework of W and L flag handling, but it would be good to include the tests to avoid regressions.

devices with the cron "0 0 12 1W,2W * ?" had problems on new years eve, triggering too often when they should only trigger once each day.
This is a cronlib issue, as it seems to jump back in time to calculate the next W flag, but doesn't realize it went behind the original start point.
Such as for 1st of May 2025 (also a Wednesday?),
and whether more "spaced out" weekdays `1W,15W` work as well
Aren't failing as W-checks were redone, inserting days dynamically into calendar instead of looking up the next fitting day for each flag
@Kniggebrot Kniggebrot self-assigned this Jan 7, 2025
@Kniggebrot Kniggebrot merged commit 33c2afa into master Jan 7, 2025
1 check 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.

1 participant