You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by indika kumara <in...@apache.org> on 2011/01/30 11:34:36 UTC

Test Case Failure on Windows

Hi All,

I am experience with test case failure due to the following error (a Windows
file deletion issue). Any solution?

Failed to delete
C:\Project\cassandra\build\test\cassandra\commitlog\CommitLog-1296382997375.log"
type="java.io.IOException">java.io.IOException: Failed to delete
C:\Project\cassandra\build\test\cassandra\commitlog\CommitLog-1296382997375.log
    at
org.apache.cassandra.io.util.FileUtils.deleteWithConfirm(FileUtils.java:51)
    at
org.apache.cassandra.io.util.FileUtils.deleteRecursive(FileUtils.java:211)
    at
org.apache.cassandra.io.util.FileUtils.deleteRecursive(FileUtils.java:207)
    at org.apache.cassandra.CleanupHelper.cleanup(CleanupHelper.java:55)
    at
org.apache.cassandra.CleanupHelper.cleanupAndLeaveDirs(CleanupHelper.java:41)

Thanks,

Indika