You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joshua McKenzie (JIRA)" <ji...@apache.org> on 2014/06/12 21:11:01 UTC

[jira] [Created] (CASSANDRA-7389) BitSetTest fails on Windows

Joshua McKenzie created CASSANDRA-7389:
------------------------------------------

             Summary: BitSetTest fails on Windows
                 Key: CASSANDRA-7389
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7389
             Project: Cassandra
          Issue Type: Sub-task
            Reporter: Joshua McKenzie
            Assignee: Joshua McKenzie
            Priority: Minor


    [junit] Testcase: compareBitSets(org.apache.cassandra.utils.BitSetTest):    Caused an ERROR
    [junit] java.io.FileNotFoundException: \usr\share\dict\words (The system cannot find the path specified)
    [junit] java.lang.RuntimeException: java.io.FileNotFoundException: \usr\share\dict\words (The system cannot find the path specified)
    [junit]     at org.apache.cassandra.utils.KeyGenerator$WordGenerator.reset(KeyGenerator.java:137)
    [junit]     at org.apache.cassandra.utils.KeyGenerator$WordGenerator.<init>(KeyGenerator.java:126)
    [junit]     at org.apache.cassandra.utils.BitSetTest.compareBitSets(BitSetTest.java:50)
    [junit] Caused by: java.io.FileNotFoundException: \usr\share\dict\words (The system cannot find the path specified)
    [junit]     at java.io.FileInputStream.open(Native Method)
    [junit]     at java.io.FileInputStream.<init>(FileInputStream.java:146)
    [junit]     at java.io.FileInputStream.<init>(FileInputStream.java:101)
    [junit]     at org.apache.cassandra.utils.KeyGenerator$WordGenerator.reset(KeyGenerator.java:135)




--
This message was sent by Atlassian JIRA
(v6.2#6252)