[
https://issues.apache.org/jira/browse/DRILL-6889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714580#comment-16714580
]
ASF GitHub Bot commented on DRILL-6889:
---------------------------------------
arina-ielchiieva commented on issue #1567: DRILL-6889: Exclude Drill unit tests
to avoid Travis timing out
URL: https://github.com/apache/drill/pull/1567#issuecomment-445777980
+1
----------------------------------------------------------------
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]
> 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
> Priority: Major
> Labels: ready-to-commit
> Fix For: 1.15.0
>
>
> 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)