https://bugzilla.wikimedia.org/show_bug.cgi?id=58094
--- Comment #6 from Marcin Cieślak <[email protected]> --- I have a simpler/better idea (I think). What about teaching wfTempDir() to create a per-wiki instance directory under /tmp.... and adding a new function wfTempFile() á la UNIX mkstemp() that would allow us to (1) bind files to the Request instance or MediaWikiTestCase instance and clean them up on exit or tearDown() (2) run multiple wikis in parallel (interactive wikis or test instances, does not matter) on the same machine wfTempDir()/wfTempFile() could use some Universal Wiki Id if available. Is Jenkins providing a unique test instance ID for the scripts (didn't check)? -- 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
