Chromium Code Reviews
DescriptionFix flakiness in PushPullFIFOSmokeTest.SmokeTests/7
This sub-test often crashes because the test runner prematurely starts
tear-down process when the given test duration is up while there are
pending tasks in the thread task scheduler.
Remove the fixed test duration and wait for the actual task/thread to
be completed. Locally confirmed that the test runner waits until tasks
is completed.
BUG=718715
Review-Url: https://codereview.chromium.org/2857333006
Cr-Commit-Position: refs/heads/master@{#470101}
Committed: https://chromium.googlesource.com/chromium/src/+/c7b7263536e2151b952fe4f0884bad4e495da2e0
Patch Set 1 #
Total comments: 4
Patch Set 2 : Remove fortible test runner tear-down and use WaitableEvent #Messages
Total messages: 16 (10 generated)
|