[
https://issues.apache.org/jira/browse/CASSANDRA-7165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13991343#comment-13991343
]
Michael Shuler commented on CASSANDRA-7165:
-------------------------------------------
2.1 branch fails on the 2G machine on the first try, so at least I have a place
to bisect/verify the above commit - I'm concerned, however, that I cannot get a
single run (have run it many, many times) to not timeout on a beefier machine.
{noformat}
test:
[echo] running unit tests
[mkdir] Created dir: /home/mshuler/git/cassandra/build/test/cassandra
[mkdir] Created dir: /home/mshuler/git/cassandra/build/test/output
[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/git/cassandra/build/lib/jars/ant-1.6.5.jar!/org/apache/tools/ant/Project.class
[junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
[junit] Tests run: 9, Failures: 1, Errors: 0, Time elapsed: 21.506 sec
[junit]
[junit] ------------- Standard Output ---------------
[junit] WARN 23:35:39 No host ID found, created
7997a245-fda4-4b58-8733-9595c83a8dc1 (Note: This should happen exactly once per
node).
[junit] WARN 23:35:39 No host ID found, created
7997a245-fda4-4b58-8733-9595c83a8dc1 (Note: This should happen exactly once per
node).
[junit] WARN 23:35:39 Generated random token
[69049bf190d57a1a8d99d21012b5b8ec]. Random tokens will result in an unbalanced
ring; see http://wiki.apache.org/cassandra/Operations
[junit] WARN 23:35:39 Generated random token
[69049bf190d57a1a8d99d21012b5b8ec]. Random tokens will result in an unbalanced
ring; see http://wiki.apache.org/cassandra/Operations
[junit] ------------- ---------------- ---------------
[junit] Testcase:
testRequestEmpty(org.apache.cassandra.streaming.StreamingTransferTest): FAILED
[junit] null
[junit] junit.framework.AssertionFailedError
[junit] at
org.apache.cassandra.streaming.StreamingTransferTest.testRequestEmpty(StreamingTransferTest.java:117)
[junit]
[junit]
[junit] ERROR 23:35:55 Fatal exception in thread
Thread[StorageServiceShutdownHook,5,main]
[junit] java.lang.IllegalStateException: No configured daemon
[junit] at
org.apache.cassandra.service.StorageService.stopRPCServer(StorageService.java:317)
~[main/:na]
[junit] at
org.apache.cassandra.service.StorageService.shutdownClientServers(StorageService.java:389)
~[main/:na]
[junit] at
org.apache.cassandra.service.StorageService.access$000(StorageService.java:105)
~[main/:na]
[junit] at
org.apache.cassandra.service.StorageService$1.runMayThrow(StorageService.java:584)
~[main/:na]
[junit] at
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
~[main/:na]
[junit] at java.lang.Thread.run(Thread.java:745) ~[na:1.7.0_55]
[junit] ERROR 23:35:55 Fatal exception in thread
Thread[StorageServiceShutdownHook,5,main]
[junit] java.lang.IllegalStateException: No configured daemon
[junit] at
org.apache.cassandra.service.StorageService.stopRPCServer(StorageService.java:317)
~[main/:na]
[junit] at
org.apache.cassandra.service.StorageService.shutdownClientServers(StorageService.java:389)
~[main/:na]
[junit] at
org.apache.cassandra.service.StorageService.access$000(StorageService.java:105)
~[main/:na]
[junit] at
org.apache.cassandra.service.StorageService$1.runMayThrow(StorageService.java:584)
~[main/:na]
[junit] at
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
~[main/:na]
[junit] at java.lang.Thread.run(Thread.java:745) ~[na:1.7.0_55]
[junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
{noformat}
> o.a.c.streaming.StreamingTransferTest unit test failing in 2.1
> --------------------------------------------------------------
>
> Key: CASSANDRA-7165
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7165
> Project: Cassandra
> Issue Type: Test
> Components: Tests
> Reporter: Michael Shuler
> Assignee: Michael Shuler
> Priority: Minor
> Fix For: 2.1 rc1
>
>
> having trouble bisecting this one, due to junit timeouts..
--
This message was sent by Atlassian JIRA
(v6.2#6252)