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

Head commit for run:
a3847720e8f3202883bbfd3596679e9ec1413caa / Augusto Hidalgo <[email protected]>
Fix test_example_dags

By going up to `parents[3]` we were going outside the repository root,
luckily(or unluckily the repo folder is also named `airflow` so the
pattern `airflow/**/example_dags/example_*.py` still worked,
but `tests/system/providers/**/example_*.py` wasn't being used.

This discovered 2 new errors:

- `example_local_to_wasb.py` was trivial to fix

- `example_redis_publish.py`is more interesting: this one fails because
`RedisPubSubSensor` constructor calls Redis.pubsub().subscribe(), which
just hangs and DagBag fails with timeout. For now I'm just deleting this
operator from the example.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to