The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
8d1d9a142c9ea622df0028f878a218f342b7c932 / Jarek Potiuk <[email protected]>
Avoid side-effects for providers-manager related tests (#37414)

When running tests in v2-8-tests some of the tests failed with
package-name key not found in providers manager. This was because
some other tests modified dictionaries stored in ProvidersManager
and added there entries that missed the keys.

This PR adds a a new fixture `cleanup_providers_manager` - that will
reinitialize the ProvidersManager before the test and - more importantly
will clean it up after. This way all the entries added manually should
be removed for other tests and all the tests that do not explicitly
initialize providers manager should fail if they need it.

(cherry picked from commit 7461ac7277da4fc8f7e35169c67d342950a7f958)

Report URL: https://github.com/apache/airflow/actions/runs/7899995189

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to