[18:54:20] AaronSchulz: what does "DBError from line 476 of /srv/mediawiki/php-1.26wmf24/includes/jobqueue/JobRunner.php: Timed out waiting on commit queue." mean? saw it on a global rename job [20:06:45] legoktm: it means the job couldn't commit due to already high slave lag (the runner doesn't want to pile on) [20:12:15] Krinkle: https://gerrit.wikimedia.org/r/#/c/240873/ that was irking me [21:05:58] AaronSchulz: hmm. will that job get retried then? there's a stuck LocalRenameUserJob job on wikimania2012wiki [21:06:21] I assume it gets the normal 3 tries [21:07:47] Krenair: thanks for the test addition on mediawiki-config patch https://gerrit.wikimedia.org/r/#/c/239754/ :) [21:09:30] hashar, np, after that we went back and made it actually work [21:09:41] turns out it's actually called with $IP/../langlist [21:09:59] it was finding the last . and thinking the rest was the extension [21:10:00] Krenair: ho so writing the test caught a bug ? [21:10:04] no [21:10:08] the test did not catch the bug [21:10:23] :( [21:10:56] at least the code was good [21:11:07] so we are now using pathinfo( $filename ) instead of parsing it ourselves [22:00:01] MaxSem: includes/site/SiteList.php is amazing [22:00:13] it's basically a reimplementation of PHP arrays [22:00:39] look at site::preSetElement [22:00:44] SiteList::preSetElement [22:00:45] i mean [22:01:17] I wonder who wrote that [22:06:01] WMDE? [22:06:35] https://github.com/wikimedia/mediawiki/blob/master/includes/site/SiteList.php#L27 [22:07:34] specifically...