You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Alexander Rukletsov (JIRA)" <ji...@apache.org> on 2017/05/16 15:38:04 UTC

[jira] [Commented] (MESOS-7028) NetSocketTest.EOFBeforeRecv is flaky

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

Alexander Rukletsov commented on MESOS-7028:
--------------------------------------------

Observed this on a Mac OS:
{noformat}
[ RUN      ] Encryption/NetSocketTest.EOFBeforeRecv/0
I0515 16:10:02.243257 1918930944 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
I0515 16:10:02.243273 1918930944 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I0515 16:10:02.243288 1918930944 openssl.cpp:429] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I0515 16:10:02.243374 1918930944 openssl.cpp:435] Will only verify peer certificate if presented!
NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
E0515 16:10:02.243955 4820992 process.cpp:950] Failed to accept socket: future discarded
I0515 16:10:02.247562 1918930944 process.cpp:1266] libprocess is initialized on 10.0.49.4:62888 with 8 worker threads
../../../3rdparty/libprocess/src/tests/socket_tests.cpp:196: Failure
Failed to wait 15secs for client->recv()
[  FAILED  ] Encryption/NetSocketTest.EOFBeforeRecv/0, where GetParam() = "SSL" (15159 ms)
{noformat}

FWIW, the test run crashed because of MESOS-7106, not sure whether these two issues are related.

> NetSocketTest.EOFBeforeRecv is flaky
> ------------------------------------
>
>                 Key: MESOS-7028
>                 URL: https://issues.apache.org/jira/browse/MESOS-7028
>             Project: Mesos
>          Issue Type: Bug
>          Components: libprocess, test
>         Environment: ASF CI, autotools, gcc, CentOS 7, libevent/SSL enabled
> Mac OS with SSL enabled
>            Reporter: Greg Mann
>            Assignee: Greg Mann
>              Labels: flaky, flaky-test, libprocess, mesosphere, socket, ssl
>
> This was observed on ASF CI:
> {code}
> [ RUN      ] Encryption/NetSocketTest.EOFBeforeRecv/0
> I0128 03:48:51.444228 27745 openssl.cpp:419] CA file path is unspecified! NOTE: Set CA file path with LIBPROCESS_SSL_CA_FILE=<filepath>
> I0128 03:48:51.444252 27745 openssl.cpp:424] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
> I0128 03:48:51.444257 27745 openssl.cpp:429] Will not verify peer certificate!
> NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
> I0128 03:48:51.444262 27745 openssl.cpp:435] Will only verify peer certificate if presented!
> NOTE: Set LIBPROCESS_SSL_REQUIRE_CERT=1 to require peer certificate verification
> I0128 03:48:51.447341 27745 process.cpp:1246] libprocess is initialized on 172.17.0.2:45515 with 16 worker threads
> ../../../3rdparty/libprocess/src/tests/socket_tests.cpp:196: Failure
> Failed to wait 15secs for client->recv()
> [  FAILED  ] Encryption/NetSocketTest.EOFBeforeRecv/0, where GetParam() = "SSL" (15269 ms)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)