Github user tweise commented on a diff in the pull request:
https://github.com/apache/apex-malhar/pull/321#discussion_r67807822
--- Diff:
kafka/src/test/java/org/apache/apex/malhar/kafka/KafkaInputOperatorTest.java ---
@@ -49,13 +50,14 @@
import com.datatorrent.api.DefaultInputPort;
import com.datatorrent.api.LocalMode;
import com.datatorrent.common.util.BaseOperator;
+import com.datatorrent.lib.util.TestUtils;
import com.datatorrent.stram.StramLocalCluster;
/**
* A bunch of test to verify the input operator will be automatically
partitioned per kafka partition This test is launching its
* own Kafka cluster.
*/
-@Ignore
+//@Ignore
--- End diff --
delete this
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---