rahulrane50 commented on code in PR #2418:
URL: https://github.com/apache/helix/pull/2418#discussion_r1146857478
##########
helix-core/src/test/java/org/apache/helix/integration/multizk/TestMultiZkHelixJavaApis.java:
##########
@@ -86,7 +86,7 @@ public class TestMultiZkHelixJavaApis extends
TestMultiZkConnectionConfig {
@BeforeClass
public void beforeClass() throws Exception {
- super.beforeClass();
+ super.beforeApiClass();
Review Comment:
If my understanding is correct then you are bypassing _zkClient object
creation from TestMultiZkConnectionConfig class. If that's true then we should
add few null checks in TestMultiZkConnectionConfig.setupCluster or other
methods. This is just to make sure that any user of TestMultiZkConnectionConfig
is now expected to initialize _zkClient object.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]