GitHub user kinow opened a pull request:
https://github.com/apache/jena/pull/295
JENA-1406 use JUnit temp folder rule to create DB dir
Ticket in JIRA https://issues.apache.org/jira/browse/JENA-1406
This pull request changes the test to use a temporary folder, created by
the JUnit 4.+ temporary folder rule. This way we don't have to worry about
tests being executed in parallel.
Fixed the issue I had locally, but feedback is needed as this changes a
test in a new module :-)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kinow/jena JENA-1406
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/295.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 #295
----
commit 8587fb58a5d22c0b081eb5a167f06945c2d194ed
Author: Bruno P. Kinoshita <[email protected]>
Date: 2017-10-26T08:22:54Z
JENA-1406 use JUnit temp folder rule to create DB dir
----
---