-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from oliver-sanders/cylc-set-task
set: extra tests
- Loading branch information
Showing
12 changed files
with
222 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
# 1/a runs naturally and generates the output "x" | ||
1/a -triggered off [] in flow 1 | ||
1/x -triggered off ['1/a'] in flow 1 | ||
1/z -triggered off ['1/x'] in flow 1 | ||
# 1/a is artificially completed with the output "y" | ||
2/y -triggered off ['2/a'] in flow 1 | ||
2/z -triggered off ['2/y'] in flow 1 | ||
# 1/a has the output "y" is artificially set but is not completed | ||
# (so 1/a will re-run and generate the output "x" naturally) | ||
3/a -triggered off [] in flow 1 | ||
3/x -triggered off ['3/a'] in flow 1 | ||
3/z -triggered off ['3/x'] in flow 1 | ||
3/y -triggered off ['3/a'] in flow 1 | ||
3/z -triggered off ['3/y'] in flow 1 | ||
# 1/a runs naturally and generates the output "x" | ||
4/a -triggered off [] in flow 1 | ||
4/x -triggered off ['4/a'] in flow 1 | ||
4/z -triggered off ['4/x'] in flow 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.