You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Yuki Morishita (JIRA)" <ji...@apache.org> on 2014/01/11 01:06:50 UTC

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

    [ https://issues.apache.org/jira/browse/CASSANDRA-6573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13868498#comment-13868498 ] 

Yuki Morishita commented on CASSANDRA-6573:
-------------------------------------------

One thing that I noticed is 2.0.4 src tarball contains not compatible versions in test/data/legacy-sstables, causing LegacySSTableTest to fail.
In git repo, only directory 'ic' is there.

> 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
>         Attachments: 2.0.4_unittest_tar.log.txt, 2.0.4_unittest_tar.log2.txt, 2.0.4_unittest_tar.log3.txt
>
>
> The unit tests all pass when running from the cassandra-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:  (1) fresh untar, 'ant jar test', (2) 'ant test' again (CleanupTest fails, too) (3) 'ant clean jar test'):
> {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)