You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Aki Sukegawa (JIRA)" <ji...@apache.org> on 2016/01/23 16:34:39 UTC

[jira] [Resolved] (THRIFT-3576) Boost test --log_format arg does not accept lowercase

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

Aki Sukegawa resolved THRIFT-3576.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.9.4

committed

> Boost test --log_format arg does not accept lowercase
> -----------------------------------------------------
>
>                 Key: THRIFT-3576
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3576
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library, Test Suite
>         Environment: boost 1.60.0
>            Reporter: Aki Sukegawa
>            Assignee: Aki Sukegawa
>            Priority: Trivial
>             Fix For: 0.9.4
>
>
> In my environment all the boost tests fail with following errors, maybe it's boost version.
> Changing xml -> XML as error message suggests fixed the problem.
> {quote}
> xml is not a valid enumeration value name for parameter log_format.
> Parameter: log_format
>  Specifies log format.
>  Command line formats:
>    --log_format=<HRF|CLF|XML>
>    -f <HRF|CLF|XML>
>  Environment variable: BOOST_TEST_LOG_FORMAT
> For detailed help on Boost.Test parameters use:
>   lt-TNonblockingServerTest --help
> or
>   lt-TNonblockingServerTest --help=<parameter name>
> FAIL: TNonblockingServerTest
> =====================
> 18 of 19 tests failed
> =====================
> {quote}



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