private static final int REPEAT = 100000;
public void xtestAddValue_SmallBucket8() throws IOException, DbException {
File tmpFile = File.createTempFile("SmallBucket8", ".tmp");
tmpFile.deleteOnExit();
SortedStaticHash hash = new SortedStaticHash(tmpFile, 8);
List<byte[]> list = new ArrayList<byte[]>(REPEAT);
Random random = new Random(432542542L);
for(int i = 0; i < REPEAT; i++) {
String d = Double.toString(random.nextDouble());