potiuk commented on code in PR #53860:
URL: https://github.com/apache/airflow/pull/53860#discussion_r2247711388
##########
dev/breeze/src/airflow_breeze/utils/parallel.py:
##########
@@ -374,19 +374,26 @@ class SummarizeAfter(Enum):
def check_async_run_results(
results: list[ApplyResult],
- success: str,
+ success_message: str,
outputs: list[Output],
include_success_outputs: bool,
poll_time_seconds: float = 0.2,
skip_cleanup: bool = False,
summarize_on_ci: SummarizeAfter = SummarizeAfter.NO_SUMMARY,
summary_start_regexp: str | None = None,
+ terminated_on_timeout: bool = False,
):
"""
- Check if all async results were success. Exits with error if not.
+ Check if all async results were success.
+
+ Exits with error if not:
Review Comment:
🤦 .... copy-pasta :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]