ATEST-206
This commit is contained in:
@ -33,7 +33,7 @@ public class DaqRestControllerTest extends AbstractDaqRestTest {
|
|||||||
|
|
||||||
private static final boolean initialized = false;
|
private static final boolean initialized = false;
|
||||||
|
|
||||||
private static final int DATA_REPLICATION = 1;
|
private static final int DATA_KEYSPACE = 1;
|
||||||
public static final String[] TEST_CHANNEL_NAMES = new String[]{"testChannel1", "testChannel2"};
|
public static final String[] TEST_CHANNEL_NAMES = new String[]{"testChannel1", "testChannel2"};
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
@ -41,7 +41,7 @@ public class DaqRestControllerTest extends AbstractDaqRestTest {
|
|||||||
if (!initialized) {
|
if (!initialized) {
|
||||||
cassandraTestAdmin.truncateAll();
|
cassandraTestAdmin.truncateAll();
|
||||||
|
|
||||||
dataGen.writeData(DATA_REPLICATION, 100, 2, TEST_CHANNEL_NAMES);
|
dataGen.writeData(DATA_KEYSPACE, 100, 2, TEST_CHANNEL_NAMES);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user