mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
align test name to file
This commit is contained in:
parent
145b02ebd4
commit
99b84d5e35
@ -125,10 +125,9 @@ public class ScriptExampleTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testExtensionCsvLogger() {
|
public void testExtensionCsvMetrics() {
|
||||||
ExecutionMetricsResult scenarioResult = runScenario("extension_csvmetrics");
|
ExecutionMetricsResult scenarioResult = runScenario("extension_csvmetrics");
|
||||||
assertThat(scenarioResult.getIOLog()).contains("started new " +
|
assertThat(scenarioResult.getIOLog()).contains("started new csvmetrics: logs/csvmetricstestdir");
|
||||||
"csvlogger: logs/csvmetricstestdir");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
Reference in New Issue
Block a user