On 08/10/12 21:34, Andy Seaborne wrote:
3/ JENA-296 :: tdb.TS_TDBLoader3 test fails in Windows
Unless someone has some inspiration, I propose to simple remove the
tests. The problem seems to be the tests can't clean up across tests in
the same run, rather than being anything to do with tdbloader3
I have found that the tdbloader3 test is catching a real problem. The
code is trying to delete 2 files while having the datastore open, which
on Windows is not going to work. On linux, the file on disk would be
deleted at that point.
So, unfixed, tdbloader3 does not run on windows. I have tested this
with Jena 2.7.3 and do now see the same failure occurring.
The advantage of tdbloader3 is that it uses the techniques of tdbloader2
in a platform portable way but it's not achiving that as it is.
Proposal: move tdbloader3 to "Experimental" as an external tool on top
of TDB.
(good news - it does not need to be in the codebase to compile)
Paolo - knowing you are extremely busy at the moment - this proposal
takes it away from anything like a critical path.
Andy