GitHub user rvesse opened a pull request:
https://github.com/apache/jena/pull/297
Enable parallel testing for Elephas IO (JENA-1407)
Using parallelism of 4 reduces build time for Elephas IO to
approximately 3-4 minutes in my testing. Also fixed one test that was
not parallel safe to use the pre-existing temporary folder.
Ran this a ton of times in a tight loop on my system to check that there
weren't any transient errors or serial test assumptions encoded in the tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rvesse/jena JENA-1407
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/297.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #297
----
commit b26643b4cf19704cd4ad969d65f59095b235d667
Author: Rob Vesse <[email protected]>
Date: 2017-10-26T17:03:33Z
Enable parallel testing for Elephas IO (JENA-1407)
Using parallelism of 4 reduces build time for Elephas IO to
approximately 3-4 minutes in my testing. Also fixed one test that was
not parallel safe to use the pre-existing temporary folder.
----
---