Uncommenting tests
This commit is contained in:
parent
208345c39d
commit
c9659ce11b
1 changed files with 13 additions and 13 deletions
|
|
@ -16,17 +16,17 @@ public class BasicStreamConsumerIntegrationTest {
|
||||||
consumer.run();
|
consumer.run();
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Test
|
@Test
|
||||||
// public void kclReleaseCanaryPollingH1Test() throws Exception {
|
public void kclReleaseCanaryPollingH1Test() throws Exception {
|
||||||
// KCLAppConfig consumerConfig = new ReleaseCanaryPollingH1TestConfig();
|
KCLAppConfig consumerConfig = new ReleaseCanaryPollingH1TestConfig();
|
||||||
// TestConsumer consumer = new TestConsumer(consumerConfig);
|
TestConsumer consumer = new TestConsumer(consumerConfig);
|
||||||
// consumer.run();
|
consumer.run();
|
||||||
// }
|
}
|
||||||
//
|
|
||||||
// @Test
|
@Test
|
||||||
// public void kclReleaseCanaryStreamingTest() throws Exception {
|
public void kclReleaseCanaryStreamingTest() throws Exception {
|
||||||
// KCLAppConfig consumerConfig = new ReleaseCanaryStreamingTestConfig();
|
KCLAppConfig consumerConfig = new ReleaseCanaryStreamingTestConfig();
|
||||||
// TestConsumer consumer = new TestConsumer(consumerConfig);
|
TestConsumer consumer = new TestConsumer(consumerConfig);
|
||||||
// consumer.run();
|
consumer.run();
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue