You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/01 15:03:36 UTC

[GitHub] [airflow] ashb commented on a change in pull request #16089: [#16087]: Backfill shouldn't interfere with scheduled run fix

ashb commented on a change in pull request #16089:
URL: https://github.com/apache/airflow/pull/16089#discussion_r662370293



##########
File path: tests/jobs/test_scheduler_job.py
##########
@@ -1846,6 +1854,10 @@ def test_dagrun_success(self):
             dagrun_state=State.SUCCESS,
         )
 
+    @unittest.skip(
+        "Hackish way to test scheduler which doesn't work anymore because the BackfillJob "
+        "doesn't interfere with 'running' DagRuns started by any other job type"
+    )

Review comment:
       You can't skip this test. Instead you will have to rewrite the `evaluate_dagrun` function to not use backfil.




-- 
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