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 2019/11/26 19:34:17 UTC

[GitHub] [airflow] feluelle commented on issue #6601: [AIRFLOW-6010] Remove cyclic imports and pylint disables

feluelle commented on issue #6601: [AIRFLOW-6010] Remove cyclic imports and pylint disables
URL: https://github.com/apache/airflow/pull/6601#issuecomment-558785019
 
 
   Unfortunatly there are k8s errors 🙈 
   
   ```
   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: 'failed' != 'success'
   
      - failed
   
      + success
   ```

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


With regards,
Apache Git Services