You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Matthew F. Dennis (JIRA)" <ji...@apache.org> on 2010/07/26 08:04:52 UTC

[jira] Updated: (CASSANDRA-1318) CommitLogTest is failing in trunk

     [ https://issues.apache.org/jira/browse/CASSANDRA-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthew F. Dennis updated CASSANDRA-1318:
-----------------------------------------

    Attachment: 1318-trunk.patch

It appears that when we started keeping persistent stats (CASSANDRA-1155) we ended up writing more than the half the segment size chosen by the test to the commit log causing it to fail.

> CommitLogTest is failing in trunk
> ---------------------------------
>
>                 Key: CASSANDRA-1318
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1318
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Matthew F. Dennis
>            Assignee: Matthew F. Dennis
>            Priority: Minor
>             Fix For: 0.7 beta 1
>
>         Attachments: 1318-trunk.patch
>
>
> {code}
> test:
>      [echo] running unit tests
>     [junit] WARNING: multiple versions of ant detected in path for junit 
>     [junit]          jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
>     [junit]      and jar:file:/home/mdennis/mdev/trunkclean/build/lib/jars/ant-1.6.5.jar!/org/apache/tools/ant/Project.class
>     [junit] Testsuite: org.apache.cassandra.db.CommitLogTest
>     [junit] Tests run: 12, Failures: 1, Errors: 0, Time elapsed: 0.937 sec
>     [junit] 
>     [junit] Testcase: testCleanup(org.apache.cassandra.db.CommitLogTest):	FAILED
>     [junit] null
>     [junit] junit.framework.AssertionFailedError
>     [junit] 	at org.apache.cassandra.db.CommitLogTest.testCleanup(CommitLogTest.java:66)
>     [junit] 
>     [junit] 
>     [junit] Test org.apache.cassandra.db.CommitLogTest FAILED
> BUILD FAILED
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.