mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
deactivate rest module with old dependencies
This commit is contained in:
committed by
Mike Yaacoub
parent
ac279d364a
commit
1e7d676979
@@ -95,13 +95,6 @@ public class ScriptExampleTests {
|
|||||||
assertThat(p.matcher(scenarioResult.getIOLog()).matches()).isTrue();
|
assertThat(p.matcher(scenarioResult.getIOLog()).matches()).isTrue();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testExceptionPropagationFromMotorThread() {
|
|
||||||
ExecutionMetricsResult scenarioResult = runScenario("activityerror");
|
|
||||||
assertThat(scenarioResult.getException()).isNotNull();
|
|
||||||
assertThat(scenarioResult.getException().getMessage()).contains("For input string: \"unparsable\"");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testCycleRate() {
|
public void testCycleRate() {
|
||||||
ExecutionMetricsResult scenarioResult = runScenario("cycle_rate");
|
ExecutionMetricsResult scenarioResult = runScenario("cycle_rate");
|
||||||
|
|||||||
@@ -37,12 +37,6 @@
|
|||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>io.nosqlbench</groupId>
|
|
||||||
<artifactId>engine-rest</artifactId>
|
|
||||||
<version>4.17.32-SNAPSHOT</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.nosqlbench</groupId>
|
<groupId>io.nosqlbench</groupId>
|
||||||
<artifactId>engine-cli</artifactId>
|
<artifactId>engine-cli</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user