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/04/15 15:07:09 UTC

[GitHub] [airflow] ashb commented on issue #4783: [AIRFLOW-578] Fix check return code

ashb commented on issue #4783: [AIRFLOW-578] Fix check return code 
URL: https://github.com/apache/airflow/pull/4783#issuecomment-483291207
 
 
   For some reason I can't think of this is failing all of the Impersonation/RunAsOtherUser tests:
   
   ```
   ======================================================================
   79) FAIL: test_default_impersonation (tests.test_impersonation.ImpersonationTest)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       tests/test_impersonation.py line 119 in test_default_impersonation
         'test_deelevated_user'
       tests/test_impersonation.py line 88 in run_backfill
         self.assertEqual(ti.state, State.SUCCESS)
      AssertionError: u'failed' != u'success'
      - failed
      + success
   ```
   
   Could you rebase when you make the changes above and see if that fixes it. Otherwise we'll have to dig in to why this might be happening.

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