You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Vitalii Diravka (JIRA)" <ji...@apache.org> on 2018/12/10 00:46:00 UTC

[jira] [Created] (DRILL-6889) Exclude Drill unit tests to avoid Travis timing out

Vitalii Diravka created DRILL-6889:
--------------------------------------

             Summary: Exclude Drill unit tests to avoid Travis timing out
                 Key: DRILL-6889
                 URL: https://issues.apache.org/jira/browse/DRILL-6889
             Project: Apache Drill
          Issue Type: Test
          Components: Tools, Build &amp; Test
    Affects Versions: 1.14.0
            Reporter: Vitalii Diravka
            Assignee: Vitalii Diravka
             Fix For: Future


Currently almost every Travis buildĀ fails because of timeout (>50mins).
 It is possible to exclude more tests from Travis CI build for Drill to avoid these failures.
 
ItĀ possible to exclude long running tests ({{@SlowTest}} annotation) and tests which target very specific bugs or that exercise corner cases that your unlikely to break ({{@UnlikelyTest}}).
 Also by adding {{travis}} profile the tests for the following modules can be disabled: {{drill-yarn}}, {{exec/jdbc-all}}, {{exec/jdbc}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)