-
Notifications
You must be signed in to change notification settings - Fork 11
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
compat mode ignored #319
Comments
I cannot replicate the bug with your example. |
The error will be raised when the fcm_make task runs. It will need to be a "real" fcm_make task, not just a task called fcm_make, and it will need a sufficiently valid configuration that it gets far enough to trigger the loading of the workflow config. I don't have an example for this, you could try to butcher a rose-stem workflow to get one. |
I have now replicated this error using /metomi/rose/t/rose-task-run/26-app-fcm-make-new-mode-with-cont with graph modified to
Which should be ok in compat mode. |
) added a test for a fix to cylc/cylc-rose#319
A bug which can be replicated by:
:finish
trigger.This should do it:
Due to the way the workflow config is loaded from the
log/config/flow-processed.cylc
file, the Cylc 7 compat mode check is not being performed correctly causing the config to think it is not in compat mode.This check is performed automatically by
WorkflowConfig.__init__
so may require an upstream change to cylc-flow, hence 1.4.0.Introduced by #302
The text was updated successfully, but these errors were encountered: