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

Issue 2296493002: Merge all Field Trial Testing Configuration Together (Closed)

Created:
4 years, 3 months ago by robliao
Modified:
4 years, 3 months ago
CC:
chromium-reviews, Ilya Sherman, gab, fdoray
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Merge all Field Trial Testing Configuration Together This change brings together many of the separate platform specific Field Trial Testing configurations together, reducing duplication. BUG=637095 TEST=Manually Compare Old and New Resulting C++ files * - ["android", "chromeos", "ios", "linux", "mac", "win"] fieldtrial_to_struct_master.py \ fieldtrial_testing_config_*.json \ --namespace=chrome_variations \ --schema=fieldtrial_testing_config_schema.json \ --output=old/fieldtrial_testing_config_* fieldtrial_to_struct.py \ fieldtrial_testing_config.json \ --namespace=chrome_variations \ --schema=fieldtrial_testing_config_schema.json \ --platform=* \ --output=new/fieldtrial_testing_config_* diff old/fieldtrial_testing_config_*.[cc|h] \ new/fieldtrial_testing_config_*.[cc|h] No material differences. Committed: https://crrev.com/74ce2fa9c04444812d985ef37ecd377e23e09145 Cr-Commit-Position: refs/heads/master@{#420112}

Patch Set 1 : Review #

Total comments: 13

Patch Set 2 : CR Feedback #

Patch Set 3 : Rebase to eac7349 and add commenting support. #

Patch Set 4 : Rebase to e3a7b31 #

Total comments: 5

Patch Set 5 : Add Comment #

Total comments: 2

Patch Set 6 : Rebase to 380781d #

Patch Set 7 : Update Config (Found a Bug in Old->New Converter) #

Total comments: 2

Patch Set 8 : Switch to current_os #

Patch Set 9 : Rebase to a67debf #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2544 lines, -3135 lines) Patch
M chrome/common/variations/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +2 lines, -19 lines 0 comments Download
M testing/variations/PRESUBMIT.py View 1 2 4 chunks +148 lines, -59 lines 0 comments Download
A testing/variations/fieldtrial_testing_config.json View 1 2 3 4 5 6 7 8 1 chunk +2184 lines, -0 lines 0 comments Download
D testing/variations/fieldtrial_testing_config_android.json View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -670 lines 0 comments Download
D testing/variations/fieldtrial_testing_config_chromeos.json View 1 2 3 4 5 1 chunk +0 lines, -461 lines 0 comments Download
D testing/variations/fieldtrial_testing_config_ios.json View 1 2 3 4 5 1 chunk +0 lines, -130 lines 0 comments Download
D testing/variations/fieldtrial_testing_config_linux.json View 1 2 3 4 5 1 chunk +0 lines, -523 lines 0 comments Download
D testing/variations/fieldtrial_testing_config_mac.json View 1 2 3 4 5 1 chunk +0 lines, -575 lines 0 comments Download
D testing/variations/fieldtrial_testing_config_win.json View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -643 lines 0 comments Download
M tools/variations/fieldtrial_to_struct.py View 1 2 3 4 5 chunks +48 lines, -19 lines 0 comments Download
M tools/variations/fieldtrial_to_struct_unittest.py View 1 3 chunks +133 lines, -18 lines 0 comments Download
M tools/variations/unittest_data/test_config.json View 1 1 chunk +29 lines, -18 lines 0 comments Download

Messages

Total messages: 57 (35 generated)
robliao
asvitkine: Please review this CL. Thanks!
4 years, 3 months ago (2016-08-29 22:40:37 UTC) #2
Ilya Sherman
Enthusiastically seconded: Thanks for working on this! =D
4 years, 3 months ago (2016-08-30 15:54:30 UTC) #9
Alexei Svitkine (slow)
https://codereview.chromium.org/2296493002/diff/20001/chrome/common/variations/BUILD.gn File chrome/common/variations/BUILD.gn (right): https://codereview.chromium.org/2296493002/diff/20001/chrome/common/variations/BUILD.gn#newcode28 chrome/common/variations/BUILD.gn:28: source = "//testing/variations/fieldtrial_testing_config.json" Nit: Just inline this on line ...
4 years, 3 months ago (2016-08-30 17:59:15 UTC) #10
robliao
https://codereview.chromium.org/2296493002/diff/20001/chrome/common/variations/BUILD.gn File chrome/common/variations/BUILD.gn (right): https://codereview.chromium.org/2296493002/diff/20001/chrome/common/variations/BUILD.gn#newcode28 chrome/common/variations/BUILD.gn:28: source = "//testing/variations/fieldtrial_testing_config.json" On 2016/08/30 17:59:15, Alexei Svitkine (slow) ...
4 years, 3 months ago (2016-08-30 18:16:43 UTC) #11
Alexei Svitkine (slow)
Sorry for the slow turnaround time here. Still catching from my vacation today. I'll try ...
4 years, 3 months ago (2016-08-30 21:39:50 UTC) #12
Alexei Svitkine (slow)
Looks good % comments below and the naming that I mentioned in my previous reply. ...
4 years, 3 months ago (2016-08-31 20:17:27 UTC) #13
robliao
https://codereview.chromium.org/2296493002/diff/20001/testing/variations/PRESUBMIT.py File testing/variations/PRESUBMIT.py (right): https://codereview.chromium.org/2296493002/diff/20001/testing/variations/PRESUBMIT.py#newcode66 testing/variations/PRESUBMIT.py:66: 'groups in Trial[%s]' % (file_path, trial))] On 2016/08/31 20:17:27, ...
4 years, 3 months ago (2016-09-01 21:49:08 UTC) #17
robliao
Looks like comment support got added with https://chromium.googlesource.com/chromium/src/+/45e66c790f6b93dec90df68aaaf826c09ae114a1 Updated the change to support this.
4 years, 3 months ago (2016-09-08 20:47:53 UTC) #18
robliao
https://codereview.chromium.org/2296493002/diff/20001/tools/variations/unittest_data/test_config.json File tools/variations/unittest_data/test_config.json (right): https://codereview.chromium.org/2296493002/diff/20001/tools/variations/unittest_data/test_config.json#newcode10 tools/variations/unittest_data/test_config.json:10: "groups": [ On 2016/09/01 21:49:07, robliao wrote: > On ...
4 years, 3 months ago (2016-09-09 00:48:02 UTC) #19
Alexei Svitkine (slow)
On 2016/09/09 00:48:02, robliao wrote: > https://codereview.chromium.org/2296493002/diff/20001/tools/variations/unittest_data/test_config.json > File tools/variations/unittest_data/test_config.json (right): > > https://codereview.chromium.org/2296493002/diff/20001/tools/variations/unittest_data/test_config.json#newcode10 > ...
4 years, 3 months ago (2016-09-09 18:56:00 UTC) #24
robliao
On 2016/09/09 18:56:00, Alexei Svitkine (very slow) wrote: > On 2016/09/09 00:48:02, robliao wrote: > ...
4 years, 3 months ago (2016-09-09 19:20:52 UTC) #25
robliao
Rebase to e3a7b31
4 years, 3 months ago (2016-09-14 17:57:43 UTC) #27
Alexei Svitkine (slow)
https://codereview.chromium.org/2296493002/diff/140001/testing/variations/fieldtrial_testing_config.json File testing/variations/fieldtrial_testing_config.json (right): https://codereview.chromium.org/2296493002/diff/140001/testing/variations/fieldtrial_testing_config.json#newcode2 testing/variations/fieldtrial_testing_config.json:2: "AllBookmarks": [ Hmm, one thing I just realized - ...
4 years, 3 months ago (2016-09-19 16:59:39 UTC) #28
robliao
https://codereview.chromium.org/2296493002/diff/140001/testing/variations/fieldtrial_testing_config.json File testing/variations/fieldtrial_testing_config.json (right): https://codereview.chromium.org/2296493002/diff/140001/testing/variations/fieldtrial_testing_config.json#newcode2 testing/variations/fieldtrial_testing_config.json:2: "AllBookmarks": [ On 2016/09/19 16:59:38, Alexei Svitkine (very slow) ...
4 years, 3 months ago (2016-09-19 17:16:26 UTC) #30
Alexei Svitkine (slow)
LGTM % comment Thanks and really sorry for the super slow review. https://codereview.chromium.org/2296493002/diff/140001/testing/variations/fieldtrial_testing_config.json File testing/variations/fieldtrial_testing_config.json ...
4 years, 3 months ago (2016-09-19 18:57:03 UTC) #31
robliao
https://codereview.chromium.org/2296493002/diff/180001/testing/variations/PRESUBMIT.py File testing/variations/PRESUBMIT.py (right): https://codereview.chromium.org/2296493002/diff/180001/testing/variations/PRESUBMIT.py#newcode145 testing/variations/PRESUBMIT.py:145: 'Invalid param (%s: %s) for Experiment[%s] in Study[%s]', On ...
4 years, 3 months ago (2016-09-19 23:31:38 UTC) #32
robliao
thakis@chromium.org: Please review changes in chrome/common/variations/BUILD.gn Thanks!
4 years, 3 months ago (2016-09-19 23:32:46 UTC) #36
Nico
lgtm https://codereview.chromium.org/2296493002/diff/220001/chrome/common/variations/BUILD.gn File chrome/common/variations/BUILD.gn (right): https://codereview.chromium.org/2296493002/diff/220001/chrome/common/variations/BUILD.gn#newcode48 chrome/common/variations/BUILD.gn:48: "--platform=" + platform, Just passing current_os here is ...
4 years, 3 months ago (2016-09-20 20:47:47 UTC) #45
robliao
https://codereview.chromium.org/2296493002/diff/220001/chrome/common/variations/BUILD.gn File chrome/common/variations/BUILD.gn (right): https://codereview.chromium.org/2296493002/diff/220001/chrome/common/variations/BUILD.gn#newcode48 chrome/common/variations/BUILD.gn:48: "--platform=" + platform, On 2016/09/20 20:47:47, Nico wrote: > ...
4 years, 3 months ago (2016-09-20 21:49:11 UTC) #48
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/2296493002/260001
4 years, 3 months ago (2016-09-21 17:40:22 UTC) #53
commit-bot: I haz the power
Committed patchset #9 (id:260001)
4 years, 3 months ago (2016-09-21 18:34:14 UTC) #55
commit-bot: I haz the power
4 years, 3 months ago (2016-09-21 18:36:49 UTC) #57
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/74ce2fa9c04444812d985ef37ecd377e23e09145
Cr-Commit-Position: refs/heads/master@{#420112}

Powered by Google App Engine
This is Rietveld 408576698