[
https://issues.apache.org/jira/browse/CASSANDRA-7195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13993139#comment-13993139
]
Joshua McKenzie commented on CASSANDRA-7195:
--------------------------------------------
looks like listFiles() is returning files that don't exist on the filesystem.
Converted the original deletion in testLoadNewSSTablesAvoidsOverwrites to be a
deleteWithConfirm instead of an unchecked delete and it claims to have deleted
these files from the filesystem. Hacking in a check for file.exists() inside
the accept() call on getFilter() in Directories works around this as a proof of
concept.
Googling hasn't turned up any known issues or bugs of this sort.
> ColumnFamilyStoreTest unit tests fails on Windows
> -------------------------------------------------
>
> Key: CASSANDRA-7195
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7195
> Project: Cassandra
> Issue Type: Sub-task
> Reporter: Joshua McKenzie
> Assignee: Joshua McKenzie
> Priority: Minor
> Fix For: 3.0
>
>
> Looks like files aren't getting deleted correctly during
> testLoadNewSSTablesAvoidsOverwrites during a sanity check. Test passes on
> linux.
--
This message was sent by Atlassian JIRA
(v6.2#6252)