for(int i = REPEAT - 1; i >= 0; i -= 2) {
byte[] b = list.get(i);
Assert.assertEquals("#" + i, new Value(b), hash.findValue(new Key(b)));
}
System.err.println(sw2);
hash.drop();
}
public void xtestExtHash_Large3001Buckets_2KPage() throws IOException, DbException {
File tmpFile = File.createTempFile("exthash", ".tmp");
tmpFile.deleteOnExit();