You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2016/08/08 21:14:20 UTC

[jira] [Resolved] (KUDU-1552) ClientTest.TestFailedDnsResolution is flaky

     [ https://issues.apache.org/jira/browse/KUDU-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon resolved KUDU-1552.
-------------------------------
       Resolution: Duplicate
    Fix Version/s: n/a

This is a manifestation of KUDU-1466. There's a WIP patch at https://gerrit.cloudera.org/#/c/3326/

> ClientTest.TestFailedDnsResolution is flaky
> -------------------------------------------
>
>                 Key: KUDU-1552
>                 URL: https://issues.apache.org/jira/browse/KUDU-1552
>             Project: Kudu
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.9.1
>         Environment: MacOS X 10.11.5
> Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64
>            Reporter: Alexey Serbin
>            Priority: Minor
>             Fix For: n/a
>
>
> The ClientTest.TestFailedDnsResolution is flaky.  Sometimes it outputs an error like this:
> {noformat}
> [ RUN      ] ClientTest.TestFailedDnsResolution
> /Users/aserbin/Projects/kudu/src/kudu/client/client-test.cc:1814: Failure
> Failed
> Expected to find substring 'Network error: Failed to resolve address for TS'. Got: 'Timed out: Failed to write batch of 1 ops to tablet db77badfde3b44efb591c683e6bf4cea after 27 attempt(s): GetTableLocations { table: 'client-testtb', partition-key: (<start>), attempt: 1 } failed: timed out after deadline expired: timed out after deadline expired'
> [  FAILED  ] ClientTest.TestFailedDnsResolution (717 ms)
> {noformat}
> To reproduce, run on MacOS X for some time from the build directory:
> {noformat}
> while [ true ]; do ./bin/client-test --gtest_filter=ClientTest.TestFailedDnsResolution 2>/dev/null || break; done
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)