-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_gen.py extremely slow on GitHub Actions #946
Comments
I profiled the module What did I notice so far:
|
In the next step I remove What did I notice:
Conclusion |
Cause Solution
|
Describe the bug
GitHub Actions unit test runs are very slow (usually around 40 minutes, versus ~12 minutes per platform on AppVeyor and ~5 minutes on my local machine). Closer inspection of the logs reveals that around 35 of these 40 minutes are spent in one test module --
test/core/gen/test_gen.py
. For instance, look at the logs for this test run:To Reproduce
Steps to reproduce the behavior:
unittest
step and activate timestamps.test_gen.py
takes over half an hour.Expected behavior
test_gen.py
on GHA completes in seconds or tens of seconds (as it already does on other platforms), rather than in tens of minutes.The text was updated successfully, but these errors were encountered: