-
Notifications
You must be signed in to change notification settings - Fork 207
Test case for cron-expression: "at 02:20 on sunday" #441
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
Conversation
|
Great, thanks. Please sign your commits with |
Signed-off-by: Péter Bakonyi-Kárpáti <pbk@vivid-planet.com>
84c8588 to
f8c5ca0
Compare
✅ |
|
Kicked off CI, hopefully it goes red, and then we can try to solve. |
|
And it does pass. It should have turned red. Which means, at least , that the lower-level processing is working correctly. How can we recreate it? |
|
Is it possible to turn on debugging / logging? I have DB_DUMP_DEBUG: truein my |
|
Try Also needs rebase, but shouldn't affect anything. |
|
Anything interesting out of debugging? I really would like to see this replicated and fixed. |
With this option I get this message after starting the container: Of course I have to wait until Sunday to see if anything happens and is written in the log. |
|
Here is my trick for things like this. I spin up a VM, change the clock, and run the program there. Make it Sunday at 0150 inside the VM. Just be sure to disable ntpd so it doesn't change it back on you. |
|
Quite strange, it seems to be working now, the backup was made at 2:00 on Sunday, sorry. You can close the PR or if you'd like to habe a further test case, you can merge it. Thank you again for your support. |
|
It isn't the first strange and unexplained thing I have seen in software, I am sure it won't be the last. 😁 I will merge it in. The extra test always is good. |
See: #440 (comment)