-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
drone PHPunit out-of-memory errors #35685
Comments
@micbar @DeepDiver1975 maybe you know straight away what the problem is ;) |
This seems to be related to the coverage generation:
|
something to try out:
|
I had something similar on my local machine with coverage. had been related to blacklisting /whitelisting for coverage beeing configured too "greedy". Maybe it scans far more directories than it should. I found out that whitelisting specific directories took less resources than whitelisting all and restrict afterwards. |
Also another idea to investigate: Move over to ubuntu 18.04 and install the packages there. It might be that current packages have some issues |
Note: |
This seems to have got worse today. I am looking into it. |
@phil-davis |
@patrickjahns now on an ordinary PR, e.g. #35695 I am getting
I get the same locally if I run
What to do for today? Just run Note: that error message goes away with The very latest
so that adds another small challenge. |
This could be looked into again after we drop PHP 7.0 and move up to phpunit7. |
Fixed by #37078 |
drone is quite often getting:
e.g. https://drone.owncloud.com/owncloud/core/18922/155
It seems to be happening a lot more often this week. It is getting very annoying for CI.
The text was updated successfully, but these errors were encountered: