mik-laj commented on a change in pull request #6627: [AIRFLOW-5931] Use os.fork
when appropriate to speed up task execution.
URL: https://github.com/apache/airflow/pull/6627#discussion_r351016268
##########
File path: tests/dags/test_on_kill.py
##########
@@ -25,6 +25,11 @@
class DummyWithOnKill(DummyOperator):
def execute(self, context):
+ import os
Review comment:
@nuclearpinguin Did you fix these issue in other PR?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services