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/08/19 07:48:38 UTC

[GitHub] [airflow] ashb commented on issue #5765: [AIRFLOW-4412] PodLauncher drops log lines printed by the pod

ashb commented on issue #5765: [AIRFLOW-4412] PodLauncher drops log lines printed by the pod
URL: https://github.com/apache/airflow/pull/5765#issuecomment-522454089
 
 
   ```
   ======================================================================
   1) FAIL: test_logging (tests.minikube.test_kubernetes_pod_operator.KubernetesPodOperatorTest)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       tests/minikube/test_kubernetes_pod_operator.py line 269 in test_logging
         mock_logger.info.assert_any_call(b"+ echo 10")
       /usr/local/lib/python3.6/unittest/mock.py line 876 in assert_any_call
         ) from cause
      AssertionError: info(b'+ echo 10') call not found
   ======================================================================
   2) FAIL: test_volume_mount (tests.minikube.test_kubernetes_pod_operator.KubernetesPodOperatorTest)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       tests/minikube/test_kubernetes_pod_operator.py line 314 in test_volume_mount
         mock_logger.info.assert_any_call(b"retrieved from mount")
       /usr/local/lib/python3.6/unittest/mock.py line 876 in assert_any_call
         ) from cause
      AssertionError: info(b'retrieved from mount') call not found
   ```

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