Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Issue 1686243002: [mojo-edk] Re-enable ping pong multiprocess tests (Closed)

Created:
4 years, 10 months ago by Ken Rockot(use gerrit already)
Modified:
4 years, 10 months ago
Reviewers:
Sam McNally
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, chromium-reviews, darin (slow to review), qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -78 lines) Patch
M mojo/edk/system/channel_posix.cc View 3 chunks +30 lines, -23 lines 0 comments Download
M mojo/edk/system/message_pipe_unittest.cc View 1 chunk +70 lines, -35 lines 0 comments Download
M mojo/edk/test/BUILD.gn View 7 chunks +8 lines, -20 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Ken Rockot(use gerrit already)
PTAL. Note this only does 25k handles per test now instead of 50k. We should ...
4 years, 10 months ago (2016-02-10 20:37:53 UTC) #1
Sam McNally
On 2016/02/10 20:37:53, Ken Rockot wrote: > PTAL. Note this only does 25k handles per ...
4 years, 10 months ago (2016-02-10 23:37:10 UTC) #2
Ken Rockot(use gerrit already)
Note that if I make this leak locally I still don't catch it at 50k... ...
4 years, 10 months ago (2016-02-10 23:38:44 UTC) #3
Sam McNally
LGTM On 2016/02/10 23:38:44, Ken Rockot wrote: > Note that if I make this leak ...
4 years, 10 months ago (2016-02-10 23:40:23 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1686243002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1686243002/1
4 years, 10 months ago (2016-02-10 23:53:16 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-11 00:56:46 UTC) #7
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:33:26 UTC) #9
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/878a6845b81cfdeff147bfb6653469dd883aebef
Cr-Commit-Position: refs/heads/master@{#374811}

Powered by Google App Engine
This is Rietveld 408576698