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();
|
||||
}
|
||||
|
||||
// @Test
|
||||
// public void kclReleaseCanaryPollingH1Test() throws Exception {
|
||||
// KCLAppConfig consumerConfig = new ReleaseCanaryPollingH1TestConfig();
|
||||
// TestConsumer consumer = new TestConsumer(consumerConfig);
|
||||
// consumer.run();
|
||||
// }
|
||||
//
|
||||
// @Test
|
||||
// public void kclReleaseCanaryStreamingTest() throws Exception {
|
||||
// KCLAppConfig consumerConfig = new ReleaseCanaryStreamingTestConfig();
|
||||
// TestConsumer consumer = new TestConsumer(consumerConfig);
|
||||
// consumer.run();
|
||||
// }
|
||||
@Test
|
||||
public void kclReleaseCanaryPollingH1Test() throws Exception {
|
||||
KCLAppConfig consumerConfig = new ReleaseCanaryPollingH1TestConfig();
|
||||
TestConsumer consumer = new TestConsumer(consumerConfig);
|
||||
consumer.run();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void kclReleaseCanaryStreamingTest() throws Exception {
|
||||
KCLAppConfig consumerConfig = new ReleaseCanaryStreamingTestConfig();
|
||||
TestConsumer consumer = new TestConsumer(consumerConfig);
|
||||
consumer.run();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue