Taragolis commented on PR #37152: URL: https://github.com/apache/airflow/pull/37152#issuecomment-1972863272
BTW, in attempt to fix some flakey tests we discuss to run specific tests isolated from other tests, for avoid some unpredictable behavior and side effect which it may add to other tests, e.g. we have a tests which raises SIGSEGV 🤣 But as far as I remember the final decision was not to do that. In theory there is [`pytest-forked`](https://github.com/pytest-dev/pytest-forked) package which make allow to run individual tests into the forked process, however there are some moments: - Project is not maintained anymore, it work I've checked locally - Because it is forked process it more likely will have some side effects -- 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]
