[openssl-commits] Fixed: openssl/openssl#11370 (OpenSSL_1_1_0-stable - 523ea27)

Travis CI builds at travis-ci.org
Fri May 26 18:27:19 UTC 2017


Build Update for openssl/openssl
-------------------------------------

Build: #11370
Status: Fixed

Duration: 10 minutes and 43 seconds
Commit: 523ea27 (OpenSSL_1_1_0-stable)
Author: Matt Caswell
Message: Fix a Proxy race condition

Issue #3562 describes a problem where a race condition can occur in the
Proxy such that a test "ok" line can appear in the middle of other text
causing the test harness to miss it. The issue is that we do not wait for
the client process to finish after the test is complete, so that process may
continue to write data to stdout/stderr at the same time that the test
harness does.

This commit fixes TLSProxy so that we always wait for the client process to
finish before continuing.

Fixes #3562

Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3567)
(cherry picked from commit b72668a0d3586ee2560f0536c43e18991a4cfc6f)

View the changeset: https://github.com/openssl/openssl/compare/ef66b8cb5efb...523ea2721581

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/236473509?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20170526/1a7bc675/attachment-0001.html>


More information about the openssl-commits mailing list