You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "David Allsopp (JIRA)" <ji...@apache.org> on 2011/07/04 01:45:21 UTC

[jira] [Commented] (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

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

David Allsopp commented on CASSANDRA-2335:
------------------------------------------

The assertion failure comes from Descriptor.java:

{noformat}
    public static Descriptor fromFilename(String filename)
    {
        int separatorPos = filename.lastIndexOf(File.separatorChar);
        assert separatorPos != -1 : "Filename must include parent directory.";
        ...
{noformat}

> Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2335
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>         Environment: Windows
>            Reporter: Benjamin Coverston
>            Assignee: Joaquin Casares
>            Priority: Minor
>             Fix For: 0.7.7
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira