Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.14.0
Description
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.
Attachments
Issue Links
- is a clone of
-
DRILL-6559 Travis timing out
- Resolved
- is part of
-
DRILL-7031 Add Travis job that runs protobuf generation command and checks if all protobufs are up-to-date
- Resolved
- is related to
-
DRILL-6890 AppVeyor CI for Drill builds
- Resolved
- links to