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

Method handleMetaZnodeNotMagic

test/TestZKClient.java:1112–1117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1110 }
1111
1112 @Test
1113 public void handleMetaZnodeNotMagic() throws Exception {
1114 final ZKCallback cb = zk_client.new ZKCallback();
1115 final byte[] data = new byte[] { 0, 0 };
1116 assertNull(cb.handleMetaZnode(data));
1117 }
1118
1119 @Test
1120 public void handleMetaZnodeMissingMeta() throws Exception {

Callers

nothing calls this directly

Calls 1

handleMetaZnodeMethod · 0.95

Tested by

no test coverage detected