You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bi...@apache.org on 2021/11/01 06:07:47 UTC

[airflow] branch forked_suprocess_log updated (629e40f -> 4c14872)

This is an automated email from the ASF dual-hosted git repository.

binh pushed a change to branch forked_suprocess_log
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 629e40f  Fix docstring
     add 4c14872  Add draft test for capturing subprocess task log

No new revisions were added by this update.

Summary of changes:
 tests/dags/test_subprocess.py                      | 20 +++++++++++++
 .../task/task_runner/test_standard_task_runner.py  | 35 ++++++++++++++++++++++
 2 files changed, 55 insertions(+)
 create mode 100644 tests/dags/test_subprocess.py