GitHub user jsirois opened a pull request:

    https://github.com/apache/thrift/pull/848

    lib/cpp/test/SecurityTest is flaky in jenkins Thrift-precommit build.

    Previously, the deprecated `linux` symbol was tested, but under both g++
    and clang++ using `-std=c++11` this deprecated symbol is not defined.
    Test the accepted modern standard of `__linux__` instead to ensure the
    SIGPIPE ignore is in-effect and the test runs stably.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jsirois/thrift THRIFT-3608

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/848.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #848
    
----
commit ca538d4e3644d62b701a70884e36c65864ad26ad
Author: John Sirois <jsir...@apache.org>
Date:   2016-02-11T18:53:05Z

    Fixup SecurityTest SIGPIPE ignoring.
    
    Previously, the deprecated `linux` symbol was tested, but under both g++
    and clang++ using `-std=c++11` this deprecated symbol is not defined.
    Test the accepted modern standard of `__linux__` instead to ensure the
    SIGPIPE ignore is in-effect and the test runs stably.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to