feluelle commented on issue #6513: [AIRFLOW-5862] Fix failing build on 
kubernetes
URL: https://github.com/apache/airflow/pull/6513#issuecomment-551050746
 
 
   @potiuk 
   
   ```
   ======================================================================
   
   1) FAIL: test_integration_run_dag 
(tests.integration.kubernetes.test_kubernetes_executor.TestKubernetesExecutor)
   
   ----------------------------------------------------------------------
   
      Traceback (most recent call last):
   
       tests/integration/kubernetes/test_kubernetes_executor.py line 198 in 
test_integration_run_dag
   
         expected_final_state='success', timeout=100)
   
       tests/integration/kubernetes/test_kubernetes_executor.py line 105 in 
monitor_task
   
         self.assertEqual(state, expected_final_state)
   
      AssertionError: 'queued' != 'success'
   
      - queued
   
      + success
   
      
   
      -------------------- >> begin captured stdout << ---------------------
   
      Found the job with execution date 2019-11-07T11:47:40+00:00
   
      Attempt 0: Current state of operator is queued
   
      Attempt 1: Current state of operator is queued
   
      Attempt 2: Current state of operator is queued
   
      Attempt 3: Current state of operator is queued
   
      Attempt 4: Current state of operator is queued
   
      Attempt 5: Current state of operator is queued
   
      Attempt 6: Current state of operator is queued
   
      Attempt 7: Current state of operator is queued
   
      Attempt 8: Current state of operator is queued
   
      Attempt 9: Current state of operator is queued
   
      Attempt 10: Current state of operator is queued
   
      Attempt 11: Current state of operator is queued
   
      Attempt 12: Current state of operator is queued
   
      Attempt 13: Current state of operator is queued
   
      Attempt 14: Current state of operator is queued
   
      Attempt 15: Current state of operator is queued
   
      Attempt 16: Current state of operator is queued
   
      Attempt 17: Current state of operator is queued
   
      Attempt 18: Current state of operator is queued
   
      Attempt 19: Current state of operator is queued
   
      
   
      --------------------- >> end captured stdout << ----------------------
   
      -------------------- >> begin captured logging << --------------------
   
      airflow.utils.log.logging_mixin.LoggingMixin: INFO: Reading the config 
from /root/airflow/airflow.cfg
   
      airflow.settings: INFO: Configured default timezone <Timezone [UTC]>
   
      --------------------- >> end captured logging << ---------------------
   
   ======================================================================
   
   2) FAIL: test_integration_run_dag_with_scheduler_failure 
(tests.integration.kubernetes.test_kubernetes_executor.TestKubernetesExecutor)
   
   ----------------------------------------------------------------------
   
      Traceback (most recent call last):
   
       tests/integration/kubernetes/test_kubernetes_executor.py line 225 in 
test_integration_run_dag_with_scheduler_failure
   
         expected_final_state='success', timeout=120)
   
       tests/integration/kubernetes/test_kubernetes_executor.py line 105 in 
monitor_task
   
         self.assertEqual(state, expected_final_state)
   
      AssertionError: 'queued' != 'success'
   
      - queued
   
      + success
   
      
   
      -------------------- >> begin captured stdout << ---------------------
   
      Found the job with execution date 2019-11-07T11:49:23+00:00
   
      Attempt 0: Current state of operator is queued
   
      Attempt 1: Current state of operator is queued
   
      Attempt 2: Current state of operator is queued
   
      Attempt 3: Current state of operator is queued
   
      Attempt 4: Current state of operator is queued
   
      Attempt 5: Current state of operator is queued
   
      Attempt 6: Current state of operator is queued
   
      Attempt 7: Current state of operator is queued
   
      Attempt 8: Current state of operator is queued
   
      Attempt 9: Current state of operator is queued
   
      Attempt 10: Current state of operator is queued
   
      Attempt 11: Current state of operator is queued
   
      Attempt 12: Current state of operator is queued
   
      Attempt 13: Current state of operator is queued
   
      Attempt 14: Current state of operator is queued
   
      Attempt 15: Current state of operator is queued
   
      Attempt 16: Current state of operator is queued
   
      Attempt 17: Current state of operator is queued
   
      Attempt 18: Current state of operator is queued
   
      Attempt 19: Current state of operator is queued
   
      Attempt 20: Current state of operator is queued
   
      Attempt 21: Current state of operator is queued
   
      Attempt 22: Current state of operator is queued
   
      Attempt 23: Current state of operator is queued
   
      
   
      --------------------- >> end captured stdout << ----------------------
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to