reaper = new Reaper(client, 100);
reaper.start();
reaper.addPath("/one/two/three", Reaper.Mode.REAP_UNTIL_GONE);
timing.sleepABit();
client.create().creatingParentsIfNeeded().forPath("/one/two/three");
Assert.assertNotNull(client.checkExists().forPath("/one/two/three"));
reaper.addPath("/one/two/three", Reaper.Mode.REAP_UNTIL_GONE);