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
{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.