potiuk commented on PR #28325: URL: https://github.com/apache/airflow/pull/28325#issuecomment-1350674459
First of all - rebase to latest `main`. You are 20 commits behind, and likely it is coming from a broken commit of someone else. You should lways rebase first if you see something strange. You will find guide about rebasing in our CONTRIBUTING.rst docs.  If it does not help, I guess this is some a side effect - likely because you are using the same dag_id/task_id or smth that clashes between them. look at similarities between your tests and the one that is failing. The way you reproduce it and test is just to run the failing test - ideally in the Breeze environment where the test is running in the same environment as in CI. The usual debugging techniques - logging and debugger are helpful. Unfortunately, our tests are not as isolated as I would like them to be. But I might have some time soon (and I alredy have an idea how to increase an isolation to avoid such side-effects in the future), but for now I think just try to reproduce it locally. -- 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]
