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

Issue 10860022: Disable suggest field trial in tests. (Closed)

Created:
8 years, 4 months ago by sreeram
Modified:
8 years, 4 months ago
Reviewers:
jennb, Mark P, Nirnimesh
CC:
chromium-reviews, dennis_jeffrey, anantha, dyu1, msw, Peter Kasting
Visibility:
Public.

Description

Disable suggest field trial in tests. See bug link. The test flakiness is because of being randomly selected into a suggest field trial that causes the Google-returned suggestion to be ranked above the what-you-typed entry. This CL attempts to disable the suggest field trial by forcing a specific group (which at the moment doesn't have any experimental behaviour). BUG=143308 R=mpearson@chromium.org,nirnimesh@chromium.org TEST=This test should no longer flake on the bots. If it does, then it's likely that group #10 has been selected into a field trial. The fix would be to disable the suggest field trials properly (as mentioned in the TODO). Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=152183

Patch Set 1 #

Total comments: 4

Patch Set 2 : Use group 10 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -15 lines) Patch
M chrome/test/functional/omnibox.py View 1 2 chunks +29 lines, -15 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
sreeram
@mpearson for review, @nirnimesh for OWNERS approval
8 years, 4 months ago (2012-08-17 21:22:12 UTC) #1
Nirnimesh
LGTM
8 years, 4 months ago (2012-08-17 21:58:28 UTC) #2
Mark P
I assume Nimimesh reviewed the omnibox.py structure. I haven't look at tests that look like ...
8 years, 4 months ago (2012-08-17 22:49:31 UTC) #3
sreeram
http://codereview.chromium.org/10860022/diff/1/chrome/test/functional/omnibox.py File chrome/test/functional/omnibox.py (right): http://codereview.chromium.org/10860022/diff/1/chrome/test/functional/omnibox.py#newcode526 chrome/test/functional/omnibox.py:526: return ['--force-fieldtrials=OmniboxSearchSuggest/0/'] On 2012/08/17 22:49:31, Mark P wrote: > ...
8 years, 4 months ago (2012-08-17 22:57:33 UTC) #4
jennb
Hi, this change is preventing pyauto tests on linux from running: http://build.chromium.org/p/chromium.pyauto/builders/Linux%20%28deb%29/builds/36580 I would have ...
8 years, 4 months ago (2012-08-18 07:01:26 UTC) #5
Nirnimesh
On 2012/08/18 07:01:26, jennb wrote: > Hi, this change is preventing pyauto tests on linux ...
8 years, 4 months ago (2012-08-18 08:24:02 UTC) #6
sreeram
8 years, 4 months ago (2012-08-19 18:37:37 UTC) #7
Thanks Jenn and Nirnimesh for catching and fixing the rename.

Powered by Google App Engine
This is Rietveld 408576698