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

Konrad Grochowski commented on THRIFT-2745:
-------------------------------------------

this what comment in Makefile states:
{code}
# disable these test ... too strong
#       processor_test
#       concurrency_test
{code}

I haven't look deep into this those tests, so I have no idea what "too strong" 
means :) Either they take too long to run, or produce false negatives

[~roger.meier] - git blame points to you :) what is it with those tests?

> C++ // Unit-test compilation fixes // pull request on github
> ------------------------------------------------------------
>
>                 Key: THRIFT-2745
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2745
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library, Test Suite
>    Affects Versions: 1.0
>         Environment: Windows 7 (64bit)
> Microsoft Visual Studio 2012
>            Reporter: Sergei Nikulov
>            Assignee: Konrad Grochowski
>            Priority: Minor
>             Fix For: 0.9.2
>
>
> Issue 1:
> thrift\lib\cpp\test\concurrency\ThreadFactoryTests.h uses <unistd.h> for 
> usleep().
> Replaced usleep() with THRIFT_SLEEP_USEC() and removed inclusion of unistd.h
> Issue 2:
> static const double ERROR;
> macro ERROR already defined in wingdi.h
> Replaced with TEST_ERROR, but perhaps it is better to find it more better 
> name.
> PR: https://github.com/apache/thrift/pull/207



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

Reply via email to