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/02/07 16:36:19 UTC

[jira] [Created] (CASSANDRA-6679) CleanupTest occasional failure in 1.2

Michael Shuler created CASSANDRA-6679:
-----------------------------------------

             Summary: CleanupTest occasional failure in 1.2
                 Key: CASSANDRA-6679
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6679
             Project: Cassandra
          Issue Type: Test
          Components: Tests
         Environment: Debian Stable (Wheezy) amd64
Oracle JVM 1.7.0_51-b13
            Reporter: Michael Shuler
            Priority: Minor


{noformat}
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/mshuler/git/cassandra/build/lib/jars/ant-1.6.5.jar!/org/apache/tools/ant/Project.class
    [junit] Testsuite: org.apache.cassandra.db.CleanupTest
    [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 6.508 sec
    [junit]
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:27:11,566 No host ID found, created e8a8a37c-56c5-49d5-8260-7a3dfc2174a7 (Note: This should happen exactly once per node).
    [junit]  WARN 15:27:11,655 Generated random token [0850c6b26994617235bec220dd17a6d6]. Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testcase: testCleanup(org.apache.cassandra.db.CleanupTest): FAILED
    [junit] null
    [junit] junit.framework.AssertionFailedError
    [junit]     at org.apache.cassandra.db.CleanupTest.testCleanup(CleanupTest.java:87)
    [junit]
    [junit]
    [junit] Test org.apache.cassandra.db.CleanupTest FAILED

BUILD FAILED
{noformat}

- loop through CleanupTest unit test (https://issues.apache.org/jira/secure/attachment/12627493/test.sh)
- system.log from failed test attached



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)