RecordFlux icon indicating copy to clipboard operation
RecordFlux copied to clipboard

Nightly tests sometimes exceed maximum execution time

Open treiher opened this issue 2 years ago • 3 comments

From time to time, the scheduled CI tests fail because of exceeding the maximum execution time. In the most cases, it's caused by the Tests (python_coverage, 3.7) job.

Example: https://github.com/Componolit/RecordFlux/actions/runs/2854204042

treiher avatar Aug 15 '22 12:08 treiher

Should be solved by #1145.

treiher avatar Aug 22 '22 10:08 treiher

Removing Python 3.7 (#1145) did not solve the problem. Also, pytest-timeout did not stop the test after the defined duration.

https://github.com/Componolit/RecordFlux/runs/8083850144?check_suite_focus=true

treiher avatar Aug 30 '22 09:08 treiher

The issue still persists:

  • 2020-09-01: https://github.com/Componolit/RecordFlux/actions/runs/2974825503/jobs/4765968081
  • 2020-09-07: https://github.com/Componolit/RecordFlux/actions/runs/3003269702/jobs/4821388388
  • 2020-09-09: https://github.com/Componolit/RecordFlux/actions/runs/3018170749/jobs/4852823000
  • 2020-09-15: https://github.com/Componolit/RecordFlux/actions/runs/3055954758/jobs/4929594509

treiher avatar Sep 15 '22 07:09 treiher

Obsolete, as GitHub CI is not used anymore.

treiher avatar Mar 28 '23 14:03 treiher