-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
schedule.present not idempotent when scheduler disabled #54820
Comments
Additionally they are coloured blue (changed) instead of yellow (would change) on a test run. |
@OrangeDog Thanks for the report. Looks like it's related to having the |
I may have things in a bit of a mess (which may be an issue on is own), but it appears I've got it non-idempotent with the scheduler enabled as well, so #51824 was either not fixed or subsequently broken again.
|
@OrangeDog I was able to reproduce and believe I have the fix ready to go in a PR, would you be able to find the referenced changes, and see if that resolves the issue for you? |
How best to patch a .deb installation with a git PR? |
@OrangeDog Are you using Python2 or Python3 packages? |
|
|
Confirmed the patch fixes this issue and #54848 |
Fixed in 2019.2.2 |
Description of Issue
When the scheduler is disabled, the
schedule.present
state always reports changesSetup
Versions Report
The text was updated successfully, but these errors were encountered: