Paladox has uploaded a new change for review.
https://gerrit.wikimedia.org/r/313051
Change subject: Disable garbage collection for mw-phpunit.sh too
......................................................................
Disable garbage collection for mw-phpunit.sh too
Follows up Id3d31436dc7b847b063c04178ffb01c109b736d8 to also disable
garbage collection in mw-phpunit.sh
Bug: T142158
Change-Id: I49af11a565f74c13e5e390db823c83c3cea23735
---
M bin/mw-phpunit.sh
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins
refs/changes/51/313051/1
diff --git a/bin/mw-phpunit.sh b/bin/mw-phpunit.sh
index ec0e112..cde5423 100755
--- a/bin/mw-phpunit.sh
+++ b/bin/mw-phpunit.sh
@@ -36,6 +36,7 @@
set -x
cd "${MW_INSTALL_PATH}/tests/phpunit"
-php phpunit.php \
+php -d zend.enable_gc=0 \
+ phpunit.php \
--log-junit $JUNIT_DEST \
"${phpunit_args[@]:-}"
--
To view, visit https://gerrit.wikimedia.org/r/313051
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I49af11a565f74c13e5e390db823c83c3cea23735
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits