Make concurrent runs of FileBackendTest independent
authorBrian Wolff <bawolff+wn@gmail.com>
Wed, 17 Apr 2013 19:11:45 +0000 (16:11 -0300)
committerBrian Wolff <bawolff+wn@gmail.com>
Wed, 17 Apr 2013 19:20:48 +0000 (16:20 -0300)
commit2ca33d1ce76023e8b286f21d2a6a74ba767345bc
tree5fa1f1f64427932d801c47138e55480ca4ab6773
parentdd6f294ad77a8d3fdcb61c3ba07b63b71adb113d
Make concurrent runs of FileBackendTest independent

Make each run of the FileBackendTest be for a different "wiki"
so you could have multiple runs at the same time without them
interfering with each other.

There's been intermittent failures on jenkins for this test. I'm
not sure if its some race condition (which wouldn't really make
sense given each run should be independent I thought), but this
can't hurt.

Change-Id: I3b639f1c783efc140028c3acdce35ef3f58bf66f
tests/phpunit/includes/filebackend/FileBackendTest.php