jenkins-bot has submitted this change and it was merged.

Change subject: beta: define $wmgParserCacheDBs
......................................................................


beta: define $wmgParserCacheDBs

The $wmgParserCacheDBs variable is not defined on beta, that caused php
to output a warning, for example with the job loop script. End result:
bunch of fatal errors because the job loops can't find a db named
'Warning:'

bug: 57915
Change-Id: I9192d7d6711fe0a8875166bcbabce9bd1055fa42
---
M wmf-config/db-labs.php
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/db-labs.php b/wmf-config/db-labs.php
index 3eec32d..365ea4c 100644
--- a/wmf-config/db-labs.php
+++ b/wmf-config/db-labs.php
@@ -49,4 +49,7 @@
                ),
        );
 
+       # No parser cache in beta yet
+       $wmgParserCacheDBs = array();
+
 } # end safe guard

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9192d7d6711fe0a8875166bcbabce9bd1055fa42
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>
Gerrit-Reviewer: Hashar <has...@free.fr>
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