[
https://issues.apache.org/jira/browse/JENA-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15396243#comment-15396243
]
ASF GitHub Bot commented on JENA-1189:
--------------------------------------
GitHub user ajs6f opened a pull request:
https://github.com/apache/jena/pull/160
JENA-1189: Resolve problems with jena-jdbc-driver-tdb tests on Macs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajs6f/jena JENA-1189-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/160.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 #160
----
commit 67387ae8b51548697b814014ba5d984e0d8d94e0
Author: ajs6f <[email protected]>
Date: 2016-07-27T19:55:32Z
JENA-1189: Resolve problems with jena-jdbc-driver-tdb tests on Macs
----
> Resolve problems with jena-jdbc-driver-tdb tests on Macs
> --------------------------------------------------------
>
> Key: JENA-1189
> URL: https://issues.apache.org/jira/browse/JENA-1189
> Project: Apache Jena
> Issue Type: Bug
> Components: JDBC
> Affects Versions: Jena 3.1.0
> Reporter: A. Soroka
> Assignee: A. Soroka
> Priority: Minor
> Labels: jdbc
>
> Two tests in jena-jdbc-driver-tdb (TestTdbDiskResultSets and
> TestTdbDiskConnection) create a lot of temporary data while running, in the
> form of on-disk TDB datasets. If those datasets don't get deleted promptly as
> they are not longer needed, they can fill up the disk and blow out the build.
> This seems to be happening both on Windows and Mac boxes. In the Windows
> case, there is a known problem with Java being unable to release files once
> they have been memory-mapped. But for Macs, it should be possible to smarten
> up the test framework a bit to ensure that filesystem resources are getting
> released promptly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)