verify(hp, "stat", "Outstanding");
verify(hp, "srvr", "Outstanding");
verify(hp, "cons", "queued");
TestableZooKeeper zk = createClient(hp);
String sid = "0x" + Long.toHexString(zk.getSessionId());
verify(hp, "stat", "queued");
verify(hp, "srvr", "Outstanding");
verify(hp, "cons", sid);
verify(hp, "dump", sid);
zk.getData("/", true, null);
verify(hp, "stat", "queued");
verify(hp, "srvr", "Outstanding");
verify(hp, "cons", sid);
verify(hp, "dump", sid);
verify(hp, "wchs", "watching 1");
verify(hp, "wchp", sid);
verify(hp, "wchc", sid);
zk.close();
verify(hp, "ruok", "imok");
verify(hp, "envi", "java.version");
verify(hp, "conf", "clientPort");
verify(hp, "stat", "Outstanding");