[
https://issues.apache.org/jira/browse/STORM-864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14582835#comment-14582835
]
ASF GitHub Bot commented on STORM-864:
--------------------------------------
GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/591
STORM-864 Exclude storm-kafka tests from Travis CI build
Please refer https://issues.apache.org/jira/browse/STORM-864 to see why I'm
trying to exclude storm-kafka from Travis CI.
After applying this patch, we can get rid of random test failures on
storm-kafka with Travis CI.
Please note that there's small probabilities to random test failures on
storm-test yet.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-864
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/591.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #591
----
commit 99cfe28296ad82f4e9d5672b16be7de94f4d7223
Author: Jungtaek Lim <[email protected]>
Date: 2015-06-11T12:56:39Z
STORM-864 Exclude storm-kafka from Travis CI build
* some tests on storm-kafka shows random fails on slow machine
* Build box in Travis CI is almost run slow, so we need this
commit cebe13641939dc213ac98e40a3ee43b9f3b147a2
Author: Jungtaek Lim <[email protected]>
Date: 2015-06-11T15:17:48Z
STORM-864 Adjust drpc timeout to 2 times of TEST-TIMEOUT-MS
* also print traceback to find out why exception happens
----
> Exclude storm-kafka tests from Travis CI build
> ----------------------------------------------
>
> Key: STORM-864
> URL: https://issues.apache.org/jira/browse/STORM-864
> Project: Apache Storm
> Issue Type: Sub-task
> Components: storm-kafka
> Reporter: Jungtaek Lim
> Assignee: Jungtaek Lim
> Priority: Minor
>
> We observed almost test fails from Travis CI are due to storm-kafka.
> It is really bad, and I adjust backoff timeout values to bigger with no luck.
> It makes another strange issues, which makes me blocked.
> IMO it seems to be an issue with slow machine, so for now we can just turn
> off storm-kafka tests from Travis CI build and make it stable first.
> We can try to resolve origin issue later, though I'm wondering it could be
> solved without excluding tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)