Description[mojo-edk] Re-enable ping pong multiprocess tests
These were timing out for potentially two reasons:
1. 50000 iterations takes a long time to run in Debug builds. We
should investigate why this slows down so much over time.
Bug 585909 is filed for that.
2. If sending a message failed in a non-fatal way (e.g. EAGAIN) we
were dropping the handles. Since this can happen flakily,
the tests could block indefinitely waiting for handles that
would never arrive.
This CL fixes the handle dropping problem and reduces the test to run
500 iterations of 50 handles each.
BUG=585784
TBR=sammc@chromium.org
Committed: https://crrev.com/878a6845b81cfdeff147bfb6653469dd883aebef
Cr-Commit-Position: refs/heads/master@{#374811}
Patch Set 1 #
Messages
Total messages: 9 (2 generated)
|