aravi5 commented on issue #1463: DRILL-6625: Intermittent failures in Kafka unit tests URL: https://github.com/apache/drill/pull/1463#issuecomment-421418137 The design of `TestKafkaSuit` is very similar to design of `MongoTestSuit` and hence needed changes similar to the ones made in [storage-mongo/pom.xml](f5dfa56#diff-e110e2cbfd77d27e85d5121529c612bfR83). Current behavior is that surefire runs test classes twice - once as a part of `TestKafkaSuit` and the other by directly running classes. To prevent the latter from happening, changes were made (by @ilooner ) in `pom.xml` for `storage-mongo` plugin. Similar changes are made in `storage-kafka`.
---------------------------------------------------------------- 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
