-
Notifications
You must be signed in to change notification settings - Fork 293
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
Time for tests has doubled overnight #2498
Comments
I would say it's a problem with the Perl 6 version. The whateverable-based tests, which uses an up-to-date executable, always took longer. It's been only when the docker container has been updated when it started to take longer with it. |
It's just eight seconds, but it's not really needed. This goes towards solving #2498.
Still, there's some other thing that we have not considered: the fact that now all files are being built from source. |
What's the situation now? Is it better? |
It's improved after elimination of the generation of the disambiguation files... That really took a long time. |
I'm not running any tests, just created a ticket because the issue seemed serious. If there is no problem (in rakudo) please let me know. |
The problem
It's gone from ~500 seconds to ~ 1000 seconds. @finanalyst 's PR #2497 which is set to eliminate disambiguation will reduce time, but it's still a problem.
Suggestions
The problem seems to be with the change from 2018.10 to 2018.11 in the Docker container used. At the same time, Travis has changed its infrastructure to use virtual machines instead of containers. I don't know which one is to blame for this, but going back to ~30 minutes for test is unacceptable.
The text was updated successfully, but these errors were encountered: