paladox

Results 222 comments of paladox

You can use START TRANSACTION; and if necessary then type ROLLBACK.

> I am not familiar with fixing the tests. @paladox would you be able to take a look when you have time? I’m not sure how to fix those. I’m...

In https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/5954 I fixed tests/phpunit/SQLStore/EntityStore/TraversalPropertyLookupTest.php and tests/phpunit/SQLStore/QueryEngine/QueryEngineTest.php with the help of coderabbitai. But it's just throwing more errors (so progressed but now more errors are fixed and the original errors...

Seems I got https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/5954 passing now. Please when copying to review it. I just kept going until it passed. I don't fully understand the code as the db stuff isn't...

Unrelated to this PR but on MW 1.42+ there's ``` 2) SMW\Tests\Integration\JSONScript\JSONScriptTestCaseRunnerTest::testCaseFile with data set "q-0204.json" ('/var/www/html/extensions/Sema...4.json') Failed asserting query result count on #2 Failed asserting that 0 matches expected...

Not sure if https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/6c209930d51abf0707b443b1d9b763c89b11dfe0/src/SQLStore/Lookup/MonolingualTextLookup.php#L199 needs to be fixed as well. Which may fix https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/5951. I say may because I don't know. (edit: doesn't seem to get called, but could still...

> Don't you have a deployment server from where you just rsync the code and .smw.json to other servers? I think there is also a config option to turn it...