[
https://issues.apache.org/jira/browse/HDFS-9556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15185541#comment-15185541
]
James Clampffer commented on HDFS-9556:
---------------------------------------
Just checked again after I realized applied patch to one tree and ran tests on
the other, it looks like some of the tests are failing.
Hopefully useful info:
{code}
[exec] [==========] Running 5 tests from 1 test case.
[exec] [----------] Global test environment set-up.
[exec] [----------] 5 tests from ConfigurationTest
[exec] [ RUN ] ConfigurationTest.TestDegenerateInputs
[exec] unknown file: Failure
[exec] C++ exception with description "regex_error" thrown in the test body.
[exec] [ FAILED ] ConfigurationTest.TestDegenerateInputs (65 ms)
[exec] [ RUN ] ConfigurationTest.TestNominalInputs
[exec] unknown file: Failure
[exec] C++ exception with description "regex_error" thrown in the test body.
[exec] [ FAILED ] ConfigurationTest.TestNominalInputs (3 ms)
[exec] [ RUN ] ConfigurationTest.TestEncodedInputs
[exec] unknown file: Failure
[exec] C++ exception with description "regex_error" thrown in the test body.
[exec] [ FAILED ] ConfigurationTest.TestEncodedInputs (2 ms)
[exec] [ RUN ] ConfigurationTest.TestDecodedInputsAndOutputs
[exec] unknown file: Failure
[exec] C++ exception with description "regex_error" thrown in the test body.
[exec] [ FAILED ] ConfigurationTest.TestDecodedInputsAndOutputs (2 ms)
[exec] [ RUN ] ConfigurationTest.TestSetters
[exec] [ OK ] ConfigurationTest.TestSetters (29 ms)
[exec] [----------] 5 tests from ConfigurationTest (108 ms total)
{code}
{code}
[exec] The following tests FAILED:
[exec] 4 - uri (Failed)
[exec] 5 - memcheck_uri (Failed)
[exec] 18 - configuration (Failed)
[exec] 19 - memcheck_configuration (Failed)
{code}
{code}
[exec] unknown file: Failure
[exec] C++ exception with description "regex_error" thrown in the test body.
[exec] [ FAILED ] ConfigurationTest.TestUriConversions (0 ms)
[exec] [----------] 13 tests from ConfigurationTest (1 ms total)
{code}
{code}
[exec] C++ exception with description "regex_error" thrown in the test body.
[exec] [ FAILED ] ConfigurationTest.TestUriConversions (61 ms)
[exec] [----------] 13 tests from ConfigurationTest (299 ms total)
{code}
> libhdfs++: pull Options from default configs by default
> -------------------------------------------------------
>
> Key: HDFS-9556
> URL: https://issues.apache.org/jira/browse/HDFS-9556
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: hdfs-client
> Reporter: Bob Hansen
> Assignee: Bob Hansen
> Attachments: HDFS-9556.HDFS-8707.000.patch,
> HDFS-9556.HDFS-8707.002.patch
>
>
> Include method to connect to defaultFS from configuration
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)