You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "John Sirois (JIRA)" <ji...@apache.org> on 2016/02/11 20:53:18 UTC

[jira] [Commented] (THRIFT-3362) make check fails for C++ at the SecurityTest

    [ https://issues.apache.org/jira/browse/THRIFT-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143375#comment-15143375 ] 

John Sirois commented on THRIFT-3362:
-------------------------------------

Noting that I figured this out over in THRIFT-3608.  The issue was {{#ifdef linux}} and {{SIGPIPE}} signal handlers not getting installed.
I did 1st go down the path of using ephemeral ports, and will address that in THRIFT-3609 since it turned out not to be the issue, but would be good to clean up (globally) anyhow.

> make check fails for C++ at the SecurityTest
> --------------------------------------------
>
>                 Key: THRIFT-3362
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3362
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library, Test Suite
>         Environment: openSUSE
>            Reporter: Jens Geyer
>            Assignee: James E. King, III
>
> When I run "make check" inside {{lib/cpp}} I get this error:
> {code}
> FAIL: SecurityTest
> {code}
> No more information besides that, and all other tests succeed. When I run 
> the SecurityTest test alone, it succeeds - it fails only with make check. I 
> have no idea why, and I can't get the test routine to print more log info to 
> the console with make check. I already tried adding --log_level 
> and --report_level to no avail, again this works well when run standalone.
> I'm a bit stuck here. Maybe the problem lies in my setup, but I have no idea what to look for. Any helpful advice would be really great.



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