-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 generation was broken #4897
Conversation
@ajpevers could you please fix travis tests so that we can proceed with acceptance of this PR? |
Only one schedule entry was generated at schedule generation because of this `return;`. fixes magento#4173
@okorshenko I've changed the unit test for cron generation so that one or more schedule saves are expected. The remaining failure is a large amount of constructor parameters in |
@ajpevers thank you for fixing the tests. Yes, we can accept it with failed static test since this is not the issue caused by your changes. Thank you |
@ajpevers thank you for your contribution! |
This fix hasn't been applied yet at version 2.1.7. |
@adrian-martinez-interactiv4 the fix will be available with upcoming patch release. |
Only one schedule entry was generated at schedule generation because of this
return;
.fixes #4173