https://bugzilla.wikimedia.org/show_bug.cgi?id=68593
Bryan Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Bryan Davis <[email protected]> --- (In reply to Max Semenik from comment #0) > The temporary solution is > echo flushall|redis-cli && sudo pkill -e -9 php > however a proper fix is needed. Like tests not leaving bogus jobs around? Or is this caused by the phpunit environment picking up the "production" MW configuration? I know I needed to add a settings file to set `if ( defined( 'MW_PHPUNIT_TEST' ) ) { $wgSharedDB = null; }` because of the centralauth role making phpunit barf. Maybe there is a set of similar settings that should be put into LocalSettings.php for MW-V? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
