[
https://issues.apache.org/jira/browse/HELIX-680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16398900#comment-16398900
]
ASF GitHub Bot commented on HELIX-680:
--------------------------------------
Github user lei-xia commented on the issue:
https://github.com/apache/helix/pull/146
Could you rebase to the head?
> Zookeeper 3.4.11 upgrade breaks TestZkCallbackHandlerLeak
> ---------------------------------------------------------
>
> Key: HELIX-680
> URL: https://issues.apache.org/jira/browse/HELIX-680
> Project: Apache Helix
> Issue Type: Bug
> Reporter: Hao Zhang
> Priority: Major
>
> Zookeeper 3.4.11 upgrade breaks TestZkCallbackHandlerLeak as I'm seeing the
> following problems:
> {noformat}
> Results :
> Failed tests:
> TestZkCallbackHandlerLeak.testCbHandlerLeakOnControllerSessionExpiry:266 »
> NullPointer
> TestZkCallbackHandlerLeak.testCbHandlerLeakOnParticipantSessionExpiry:82 »
> NullPointer
> TestZkCallbackHandlerLeak.testCbHdlrLeakOnControllerSessionExpiry:262 »
> NullPointer
> TestZkCallbackHandlerLeak.testCbHdlrLeakOnParticipantSessionExpiry:85 »
> NullPointer
> Tests run: 6, Failures: 4, Errors: 0, Skipped: 0
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 16.744 s
> [INFO] Finished at: 2018-03-08T17:13:00-08:00
> [INFO] Final Memory: 22M/961M
> [INFO]
> ------------------------------------------------------------------------
> {noformat}
>
> Because of [https://github.com/apache/zookeeper/pull/179,]
> `ZkTestHelper.getListenersByZkPath()` will always return null, and break
> test. We need to set whitelist before we run test.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)