Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix integration test and bug in load balancer wait logic (#85)
I noticed that sometimes dag.test() does not raise an exception even when an Airflow task fails, leading to silent failures in CI jobs without any notification. To address this, I’ve added an explicit assertion to check that the DAG run state is "success" when dag.test() does not raise an exception. Added the tool.pytest.ini_options section in pyproject.toml, including the minversion option and custom markers. Fixed bug in the sleep logic while waiting for the load balancer to become ready Failed detected CI: https://github.com/astronomer/astro-provider-ray/actions/runs/11560564529/job/32177695161?pr=85 closes: astronomer/oss-integrations-private#22
- Loading branch information