vvysotskyi commented on a change in pull request #1910: DRILL-7393: Revisit 
Drill tests to ensure that patching is executed b…
URL: https://github.com/apache/drill/pull/1910#discussion_r352094027
 
 

 ##########
 File path: 
common/src/test/java/org/apache/drill/common/util/function/TestCheckedFunction.java
 ##########
 @@ -17,14 +17,15 @@
  */
 package org.apache.drill.common.util.function;
 
+import org.apache.drill.test.DrillTest;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.ExpectedException;
 
 import java.util.HashMap;
 import java.util.Map;
 
-public class TestCheckedFunction {
+public class TestCheckedFunction extends DrillTest {
 
 Review comment:
   Why not `BaseTest`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to