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 13:26:19 UTC

[GitHub] Fokko commented on issue #4221: [AIRFLOW-3381] Allow use of secretKeyRef or configMapKeyRef in env_vars

Fokko commented on issue #4221: [AIRFLOW-3381] Allow use of secretKeyRef or configMapKeyRef in env_vars
URL: https://github.com/apache/incubator-airflow/pull/4221#issuecomment-443507446
 
 
   The CI is sad:
   ```
   ======================================================================
   44) FAIL: test_scheduler_sla_miss_callback_exception (tests.test_jobs.SchedulerJobTest)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       tests/test_jobs.py line 2851 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-22 00:37:12,065] {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 << ---------------------
   ======================================================================
   45) 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 2895 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