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

[jira] [Created] (CASSANDRA-7397) BatchlogManagerTest unit test failing

Michael Shuler created CASSANDRA-7397:
-----------------------------------------

             Summary: BatchlogManagerTest unit test failing
                 Key: CASSANDRA-7397
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7397
             Project: Cassandra
          Issue Type: Bug
            Reporter: Michael Shuler
             Fix For: 3.0
         Attachments: system.log.txt

This test is passing on cassci, but has failed on other dev machines. This is from my machine on trunk (I'm checking other versions).
{noformat}
    [junit] Testsuite: org.apache.cassandra.db.BatchlogManagerTest
    [junit] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 83.015 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] WARN  19:48:53 Changing /127.0.0.1's host ID from 7d5feaa0-f26a-11e3-9d93-ed61e821317c to 952657a0-f26a-11e3-9d93-ed61e821317c
    [junit] WARN  19:48:53 Changing /127.0.0.1's host ID from 7d5feaa0-f26a-11e3-9d93-ed61e821317c to 952657a0-f26a-11e3-9d93-ed61e821317c
    [junit] ------------- ---------------- ---------------
    [junit] Testcase: testReplay(org.apache.cassandra.db.BatchlogManagerTest):  FAILED
    [junit] expected:<500> but was:<0>
    [junit] junit.framework.AssertionFailedError: expected:<500> but was:<0>
    [junit]     at org.apache.cassandra.db.BatchlogManagerTest.testReplay(BatchlogManagerTest.java:91)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.db.BatchlogManagerTest FAILED
{noformat}

DEBUG test log attached



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