Skip to content

Commit

Permalink
[skip ci]wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Nov 6, 2024
1 parent 11b8380 commit 5b5c391
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion tests/functional/cylc-remove/00-simple/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
script = false
[[cleaner]]
script = """
cylc__job__poll_grep_workflow_log -E '1/b/01:running.* \(received\)failed'
cylc__job__poll_grep_workflow_log -E '1/b/01.* failed'
# Remove the unhandled failed task
cylc remove "$CYLC_WORKFLOW_ID//1/b"
# Remove waiting 1/c
Expand Down
4 changes: 2 additions & 2 deletions tests/functional/cylc-remove/02-cycling/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
[runtime]
[[remover]]
script = """
cylc__job__poll_grep_workflow_log -E '2020/bar/01:running.* \(received\)failed'
cylc__job__poll_grep_workflow_log -E '2021/baz/01:running.* \(received\)failed'
cylc__job__poll_grep_workflow_log -E '2020/bar/01.* failed'
cylc__job__poll_grep_workflow_log -E '2021/baz/01.* failed'
# Remove the two unhandled failed tasks.
cylc remove "$CYLC_WORKFLOW_ID//*/ba*:failed"
# Remove the two unsatisfied waiting tasks.
Expand Down
6 changes: 3 additions & 3 deletions tests/functional/cylc-trigger/02-filter-failed/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
[[fixer]]
script = """
cylc__job__wait_cylc_message_started
cylc__job__poll_grep_workflow_log -E '1/fixable1/01:running.* \(received\)failed'
cylc__job__poll_grep_workflow_log -E '1/fixable2/01:running.* \(received\)failed'
cylc__job__poll_grep_workflow_log -E '1/fixable3/01:running.* \(received\)failed'
cylc__job__poll_grep_workflow_log -E '\[1/fixable1/01:failed\] failed/ERR'
cylc__job__poll_grep_workflow_log -E '\[1/fixable2/01:failed\] failed/ERR'
cylc__job__poll_grep_workflow_log -E '\[1/fixable3/01:failed\] failed/ERR'
cylc trigger "${CYLC_WORKFLOW_ID}//1/fixable*"
"""
[[Z]]
Expand Down
10 changes: 5 additions & 5 deletions tests/functional/cylc-trigger/04-filter-names/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
[[fixer]]
script = """
cylc__job__wait_cylc_message_started
cylc__job__poll_grep_workflow_log -E '1/fixable-1a/01.* \(received\)failed'
cylc__job__poll_grep_workflow_log -E '1/fixable-1b/01.* \(received\)failed'
cylc__job__poll_grep_workflow_log -E '1/fixable-2a/01.* \(received\)failed'
cylc__job__poll_grep_workflow_log -E '1/fixable-2b/01.* \(received\)failed'
cylc__job__poll_grep_workflow_log -E '1/fixable-3/01.* \(received\)failed'
cylc__job__poll_grep_workflow_log -E '1/fixable-1a/01.* failed'
cylc__job__poll_grep_workflow_log -E '1/fixable-1b/01.* failed'
cylc__job__poll_grep_workflow_log -E '1/fixable-2a/01.* failed'
cylc__job__poll_grep_workflow_log -E '1/fixable-2b/01.* failed'
cylc__job__poll_grep_workflow_log -E '1/fixable-3/01.* failed'
cylc trigger "${CYLC_WORKFLOW_ID}//" \
'//1/FIXABLE-1' '//1/fixable-2*' '//1/fixable-3'
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/hold-release/11-retrying/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ t-retry-able => t-analyse
[[t-hold-release]]
script = """
cylc__job__poll_grep_workflow_log -E \
'1/t-retry-able/01:running.* \(received\)failed'
'1/t-retry-able/01.*failed'
cylc__job__poll_grep_workflow_log -E \
'1/t-retry-able/01:running.* => waiting'
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/reload/10-runahead.t
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ run_fail "${TEST_NAME}" cylc play --debug --no-detach "${WORKFLOW_NAME}"
#-------------------------------------------------------------------------------
TEST_NAME=${TEST_NAME_BASE}-check-fail
DB_FILE="$RUN_DIR/${WORKFLOW_NAME}/log/db"
QUERY='SELECT COUNT(*) FROM task_states WHERE status == "failed"'
QUERY="SELECT COUNT(*) FROM task_states WHERE status == 'failed'"
cmp_ok <(sqlite3 "$DB_FILE" "$QUERY") <<< "4"
#-------------------------------------------------------------------------------
purge
2 changes: 1 addition & 1 deletion tests/functional/reload/25-xtriggers.t
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ init_workflow "${TEST_NAME_BASE}" <<'__FLOW_CONFIG__'
[[reload]]
script = """
# wait for "broken" to fail
cylc__job__poll_grep_workflow_log -E '1/broken/01.* \(received\)failed/ERR'
cylc__job__poll_grep_workflow_log -E '1/broken/01.* failed/ERR'
# fix "broken" to allow it to pass
sed -i 's/false/true/' "${CYLC_WORKFLOW_RUN_DIR}/flow.cylc"
# reload the workflow
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/reload/runahead/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
script = true
[[reloader]]
script = """
cylc__job__poll_grep_workflow_log -E "${CYLC_TASK_CYCLE_POINT}/foo/01:running.*\(received\)failed"
cylc__job__poll_grep_workflow_log -E "${CYLC_TASK_CYCLE_POINT}/foo/01:running.*failed"
perl -pi -e 's/(runahead limit = )P1( # marker)/\1 P3\2/' $CYLC_WORKFLOW_RUN_DIR/flow.cylc
cylc reload $CYLC_WORKFLOW_ID
"""
2 changes: 1 addition & 1 deletion tests/functional/spawn-on-demand/10-retrigger/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""
[[triggerer]]
script = """
cylc__job__poll_grep_workflow_log -E '1/oops/01:running.* \(received\)failed'
cylc__job__poll_grep_workflow_log -E '1/oops/01.* failed'
cylc trigger "${CYLC_WORKFLOW_ID}//1/oops"
"""
[[foo, bar]]
2 changes: 1 addition & 1 deletion tests/functional/triggering/19-and-suicide/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[[t0]]
# https://github.com/cylc/cylc-flow/issues/2655
# "1/t2" should not suicide on "1/t1:failed"
script = cylc__job__poll_grep_workflow_log -E '1/t1.* \(received\)failed'
script = cylc__job__poll_grep_workflow_log -E '1/t1.* failed'
[[t1]]
script = false
[[t2]]
Expand Down

0 comments on commit 5b5c391

Please sign in to comment.