CSteipp has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/121697

Change subject: Disable gc during tests
......................................................................

Disable gc during tests

Bug: 62623
Change-Id: I0605c72d064612200e8756919e862144b37b79de
---
M bin/mw-run-phpunit-allexts.sh
M bin/mw-run-phpunit.sh
2 files changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins 
refs/changes/97/121697/1

diff --git a/bin/mw-run-phpunit-allexts.sh b/bin/mw-run-phpunit-allexts.sh
index 165ddfa..5fc2724 100755
--- a/bin/mw-run-phpunit-allexts.sh
+++ b/bin/mw-run-phpunit-allexts.sh
@@ -31,6 +31,7 @@
 cd "${MW_INSTALL_PATH}/tests/phpunit"
 
 php phpunit.php \
+       -d zend.enable_gc=0 \
        --with-phpunitdir "$PHPUNIT_DIR" \
        --log-junit "$JUNIT_DEST" \
        --testsuite extensions
diff --git a/bin/mw-run-phpunit.sh b/bin/mw-run-phpunit.sh
index 60b7d29..2c24f32 100755
--- a/bin/mw-run-phpunit.sh
+++ b/bin/mw-run-phpunit.sh
@@ -95,6 +95,7 @@
 set -x
 cd "${MW_INSTALL_PATH}/tests/phpunit"
 php phpunit.php \
+       -d zend.enable_gc=0 \
        --with-phpunitdir "$PHPUNIT_DIR" \
        $PHPUNIT_GROUP_OPT \
        --exclude-group "$PHPUNIT_EXCLUDE_GROUP" \

-- 
To view, visit https://gerrit.wikimedia.org/r/121697
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0605c72d064612200e8756919e862144b37b79de
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: CSteipp <cste...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to