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/01/23 22:13:43 UTC

[GitHub] [airflow] kaxil edited a comment on pull request #13433: Schedule tasks of cleared dags

kaxil edited a comment on pull request #13433:
URL: https://github.com/apache/airflow/pull/13433#issuecomment-764200533


   The following tests are failing:
   
   ```
   FAILED tests/jobs/test_scheduler_job.py::TestDagFileProcessor::test_dag_file_processor_process_task_instances_0
     FAILED tests/jobs/test_scheduler_job.py::TestDagFileProcessor::test_dag_file_processor_process_task_instances_1_up_for_retry
     FAILED tests/jobs/test_scheduler_job.py::TestDagFileProcessor::test_dag_file_processor_process_task_instances_2_up_for_reschedule
     FAILED tests/jobs/test_scheduler_job.py::TestDagFileProcessor::test_dag_file_processor_process_task_instances_depends_on_past_0
     FAILED tests/jobs/test_scheduler_job.py::TestDagFileProcessor::test_dag_file_processor_process_task_instances_depends_on_past_1_up_for_retry
     FAILED tests/jobs/test_scheduler_job.py::TestDagFileProcessor::test_dag_file_processor_process_task_instances_depends_on_past_2_up_for_reschedule
     FAILED tests/jobs/test_scheduler_job.py::TestDagFileProcessor::test_dag_file_processor_process_task_instances_with_task_concurrency_0
     FAILED tests/jobs/test_scheduler_job.py::TestDagFileProcessor::test_dag_file_processor_process_task_instances_with_task_concurrency_1_up_for_retry
     FAILED tests/jobs/test_scheduler_job.py::TestDagFileProcessor::test_dag_file_processor_process_task_instances_with_task_concurrency_2_up_for_reschedule
     FAILED tests/jobs/test_scheduler_job.py::TestDagFileProcessor::test_runs_respected_after_clear
     FAILED tests/jobs/test_scheduler_job.py::TestDagFileProcessor::test_scheduler_job_add_new_task
     FAILED tests/jobs/test_scheduler_job.py::TestDagFileProcessor::test_should_mark_dummy_task_as_success
     FAILED tests/jobs/test_scheduler_job.py::TestSchedulerJob::test_dagrun_callbacks_are_called_0_success
     FAILED tests/jobs/test_scheduler_job.py::TestSchedulerJob::test_dagrun_callbacks_are_called_1_failed
     FAILED tests/jobs/test_scheduler_job.py::TestSchedulerJob::test_dagrun_callbacks_are_not_added_when_callbacks_are_not_defined_0_success
     FAILED tests/jobs/test_scheduler_job.py::TestSchedulerJob::test_dagrun_callbacks_are_not_added_when_callbacks_are_not_defined_1_failed
     FAILED tests/jobs/test_scheduler_job.py::TestSchedulerJob::test_do_schedule_max_active_runs_upstream_failed
     FAILED tests/jobs/test_scheduler_job.py::TestSchedulerJob::test_scheduler_verify_pool_full
     FAILED tests/jobs/test_scheduler_job.py::TestSchedulerJob::test_scheduler_verify_pool_full_2_slots_per_task
     FAILED tests/jobs/test_scheduler_job.py::TestSchedulerJob::test_scheduler_verify_priority_and_slots
     FAILED tests/jobs/test_scheduler_job.py::TestSchedulerJob::test_verify_integrity_if_dag_changed
     FAILED tests/jobs/test_scheduler_job.py::TestSchedulerJob::test_verify_integrity_if_dag_not_changed
     = 22 failed, 2065 passed, 97 skipped, 1 xfailed, 1 warning in 280.68s (0:04:40) =
   ```
   
   Can you take a look please @soltanianalytics 


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

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