-
Notifications
You must be signed in to change notification settings - Fork 94
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
Turn off "against source" mode after validation step of Cylc VR #6213
Turn off "against source" mode after validation step of Cylc VR #6213
Conversation
959145c
to
9c11d53
Compare
I have noticed currently on 8.3.x:
$ cylc validate myflow
Valid for cylc-8.3.3.dev
$ cylc validate myflow --mode simulation
PointParsingError: Incompatible value for <class 'cylc.flow.cycling.iso8601.ISO8601Point'>: alp: Invalid ISO 8601 date representation: alp |
I haven't - it's something to do with me using a-a-grave |
3006a97
to
c0f5308
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I have looked at the MacOS test failures tests/f/modes/04-simulation-runtime.t
& tests/f/flow-triggers/11-wait-merge.t
, both seem to be unrelated and just flaky. Possibly newly rotated into the test chunks due to added functional test here)
remove the --against-source option from cylc vr - it should _always_ be true test that Cylc VR unsets the --against-source mode after validation. response to review: delattr add test for validate --mode=live,sim,dummy Apply suggestions from code review Co-authored-by: Ronnie Dutta <[email protected]> Apply suggestions from code review Co-authored-by: Ronnie Dutta <[email protected]> response to review Update tests/functional/cylc-combination-scripts/08-vr-against-src.t Co-authored-by: Ronnie Dutta <[email protected]>
02ea907
to
dbcf1cc
Compare
cylc vr
on a stopped workflow doesn't pass all arguments through tocylc play
#6209 which can be manually tested in the hope of getting it in to 8.3.2.cylc vr --against-source
because it makes no sense - we always want to run the validate step of VR against source.cylc validate
.Check List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).CHANGES.md
entry included if this is a change that can affect users?.?.x
branch.