srkukarni commented on a change in pull request #2546: Elastic connector
URL: https://github.com/apache/incubator-pulsar/pull/2546#discussion_r216108235
##########
File path:
tests/integration/src/test/java/org/apache/pulsar/tests/integration/functions/PulsarFunctionsTest.java
##########
@@ -60,17 +68,17 @@
@Test
public void testKafkaSink() throws Exception {
- testSink(new KafkaSinkTester(), true);
+ testSink(new KafkaSinkTester());
}
@Test
public void testCassandraSink() throws Exception {
- testSink(new CassandraSinkTester(), true);
+ testSink(new CassandraSinkTester());
}
-
- @Test
- public void testCassandraArchiveSink() throws Exception {
- testSink(new CassandraSinkArchiveTester(), false);
+
Review comment:
Why did we delete the testCassandraArchiveSink test?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services