nuclearpinguin commented on issue #6472: [AIRFLOW-6058] Running tests with pytest URL: https://github.com/apache/airflow/pull/6472#issuecomment-559121089 There are 25 tests that last longer than 10s, the longest test is: ``` 48.25s call cli/commands/test_task_command.py::TestCliTaskBackfill::test_run_ignores_all_dependencies ``` whole test suite according to pytest was run under 30min: ``` ==== 1 failed, 3985 passed, 117 skipped, 16 warnings in 1599.60s (0:26:39) ===== ``` and the whole [build](https://travis-ci.org/PolideaInternal/airflow/jobs/617721613) from which I took those statistics took `40 min 4 sec`. Comparing with present [master](https://travis-ci.org/apache/airflow/jobs/617025719) the difference looks like this: - 1599.60s > 1360.767s (5 minutes) - 3986 > 3981 run tests (5 tests)
---------------------------------------------------------------- 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
