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/01/11 00:50:50 UTC

[jira] [Created] (CASSANDRA-6573) 2.0.4 src.tar.gz unit test failures (pass in git)

Michael Shuler created CASSANDRA-6573:
-----------------------------------------

             Summary: 2.0.4 src.tar.gz unit test failures (pass in git)
                 Key: CASSANDRA-6573
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6573
             Project: Cassandra
          Issue Type: Bug
          Components: Tests
         Environment: Debian Wheezy
Oracle JDK 1.7_45
            Reporter: Michael Shuler
            Assignee: Michael Shuler
            Priority: Minor


The unit tests all pass when running from the 2.0.4 git tag (as well as cassandra-2.0 branch HEAD), however, running unit tests from the src.tar.gz that is created by the 'ant artifacts' target, the following unit tests fail (3 runs):
{noformat}
mshuler@hana:~$ cat 2.0.4_unittest_tar.log.failed.txt 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 7.906 sec
--
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 8.437 sec
--
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
--
    [junit] Testsuite: org.apache.cassandra.utils.BitSetTest
    [junit] Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 0.985 sec
mshuler@hana:~$ cat 2.0.4_unittest_tar.log2.failed.txt 
    [junit] Testsuite: org.apache.cassandra.db.CleanupTest
    [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 8.354 sec
--
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 8.323 sec
--
    [junit] Testsuite: org.apache.cassandra.service.MoveTest
    [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 7.721 sec
--
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
--
    [junit] Testsuite: org.apache.cassandra.utils.BitSetTest
    [junit] Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 0.956 sec
mshuler@hana:~$ cat 2.0.4_unittest_tar.log3.failed.txt 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 7.836 sec
--
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 7.755 sec
--
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
--
    [junit] Testsuite: org.apache.cassandra.utils.BitSetTest
    [junit] Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 0.81 sec
mshuler@hana:~$
{noformat}
Full ant test logs attached.



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