Mir

Comment 1 for bug 1441620

Revision history for this message
Alexandros Frantzis (afrantzis) wrote : Re: [testsfail] failure in CI on SimpleDispatchThreadTest.keeps_dispatching_after_signal_interruption

The problem is actually in the previous test: SimpleDispatchThreadTest.handles_destruction_from_dispatch_callback

From the valgrind trace in CI output:

...
by 0x13997A3: SimpleDispatchThreadTest_handles_destruction_from_dispatch_callback_Test::TestBody() (test_simple_dispatch_thread.cpp:214)
...

SimpleDispatchThreadTest.keeps_dispatching_after_signal_interruption fails because it forks a process which when finished reports all valgrind errors, even if they were caught in the parent process.