https://bugzilla.wikimedia.org/show_bug.cgi?id=37702
--- Comment #12 from Tim Landscheidt <[email protected]> 2012-10-04 14:10:07 UTC --- (In reply to comment #10) > No idea if it is enabled or works with MySQL. > I would say we should use PostgreSQL schema instead of the prefix. > And we could use something like <unittestname> (should be enough). But this doesn't allow parallelization. Just imagine a couple of jobs creating, modifying and destroying the same objects in one schema. Would "<unittestname><getmypid()>" do any harm? BTW, this bug bit me again today when I wanted to look why the search tests are failing. I initially thought adding some $this->db->tableName()s to SearchPostgres.php would fix that, but as the search "index" (titlevector/textvector) is maintained by triggers that aren't copied on tests, they still fail. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
