jscheffl opened a new pull request, #43279: URL: https://github.com/apache/airflow/pull/43279
PR #43153 introduced some tests using caplog - which is known to have concurrency issues... and as the added tests are non-DB tests they are executed in parallel, risk to have a race. Failed canary builds https://github.com/apache/airflow/actions/runs/11461340167/job/31890715886 and https://github.com/apache/airflow/actions/runs/11467168248/job/31909855847 Attempting to fix with a context for log capturing. FYI @OliverWannenwetsch -- 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]
