test.incrementSucessfulGetRequests(incrementSucessfulGet);
test.incrementSucessfulDeleteRequests(incrementSucessfulDelete);
test.incrementSucessfulPutRequests(incrementSucessfulPut);
test.incrementFailedGetRequests(incrementFailedGetRequests);
test.incrementFailedDeleteRequests(incrementFailedDeleteRequests);
test.incrementFailedPutRequests(incrementFailedPutRequests);
test.doUpdates(null);
// The maximum time for stability test
long tmax = System.currentTimeMillis() - start1;