kaxil commented on issue #3973: [AIRFLOW-XXX] Don't spam test logs with "bad cron expression" messages URL: https://github.com/apache/incubator-airflow/pull/3973#issuecomment-425623813 You will need to update `test_list_py_file_paths` test as well ``` ====================================================================== 5) FAIL: test_list_py_file_paths (tests.SchedulerJobTest) ---------------------------------------------------------------------- Traceback (most recent call last): tests/jobs.py line 3297 in test_list_py_file_paths self.assertEqual(sorted(detected_files), sorted(expected_files)) AssertionError: Lists differ: [u'/app/tests/dags/test_backfi... != [u'/app/tests/dags/test_backfi... First differing element 8: u'/app/tests/dags/test_issue_1225.py' u'/app/tests/dags/test_invalid_cron.py' Second list contains 2 additional elements. First extra element 17: u'/app/tests/dags/test_zip.zip' Diff is 1007 characters long. Set self.maxDiff to None to see it. ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
