Hi Folks,

Doing a fresh build of the lastest and greatest from git results in test
errors for the following projects:

        scala-scripting
        platform.typerendering.seedsnipe
        rdf.jena.tdb.storage
        rdf.file.storage

These components do build, it's only testing that fails.

Are these know issues? Isn't there some kind of continuous build
environment monitoring this?

Zooming in on rdf.jena.tdb.storage I see behaviour I noticed before. At
least on Windows TdbTcProvider.delete(..) does not properly clean up the
given directory. Instead of abusing TdbTcProvider in test cases for
doing the clean up I used Apache Common IO. However using Common IO
FileUtils.forceDelete(..) results in an exception. It seems like
something still keeps holding on to (some of) the files.

How can I find out which where these files are still open or in use?

Regards,

Minto

PS. This is the same reason why the unittest where not working for
CLEREZZE-736


-- 
ir. ing. Minto van der Sluis
Software innovator / renovator
Xup BV

Reply via email to