arina-ielchiieva commented on a change in pull request #1577: DRILL-6912: NPE when other drillbit is already running URL: https://github.com/apache/drill/pull/1577#discussion_r242989504
########## File path: exec/java-exec/src/test/java/org/apache/drill/exec/server/TestTwoDrillbitsWithSamePort.java ########## @@ -0,0 +1,68 @@ +package org.apache.drill.exec.server; + +import org.apache.drill.test.ClusterFixture; +import org.apache.drill.test.ClusterFixtureBuilder; +import org.apache.drill.test.ClusterTest; +import org.junit.Test; + +import static org.junit.Assert.assertNotNull; +import static org.junit.Assert.assertTrue; + +/* Review comment: License should be before package. ---------------------------------------------------------------- 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
