You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "syun64 (via GitHub)" <gi...@apache.org> on 2023/08/20 01:17:42 UTC

[GitHub] [airflow] syun64 commented on pull request #33532: Implement Dag SLAs

syun64 commented on PR #33532:
URL: https://github.com/apache/airflow/pull/33532#issuecomment-1685146520

   While I wait for feedback on the PR - I'm trying to fix the breaking test **tests/jobs/test_backfill_job.py::TestBackfillJob::test_mapped_dag_unexpandable**, and I'm quite perplexed at how it's failing non-deterministically on the CI. 
   
   In the previous CI run before I merged the main into this branch, the test succeeded on [Postgres11,Py3.8: Core Providers[-amazon,google] Other Providers[amazon] WWW API Always CLI Providers[google]](https://github.com/apache/airflow/actions/runs/5913993194/job/16038904393?pr=33532#logs), but failed on the most recent run: [Postgres11,Py3.8: Core Providers[-amazon,google] Other Providers[amazon] WWW API Always CLI Providers[google]](https://github.com/apache/airflow/actions/runs/5914162025/job/16039246990?pr=33532#logs). Now it's succeeding on Tests that failed on the previous CI run like on [LatestBotoPostgres11, Py3.8: Core Providers[-amazon,google] Other Providers[amazon] WWW API Always CLI Providers[google]](https://github.com/apache/airflow/actions/runs/5914162025/job/16039247433?pr=33532#logs).
   
   I'm unable to reproduce this issue on my local breeze setup - the test passes with flying colors after I've added the new parameters into the factory function in airflow.models.dag. Does anyone have any pointers regarding where I should be looking to debug this issue?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org