createHotRodServers(2, builder);
}
public void testTopologyFetched() {
Properties props = new Properties();
HotRodServer hotRodServer2 = server(1);
props.put("infinispan.client.hotrod.server_list",
"localhost:" + hotRodServer2.getPort() + ";localhost:" + hotRodServer2.getPort());
props.put("infinispan.client.hotrod.ping_on_startup", "true");
props.put("timeBetweenEvictionRunsMillis", "500");
withRemoteCacheManager(new RemoteCacheManagerCallable(
new RemoteCacheManager(props)) {