@agozhiy - Thank you for fixing this, the fix looks good. @vdiravka - The design of `TestKafkaSuit` is very similar to design of `MongoTestSuit` and hence would require changes similar to the ones made in [storage-mongo/pom.xml](https://github.com/apache/drill/pull/923/commits/f5dfa56f33a46b92e2f9de153d82a16a77642ddf#diff-e110e2cbfd77d27e85d5121529c612bfR83).
Current behavior is surefire runs tests classes twice - once as a part of `TestKafkaSuit` and the other by directly running classes. To prevent the latter from happening, changes were made in `pom.xml` for `storage-mongo` plugin. These changes can be addressed as a part of a separate PR or I am happy to include the changes as a part of my open PR https://github.com/apache/drill/pull/1463. [ Full content available at: https://github.com/apache/drill/pull/1464 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org