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 2013/12/06 02:05:35 UTC

[jira] [Commented] (CASSANDRA-6457) Bisect unit test failures on trunk (2.1)

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

Michael Shuler commented on CASSANDRA-6457:
-------------------------------------------

$ ant -q test
     [echo] apache-cassandra: /home/mshuler/DataStax/repos/cassandra/build.xml
     [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/DataStax/repos/cassandra/build/lib/jars/ant-1.6.5.jar!/org/apache/tools/ant/Project.class
    [junit] Test org.apache.cassandra.cli.CliTest FAILED (timeout)
    [junit] Test org.apache.cassandra.config.DefsTest FAILED (timeout)
    [junit] Test org.apache.cassandra.db.CleanupTest FAILED
    [junit] Test org.apache.cassandra.db.ColumnFamilyStoreTest FAILED (timeout)
    [junit] Test org.apache.cassandra.db.compaction.BlacklistingCompactionsTest FAILED
    [junit] Test org.apache.cassandra.db.compaction.CompactionsPurgeTest FAILED (timeout)
    [junit] Test org.apache.cassandra.db.compaction.CompactionsTest FAILED (timeout)
    [junit] Test org.apache.cassandra.db.compaction.LeveledCompactionStrategyTest FAILED (timeout)
    [junit] Test org.apache.cassandra.dht.OrderPreservingPartitionerTest FAILED
    [junit] Exception in thread "StorageServiceShutdownHook" java.lang.IllegalStateException: No configured daemon
    [junit]     at org.apache.cassandra.service.StorageService.stopRPCServer(StorageService.java:305)
    [junit]     at org.apache.cassandra.service.StorageService.shutdownClientServers(StorageService.java:357)
    [junit]     at org.apache.cassandra.service.StorageService.access$000(StorageService.java:93)
    [junit]     at org.apache.cassandra.service.StorageService$1.runMayThrow(StorageService.java:538)
    [junit]     at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
    [junit]     at java.lang.Thread.run(Thread.java:744)
    [junit] Test org.apache.cassandra.io.sstable.IndexSummaryManagerTest FAILED (timeout)
    [junit] Test org.apache.cassandra.io.sstable.SSTableReaderTest FAILED (timeout)
    [junit] Test org.apache.cassandra.service.LeaveAndBootstrapTest FAILED
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED (timeout)

BUILD FAILED

> Bisect unit test failures on trunk (2.1)
> ----------------------------------------
>
>                 Key: CASSANDRA-6457
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6457
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tests
>            Reporter: Michael Shuler
>            Assignee: Michael Shuler
>
> Identify and bisect tests failing in trunk (2.1).
> BlacklistingCompactionsTest - CASSANDRA-6414



--
This message was sent by Atlassian JIRA
(v6.1#6144)