The new release of Pytest Asyncio (0.25.1) makes some google tests flaky #45355
Labels
area:CI
Airflow's tests and continious integration
provider:google
Google (including GCP) related issues
Quarantine
Issues that are occasionally failing and are quarantined
After Pytest-asyncio 0.25.1 our canary tests started to fail with "RuntimeError: There is no current event loop in thread 'MainThread'." This happens randomly - a lot of times in Python 3.12 non-db tests, but sometimes they succeed there, and fail in other Python versions. It happens with xdist with xdist n=1 and without xdist alike.
Example failures:
Stacktrace:
Failing tests:
The text was updated successfully, but these errors were encountered: