Taragolis commented on issue #28275: URL: https://github.com/apache/airflow/issues/28275#issuecomment-1353911096
It just hypothesis but yeah it also might be some kind of issue in SequentialExecutor and how it handle signals. Locally I've run this test in breeze with small and no-timeout and: 1. Postgres backend with LocalExecutor 2. Postgres backend with SequentialExecutor 3. SQLite backend with SequentialExecutor And the errors and handlings are different with Local and Sequential. Also with SequentialExecutor tests terminated after 15 seconds after timeout. But the error with Sequential almost the same as we time to time get in the CI, [see attached logs archive](https://github.com/apache/airflow/files/10241573/logs.zip) -- 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]
