Skip to content

Commit

Permalink
Trivial warning message change.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Jun 10, 2021
1 parent 569875a commit b448a91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cylc/flow/task_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ def report_unmet_deps(self):

if prereqs_map:
LOG.warning(
"Some partially satisfied prerequisites left over:\n"
"Partially satisfied prerequisites left over:\n"
+ "\n".join(
f"{id_} is waiting on:"
+ "\n".join(
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/events/26-workflow-stalled-dump-prereq.t
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ grep_ok "WARNING - Workflow stalled with unhandled failed tasks:" \
grep_ok "\* bar.20100101T0000Z (failed)" \
"${TEST_NAME_BASE}-run.stderr"

grep_ok "WARNING - Some partially satisfied prerequisites left over:" \
grep_ok "WARNING - Partially satisfied prerequisites left over:" \
"${TEST_NAME_BASE}-run.stderr"
grep_ok "foo.20100101T0600Z is waiting on:" \
"${TEST_NAME_BASE}-run.stderr"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ grep_ok "WARNING - Workflow stalled with unhandled failed tasks:" \
grep_ok "\* foo.1 (failed)" \
"${TEST_NAME_BASE}-run.stderr"

grep_ok "WARNING - Some partially satisfied prerequisites left over:" \
grep_ok "WARNING - Partially satisfied prerequisites left over:" \
"${TEST_NAME_BASE}-run.stderr"
grep_ok "f_1.1 is waiting on:" \
"${TEST_NAME_BASE}-run.stderr"
Expand Down

0 comments on commit b448a91

Please sign in to comment.