paladox

Results 222 comments of paladox

@gesinn-it-ilm dunno how we fix: ``` 1) SMW\Scribunto\Integration\JSONScript\SemanticScribuntoJsonTestCaseScriptRunnerTest::testCaseFile with data set "ask-001.json" ('/var/www/html/extensions/Sema...1.json') RuntimeException: Can't create user on real database /var/www/html/tests/phpunit/includes/TestUser.php:35 /var/www/html/tests/phpunit/includes/TestUser.php:42 /var/www/html/tests/phpunit/includes/TestUserRegistry.php:82 /var/www/html/tests/phpunit/MediaWikiIntegrationTestCase.php:276 /var/www/html/extensions/SemanticMediaWiki/tests/phpunit/SMWIntegrationTestCase.php:84 /var/www/html/extensions/SemanticMediaWiki/tests/phpunit/JSONScriptTestCaseRunner.php:67 /var/www/html/extensions/SemanticMediaWiki/tests/phpunit/JSONScriptServicesTestCaseRunner.php:63 /var/www/html/extensions/SemanticScribunto/tests/phpunit/Integration/JSONScript/SemanticScribuntoJsonTestCaseScriptRunnerTest.php:33 /var/www/html/extensions/SemanticMediaWiki/tests/phpunit/SMWIntegrationTestCase.php:203 ```...

@gesinn-it-gea / @gesinn-it-ilm looks like https://github.com/wikimedia/mediawiki/blob/17e259ef2475f56635cf3c4651c81606f8be62bb/tests/phpunit/includes/TestUser.php#L35 So wgDBprefix isn't unittest_. I don't know how to fix that. Looks like SMW needs its test fixing which is out of my experience...

https://github.com/SemanticMediaWiki/SemanticMediaWiki/commit/3f6d15433efc2de8f3c365cafc7be9621f3ce9e9#diff-04a0eaaa6a686fdb4e98911c7ce0f7f294f06950dcb3839cabaac007ba86f3ccL29 Looks like we re-added it under the new name cc @gesinn-it-gea / @gesinn-it-ilm . I guess things need to be fixed to conform to MW Integration test class?

@gesinn-it-gea do you mean changing to JSONScriptTestCaseRunnerTest? Not too sure that will help much here. We can try it.

Doesn't fix the problem. MW 1.39 it's just a infinite recursion and in mw 1.42 it at least show the errors (the same one).

I'm not sure why this was changed in https://github.com/miraheze/puppet/commit/ec1f216641b26e7b36eaef67e83a91fe71a2cc25#diff-f9b990bb03dfc46d5ffe4daec99c0fe8f7fe5fc0998ad48c3119560125bbfb6fL418 but the hashing of it is what seperates the caches. So e.g. if X-Subdomain is empty and then if it's set...

Not to be merged until deployment freeze is over.

We need the ssl cert expiry monitoring. But also events are disabled via disable_event.

I was aware of this entry point being deprecated but not of this pr. Thanks! I was considering doing this but thought that it could be done when MW 1.41...

Not entirely sure if this will fix SemanticScribunto. It's failing with: ``` 3) SMW\Scribunto\Integration\JSONScript\SemanticScribuntoJsonTestCaseScriptRunnerTest::testCaseFile with data set "ask-001.json" ('/var/www/html/extensions/Sema...1.json') RuntimeException: Can't create user on real database /var/www/html/tests/phpunit/includes/TestUser.php:35 /var/www/html/tests/phpunit/includes/TestUser.php:42 /var/www/html/tests/phpunit/includes/TestUserRegistry.php:82 /var/www/html/tests/phpunit/MediaWikiIntegrationTestCase.php:287...