[ https://issues.apache.org/jira/browse/DRILL-6272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16473152#comment-16473152 ]
ASF GitHub Bot commented on DRILL-6272: --------------------------------------- vrozov commented on a change in pull request #1225: DRILL-6272: Refactor dynamic UDFs and function initializer tests to g… URL: https://github.com/apache/drill/pull/1225#discussion_r187775637 ########## File path: common/src/test/java/org/apache/drill/test/TestTools.java ########## @@ -47,7 +48,7 @@ .indexOf("-agentlib:jdwp") > 0; public static TestRule getTimeoutRule(int timeout) { - return IS_DEBUG ? new TestName() : new Timeout(timeout); + return IS_DEBUG ? new TestName() : new Timeout(timeout, TimeUnit.MILLISECONDS); Review comment: 'Timeout.millis(timeout)`? ---------------------------------------------------------------- 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: us...@infra.apache.org > Remove binary jars files from source distribution > ------------------------------------------------- > > Key: DRILL-6272 > URL: https://issues.apache.org/jira/browse/DRILL-6272 > Project: Apache Drill > Issue Type: Task > Reporter: Vlad Rozov > Assignee: Arina Ielchiieva > Priority: Critical > Labels: ready-to-commit > Fix For: 1.14.0 > > > Per [~vrozov] the source distribution contains binary jar files under > exec/java-exec/src/test/resources/jars -- This message was sent by Atlassian JIRA (v7.6.3#76005)