MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / handleRootZnode90PortToBig

Method handleRootZnode90PortToBig

test/TestZKClient.java:746–751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

744 }
745
746 @Test (expected = NumberFormatException.class)
747 public void handleRootZnode90PortToBig() throws Exception {
748 final ZKCallback cb = zk_client.new ZKCallback();
749 final byte[] data = "127.0.0.1:65536".getBytes(CHARSET);
750 cb.handleRootZnode(data);
751 }
752
753 @Test
754 public void handleRootZnode91() throws Exception {

Callers

nothing calls this directly

Calls 1

handleRootZnodeMethod · 0.95

Tested by

no test coverage detected