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 2018/12/02 14:01:48 UTC

[GitHub] Fokko commented on issue #4247: [AIRFLOW-3402] Support global k8s affinity and toleration configs

Fokko commented on issue #4247: [AIRFLOW-3402] Support global k8s affinity and toleration configs
URL: https://github.com/apache/incubator-airflow/pull/4247#issuecomment-443509867
 
 
   Sad CI:
   ```
   ======================================================================
   40) FAIL: test_scheduler_sla_miss_callback_exception (tests.test_jobs.SchedulerJobTest)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       tests/test_jobs.py line 2852 in test_scheduler_sla_miss_callback_exception
         sla_callback.assert_called()
       .tox/py27-backend_mysql-env_docker/lib/python2.7/site-packages/mock/mock.py line 906 in assert_called
         raise AssertionError(msg)
      AssertionError: Expected 'None' to have been called.
      -------------------- >> begin captured stdout << ---------------------
      [2018-11-28 00:29:55,667] {test_task_view_type_check.py:47} INFO - class_instance type: <class 'unusual_prefix_61c0ab525b75d060ea41c0aa11a98c88efc72c26_test_task_view_type_check.CallableClass'>
      
      --------------------- >> end captured stdout << ----------------------
      -------------------- >> begin captured logging << --------------------
      root: INFO: class_instance type: <class 'unusual_prefix_61c0ab525b75d060ea41c0aa11a98c88efc72c26_test_task_view_type_check.CallableClass'>
      --------------------- >> end captured logging << ---------------------
   ======================================================================
   41) FAIL: test_scheduler_sla_miss_email_exception (tests.test_jobs.SchedulerJobTest)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       .tox/py27-backend_mysql-env_docker/lib/python2.7/site-packages/mock/mock.py line 1305 in patched
         return func(*args, **keywargs)
       tests/test_jobs.py line 2896 in test_scheduler_sla_miss_email_exception
         'test_sla_miss')
       .tox/py27-backend_mysql-env_docker/lib/python2.7/site-packages/mock/mock.py line 925 in assert_called_with
         raise AssertionError('Expected call: %s\nNot called' % (expected,))
      AssertionError: Expected call: exception(u'Could not send SLA Miss email notification for DAG %s', u'test_sla_miss')
      Not called
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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