Home
last modified time | relevance | path

Searched refs:configZookeeper3 (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/embedded/
H A DZookeeperServerClusterTest.java86 final Properties configZookeeper3 = new Properties(); in testStart() local
87 configZookeeper3.putAll(config); in testStart()
88 configZookeeper3.put("clientPort", clientport3 + ""); in testStart()
99 …mbedded zkServer3 = ZooKeeperServerEmbedded.builder().configuration(configZookeeper3).baseDir(base… in testStart()
H A DZookeeperServerClusterMutualAuthTest.java104 final Properties configZookeeper3 = new Properties(); in testStart() local
105 configZookeeper3.putAll(config); in testStart()
106 configZookeeper3.put("clientPort", clientport3 + ""); in testStart()
117 …mbedded zkServer3 = ZooKeeperServerEmbedded.builder().configuration(configZookeeper3).baseDir(base… in testStart()