[ 
https://issues.apache.org/jira/browse/CASSANDRA-7195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13996436#comment-13996436
 ] 

Joshua McKenzie commented on CASSANDRA-7195:
--------------------------------------------

No pattern I've tracked down yet.  The call also shows files that fail the 
.exists() check on linux on the 1st pass when we go to delete files in the 
test.  After the attempted sstable clear, however, I don't see a repeat of 
listFiles() showing us nonexistent files on linux where I do on windows.

Adding a check for .exists() on the FileFilter gets us a step further on 
windows but then we have failures on generation # checks down the line so it 
looks like it's in a bad state.  On top of that, the unit tests pass once out 
of every 5 runs or so.  My guess is that it's having a hard time dealing with 
left-over files from previous test-runs given our historical interaction with 
windows being picky on file-system changes.  I'm planning on narrowing down why 
it succeeds when it does and going from there.

> 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)

Reply via email to