[
https://issues.apache.org/jira/browse/DRILL-6005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16396255#comment-16396255
]
ASF GitHub Bot commented on DRILL-6005:
---------------------------------------
GitHub user dvjyothsna opened a pull request:
https://github.com/apache/drill/pull/1162
DRILL-6005: Fixed TestGracefulShutdown tests to skip check for loopba…
…ck address usage in distributed mode
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dvjyothsna/drill DRILL-6005
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1162.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 #1162
----
commit 38cf91bfd3b24ed458d8519129001632ad940048
Author: dvjyothsna <jyothsna.dvj@...>
Date: 2018-03-12T22:38:13Z
DRILL-6005: Fixed TestGracefulShutdown tests to skip check for loopback
address usage in distributed mode
----
> Fix TestGracefulShutdown tests to skip check for loopback address usage in
> distributed mode
> -------------------------------------------------------------------------------------------
>
> Key: DRILL-6005
> URL: https://issues.apache.org/jira/browse/DRILL-6005
> Project: Apache Drill
> Issue Type: Improvement
> Affects Versions: 1.12.0
> Reporter: Arina Ielchiieva
> Assignee: Venkata Jyothsna Donapati
> Priority: Minor
> Fix For: 1.14.0
>
>
> After DRILL-4286 changes some of the newly added unit tests fail with
> {noformat}
> Drillbit is disallowed to bind to loopback address in distributed mode.
> {noformat}
> List of failed tests:
> {noformat}
> Tests in error:
> TestGracefulShutdown.testOnlineEndPoints:96 » IllegalState Cluster fixture
> set...
> TestGracefulShutdown.testStateChange:130 » IllegalState Cluster fixture
> setup ...
> TestGracefulShutdown.testRestApi:167 » IllegalState Cluster fixture setup
> fail...
> TestGracefulShutdown.testRestApiShutdown:207 » IllegalState Cluster fixture
> se...
> {noformat}
> This can be fixed if {{/etc/hosts}} file is edited.
> Source -
> https://stackoverflow.com/questions/40506221/how-to-start-drillbit-locally-in-distributed-mode
> Though these changes are required on production during running unit tests I
> don't think this check should be enforced.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)