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 & 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)