Taragolis commented on PR #28767: URL: https://github.com/apache/airflow/pull/28767#issuecomment-1374830419
I can't reproduce this error locally but I have an idea what could possible wrong Potentially callback might acquire lock https://github.com/apache/airflow/blob/ce677862be4a7de777208ba9ba9e62bcd0415393/tests/jobs/test_local_task_job.py#L779-L784 After it checked in test case https://github.com/apache/airflow/blob/ce677862be4a7de777208ba9ba9e62bcd0415393/tests/jobs/test_local_task_job.py#L803-L805 However locally I do not have this behaviour. I only could emulate it by adding `time.sleep(5)` before acquire lock in this case time to time test failed. -- 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]
