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

Issue 2857953004: Fix for flaky WebViewTest.Shim_TestFindAPI_findupdate test on msan bots. (Closed)

Created:
3 years, 7 months ago by paulmeyer
Modified:
3 years, 7 months ago
Reviewers:
wjmaclean
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix for flaky WebViewTest.Shim_TestFindAPI_findupdate test on msan bots. Part of what this test tests is canceling an in-progress find session by searching for another search term. The problem that was causing the flakiness was that the find session that was meant to get canceled actually finished (rarely) before the subsequent request made it to the renderer, and so the completed session was not reported as canceled. The small adjustment made in this CL is to only attempt to cancel the search that has many results, so that its find session is much less likely to complete before the next find request comes through. BUG=710486 Review-Url: https://codereview.chromium.org/2857953004 Cr-Commit-Position: refs/heads/master@{#469390} Committed: https://chromium.googlesource.com/chromium/src/+/f5bea1f45cd62b26b49e4b8cd1ee1ad096351717

Patch Set 1 #

Patch Set 2 : Added TODO. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M chrome/test/data/extensions/platform_apps/web_view/shim/main.js View 1 3 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 24 (13 generated)
paulmeyer
3 years, 7 months ago (2017-05-03 20:39:07 UTC) #3
wjmaclean
On 2017/05/03 20:39:07, paulmeyer wrote: Can you explain, either by comments in the issue description, ...
3 years, 7 months ago (2017-05-04 13:10:49 UTC) #7
paulmeyer
On 2017/05/04 13:10:49, wjmaclean wrote: > On 2017/05/03 20:39:07, paulmeyer wrote: > > Can you ...
3 years, 7 months ago (2017-05-04 13:50:05 UTC) #9
wjmaclean
On 2017/05/04 13:50:05, paulmeyer wrote: > On 2017/05/04 13:10:49, wjmaclean wrote: > > On 2017/05/03 ...
3 years, 7 months ago (2017-05-04 13:56:17 UTC) #10
paulmeyer
On 2017/05/04 13:56:17, wjmaclean wrote: > On 2017/05/04 13:50:05, paulmeyer wrote: > > On 2017/05/04 ...
3 years, 7 months ago (2017-05-04 14:11:14 UTC) #12
wjmaclean
On 2017/05/04 14:11:14, paulmeyer wrote: > On 2017/05/04 13:56:17, wjmaclean wrote: > > On 2017/05/04 ...
3 years, 7 months ago (2017-05-04 14:54:17 UTC) #13
paulmeyer
On 2017/05/04 14:54:17, wjmaclean wrote: > On 2017/05/04 14:11:14, paulmeyer wrote: > > On 2017/05/04 ...
3 years, 7 months ago (2017-05-04 15:03:00 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2857953004/20001
3 years, 7 months ago (2017-05-04 15:03:23 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/285734)
3 years, 7 months ago (2017-05-04 17:03:53 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2857953004/20001
3 years, 7 months ago (2017-05-04 17:29:51 UTC) #21
commit-bot: I haz the power
3 years, 7 months ago (2017-05-04 18:28:12 UTC) #24
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/f5bea1f45cd62b26b49e4b8cd1ee...

Powered by Google App Engine
This is Rietveld 408576698