// The total number of visits we have will fluctuate depending on where the ids land among the token ranges, but we should be close to half
assertTrue(Math.abs(actualCount - (valueCount/2)) < (valueCount/(numPartitions * 2)));
this.verifySavepoints(numPartitions, savepointDirectoryName, objectType, om, ranges);
cm.teardown();
}
private void verifySavepoints(Integer numPartitions, String savepointDirectoryName, String objectType, ObjectMapper om, List<Map.Entry<Long, Long>> ranges) throws Exception {
// Open up the savepoint directory
File savepointDirectory = new File(savepointDirectoryName);