assertEquals(2, resultTable.getRowCount());
resultTable.resetRowPosition();
System.err.println("-------------------------------");
System.err.println(VoltTableUtil.format(results));
resultTable.advanceRow();
for (String col : statsFields) {
assertEquals(col, evictResult.getLong(col), resultTable.getLong(col));
if (col == "BLOCKS_EVICTED") {
assertEquals(col, 1, resultTable.getLong(col));
} else {