Subject: | Parallel test runs clash with global mysql tmp dir. |
Without the --tmpdir option MySQL creates temporary files in the system
tmp dir without much/any randomisation of the file names. With multiple
runs tmp tables are somethimes written to the same location. Setting --
tmpdir to the private directory for the current instance of mysql fixes
the issue.
pull request with fix has been submitted on GitHub.
cheers,
J