[
https://issues.apache.org/jira/browse/DRILL-6889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714578#comment-16714578
]
ASF GitHub Bot commented on DRILL-6889:
---------------------------------------
vdiravka commented on issue #1567: DRILL-6889: Exclude Drill unit tests to
avoid Travis timing out
URL: https://github.com/apache/drill/pull/1567#issuecomment-445777633
Time is different for every build, the last one - _Ran for 48 min 14 sec_.
The main reason is to keep Travis green
@arina-ielchiieva It makes sense. Done.
----------------------------------------------------------------
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
> 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)