[GitHub] zookeeper pull request #497: ZOOKEEPER-2415. SessionTest is using Thread dep...

2018-04-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zookeeper/pull/497 ---

[GitHub] zookeeper pull request #497: ZOOKEEPER-2415. SessionTest is using Thread dep...

2018-04-13 Thread phunt
Github user phunt commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/497#discussion_r181526076 --- Diff: src/java/test/org/apache/zookeeper/test/SessionTimeoutTest.java --- @@ -0,0 +1,188 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] zookeeper pull request #497: ZOOKEEPER-2415. SessionTest is using Thread dep...

2018-04-13 Thread phunt
Github user phunt commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/497#discussion_r181525743 --- Diff: src/java/test/org/apache/zookeeper/test/SessionTimeoutTest.java --- @@ -0,0 +1,188 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] zookeeper pull request #497: ZOOKEEPER-2415. SessionTest is using Thread dep...

2018-03-28 Thread anmolnar
GitHub user anmolnar opened a pull request: https://github.com/apache/zookeeper/pull/497 ZOOKEEPER-2415. SessionTest is using Thread deprecated API Refactored `SessionTest` class. `testSessionTimeout()` has been extracted to a separate class and split into multiple tests