Till Toenshoff created MESOS-7325:
-------------------------------------
Summary: ProcessRemoteLinkTest.RemoteLinkLeak is flaky.
Key: MESOS-7325
URL: https://issues.apache.org/jira/browse/MESOS-7325
Project: Mesos
Issue Type: Bug
Components: libprocess
Affects Versions: 1.2.0
Environment: macOS, clang, libev build
Reporter: Till Toenshoff
After this hit me initially on a regular make check, I did run the test
isolated in infinite repetition - those 3 times I tried it, the bug surfaced at
around 100-150 repetitions.
{noformat}
$ ./3rdparty/libprocess/libprocess-tests
--gtest_filter="ProcessRemoteLinkTest.RemoteLinkLeak" --gtest_repeat=-1
--gtest_break_on_failure
{noformat}
{noformat}
Repeating all tests (iteration 119) . . .
Note: Google Test filter = ProcessRemoteLinkTest.RemoteLinkLeak
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from ProcessRemoteLinkTest
[ RUN ] ProcessRemoteLinkTest.RemoteLinkLeak
(libev) select: Invalid argument
*** Aborted at 1490866597 (unix time) try "date -d @1490866597" if you are
using GNU date ***
PC: @ 0x7fffb7621d42 __pthread_kill
*** SIGABRT (@0x7fffb7621d42) received by PID 60372 (TID 0x70000d123000) stack
trace: ***
@ 0x7fffb7702b3a _sigtramp
@ 0x7ff8fecfc080 (unknown)
@ 0x7fffb7587420 abort
@ 0x10e17051d ev_syserr
@ 0x10e170e16 select_poll
@ 0x10e16c635 ev_run
@ 0x10e126f2b ev_loop()
@ 0x10e126e96 process::EventLoop::run()
@ 0x10e0498bf _ZNSt3__114__thread_proxyINS_5tupleIJPFvvEEEEEEPvS5_
@ 0x7fffb770c9af _pthread_body
@ 0x7fffb770c8fb _pthread_start
@ 0x7fffb770c101 thread_start
Abort trap: 6
{noformat}
Note that this is obviously a libev build.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)