|
@@ -247,7 +247,7 @@ public class TestGridmixSummary {
|
|
qPath.toString(), es.getInputTraceLocation());
|
|
qPath.toString(), es.getInputTraceLocation());
|
|
// test expected data size
|
|
// test expected data size
|
|
assertEquals("Mismatch in expected data size",
|
|
assertEquals("Mismatch in expected data size",
|
|
- "1.0k", es.getExpectedDataSize());
|
|
|
|
|
|
+ "1 K", es.getExpectedDataSize());
|
|
// test input data statistics
|
|
// test input data statistics
|
|
assertEquals("Mismatch in input data statistics",
|
|
assertEquals("Mismatch in input data statistics",
|
|
ExecutionSummarizer.stringifyDataStatistics(dataStats),
|
|
ExecutionSummarizer.stringifyDataStatistics(dataStats),
|
|
@@ -262,7 +262,7 @@ public class TestGridmixSummary {
|
|
es.finalize(factory, testTraceFile.toString(), 1024*1024*1024*10L, resolver,
|
|
es.finalize(factory, testTraceFile.toString(), 1024*1024*1024*10L, resolver,
|
|
dataStats, conf);
|
|
dataStats, conf);
|
|
assertEquals("Mismatch in expected data size",
|
|
assertEquals("Mismatch in expected data size",
|
|
- "10.0g", es.getExpectedDataSize());
|
|
|
|
|
|
+ "10 G", es.getExpectedDataSize());
|
|
|
|
|
|
// test trace signature uniqueness
|
|
// test trace signature uniqueness
|
|
// touch the trace file
|
|
// touch the trace file
|
|
@@ -374,4 +374,4 @@ public class TestGridmixSummary {
|
|
assertEquals("Cluster summary test failed!", 0,
|
|
assertEquals("Cluster summary test failed!", 0,
|
|
cs.getNumBlacklistedTrackers());
|
|
cs.getNumBlacklistedTrackers());
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|