Alex Parvulescu created OAK-3913:
------------------------------------
Summary: FileStoreIT#testRecovery fails on Windows
Key: OAK-3913
URL: https://issues.apache.org/jira/browse/OAK-3913
Project: Jackrabbit Oak
Issue Type: Bug
Components: segmentmk
Reporter: Alex Parvulescu
Assignee: Alex Parvulescu
As mentioned on the list
{code}
testRecovery(org.apache.jackrabbit.oak.plugins.segment.file.FileStoreIT) Time
elapsed: 0.554 sec <<< ERROR!
java.io.IOException: Could not remove broken tar file
target\FileStoreIT1303808629179878423dir\data00000a.tar
at
org.apache.jackrabbit.oak.plugins.segment.file.TarReader.backupSafely(TarReader.java:237)
at
org.apache.jackrabbit.oak.plugins.segment.file.TarReader.collectFileEntries(TarReader.java:196)
at
org.apache.jackrabbit.oak.plugins.segment.file.TarReader.open(TarReader.java:125)
at
org.apache.jackrabbit.oak.plugins.segment.file.FileStore.<init>(FileStore.java:434)
{code}
Possibly introduced by OAK-3890, the {{data0}} is closed at the very end,
blocking other FileStores from init.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)