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

Vishal Kathuria commented on ZOOKEEPER-1157:
--------------------------------------------

Thanks folks for looking at this. This is happening on trunk and I located the 
reason for some of the failures.

1. The timeouts were due to logging at DEBUG level, instead of default INFO. 
Once I bumped the logging level back down to the default, the tests are passing 
on my "fast" machine.
2. JVM crashes were mea culpa. They don't repro without my patch.
3. There are some tests (eg Netty hammer tests) which are timing out on a 
"slow" machine (ie my laptop). I will try bumping up their JUnit timeouts and 
see if I can get them to pass. 

Thanks!
Vishal

> Some of the tests timeout or cause JVM crash
> --------------------------------------------
>
>                 Key: ZOOKEEPER-1157
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1157
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 3.3.3
>            Reporter: Vishal Kathuria
>            Priority: Minor
>              Labels: test
>             Fix For: 3.3.4
>
>
> The following tests are consistently timing out for me, and sometimes they 
> crash the JVM. We need to look at these tests and make sure they pass 
> consistently, otherwise they provide no value.
> org.apache.zookeeper.test.AsyncHammerTest
> org.apache.zookeeper.test.FollowerResyncConcurrencyTest
> org.apache.zookeeper.test.ObserverQuorumHammerTest
> org.apache.zookeeper.test.QuorumHammerTest
> org.apache.zookeeper.test.QuorumTest

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to