[
https://issues.apache.org/jira/browse/CASSANDRA-6457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13840766#comment-13840766
]
Michael Shuler edited comment on CASSANDRA-6457 at 12/6/13 1:05 AM:
--------------------------------------------------------------------
{code}
$ 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
{code}
was (Author: mshuler):
$ 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)