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: [email protected] With regards, Apache Git Services
