-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Out-of-memory errors during Scrutinizer run (#443)
* run gc_collect_cycles in testParseFile to avoid out-of-memory error * Added gc_collect_cycles() to setUp * Update ParserTest.php * Update ParserTest.php * simplified ParserTest::testParseFile only test a given set of files, not all in samples/bugs * check if scrutinizer fails only when executing testParseFile * restored ParserTest::testParseFile; refined testRetainImageContentImpact * restored old version of testParseFile; marked it and other tests as memory-heavy ... ... exclude all memory-heavy tests from scrutinizer run * refined memory checks in testRetainImageContentImpact * increased memory value in testRetainImageContentImpact: Reason is, that it otherwise fails in Github because more memory is used as in local development environment. Its still not an error!
- Loading branch information
Showing
2 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters