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/10/17 11:55:25 UTC

[GitHub] [airflow] feluelle commented on issue #6327: [AIRFLOW-4675] Make airflow/lineage Pylint compatible

feluelle commented on issue #6327: [AIRFLOW-4675] Make airflow/lineage Pylint compatible
URL: https://github.com/apache/airflow/pull/6327#issuecomment-543139494
 
 
   The issue:
   ```
   ======================================================================
   
   64) FAIL: test_clear (tests.www.test_views.TestAirflowBaseViews)
   
   ----------------------------------------------------------------------
   
      Traceback (most recent call last):
   
       tests/www/test_views.py line 570 in test_clear
   
         self.check_content_in_response(['example_bash_operator', 'Wait a minute'], resp)
   
       tests/www/test_views.py line 95 in check_content_in_response
   
         self.assertEqual(resp_code, resp.status_code)
   
      AssertionError: 200 != 302
   ```
   
   seems not to be related to your code changes. I am restarting this failed Python 3.7 test.
   
   The kubernetes tests are broken at the moment :/

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