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

Roger Meier commented on THRIFT-3362:
-------------------------------------

this might give a hint
{noformat}
open("/proc/1/stat", O_RDONLY)          = 3
read(3, "1 (systemd) S 0 1 1 0 -1 4219136"..., 500) = 199
readlink("/proc/1/exe", 0xbffe4f79, 500) = -1 EACCES (Permission denied)
{noformat}

does systemd play on the same party as we do?
{noformat}
lib/cpp/test/TestPortFixture.h:    m_serverPort = (spEnv) ? atoi(spEnv) : 9090;
{noformat}

using TEST_PORT might be an option here

> make check fails for C++
> ------------------------
>
>                 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
>
> 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)

Reply via email to