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

Issue 2557673003: Change run_webkit_tests default order to random on Linux and Mac (Closed)

Created:
4 years ago by jeffcarp
Modified:
4 years ago
Reviewers:
Dirk Pranke, qyearsley, ojan
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change run_webkit_tests default order to random on Linux and Mac This is the first step in moving all platforms to random order. Once Windows is stable in random order I will follow this up with a CL that removes the platform-specific logic and leaves default='random' for --order. BUG=671805 R=dpranke@chromium.org,qyearsley@chromium.org,ojan@chromium.org Committed: https://crrev.com/cf4cbd7b38be23f7bcf3aab5ed3a448f5bc6dd5d Cr-Commit-Position: refs/heads/master@{#439210}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Default to random order only on Mac and Linux #

Patch Set 3 : Add unit test for random order default on some platforms #

Patch Set 4 : Attempt to fix unit test failures on Mac & Windows by specifying order #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -32 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py View 1 3 2 chunks +16 lines, -3 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py View 1 2 3 20 chunks +38 lines, -29 lines 0 comments Download

Messages

Total messages: 43 (13 generated)
jeffcarp
4 years ago (2016-12-07 00:42:14 UTC) #2
Dirk Pranke
lgtm!
4 years ago (2016-12-07 01:03:51 UTC) #3
Dirk Pranke
What, if any, is the impact of this on cycle time?
4 years ago (2016-12-07 01:04:31 UTC) #4
jeffcarp
On 2016/12/07 at 01:04:31, dpranke wrote: > What, if any, is the impact of this ...
4 years ago (2016-12-07 01:07:23 UTC) #5
Dirk Pranke
On 2016/12/07 01:07:23, jeffcarp wrote: > On 2016/12/07 at 01:04:31, dpranke wrote: > > What, ...
4 years ago (2016-12-07 01:29:21 UTC) #6
jeffcarp
On 2016/12/07 at 01:29:21, dpranke wrote: > On 2016/12/07 01:07:23, jeffcarp wrote: > > On ...
4 years ago (2016-12-07 18:40:38 UTC) #7
jeffcarp
On 2016/12/07 at 18:40:38, jeffcarp wrote: > On 2016/12/07 at 01:29:21, dpranke wrote: > > ...
4 years ago (2016-12-09 22:13:26 UTC) #8
ojan
Have you looked at number of tested retried? Might be that there's flake hidden by ...
4 years ago (2016-12-10 02:50:44 UTC) #9
ojan
Have you looked at number of tested retried? Might be that there's flake hidden by ...
4 years ago (2016-12-10 02:50:45 UTC) #10
Dirk Pranke
On 2016/12/09 22:13:26, jeffcarp wrote: > Results from 46 test runs (23 random, 23 default): ...
4 years ago (2016-12-11 03:16:32 UTC) #11
qyearsley
lgtm Before submitting this, I think we wanted to change it to not affect Windows ...
4 years ago (2016-12-14 17:58:16 UTC) #12
qyearsley
https://codereview.chromium.org/2557673003/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py File third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py (right): https://codereview.chromium.org/2557673003/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py#newcode332 third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py:332: default="random", In order to temporarily keep it as "natural" ...
4 years ago (2016-12-14 17:58:21 UTC) #13
jeffcarp
https://codereview.chromium.org/2557673003/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py File third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py (right): https://codereview.chromium.org/2557673003/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py#newcode332 third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py:332: default="random", On 2016/12/14 at 17:58:21, qyearsley wrote: > In ...
4 years ago (2016-12-14 18:07:46 UTC) #14
jeffcarp
On 2016/12/14 at 18:07:46, jeffcarp wrote: > https://codereview.chromium.org/2557673003/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py > File third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py (right): > > https://codereview.chromium.org/2557673003/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py#newcode332 ...
4 years ago (2016-12-14 18:10:21 UTC) #15
qyearsley
On 2016/12/14 at 18:10:21, jeffcarp wrote: > On 2016/12/14 at 18:07:46, jeffcarp wrote: > > ...
4 years ago (2016-12-14 18:14:06 UTC) #16
jeffcarp
On 2016/12/14 at 18:14:06, qyearsley wrote: > On 2016/12/14 at 18:10:21, jeffcarp wrote: > > ...
4 years ago (2016-12-14 18:55:44 UTC) #17
jeffcarp
On 2016/12/14 at 18:55:44, jeffcarp wrote: > On 2016/12/14 at 18:14:06, qyearsley wrote: > > ...
4 years ago (2016-12-14 22:02:15 UTC) #18
qyearsley
On 2016/12/14 at 22:02:15, jeffcarp wrote: > On 2016/12/14 at 18:55:44, jeffcarp wrote: > > ...
4 years ago (2016-12-14 22:09:20 UTC) #19
jeffcarp
On 2016/12/14 at 22:09:20, qyearsley wrote: > On 2016/12/14 at 22:02:15, jeffcarp wrote: > > ...
4 years ago (2016-12-14 22:58:28 UTC) #21
qyearsley
On 2016/12/14 at 22:58:28, jeffcarp wrote: > On 2016/12/14 at 22:09:20, qyearsley wrote: > > ...
4 years ago (2016-12-14 23:05:12 UTC) #22
jeffcarp
On 2016/12/14 at 23:05:12, qyearsley wrote: > On 2016/12/14 at 22:58:28, jeffcarp wrote: > > ...
4 years ago (2016-12-14 23:10:27 UTC) #23
jeffcarp
On 2016/12/14 at 23:10:27, jeffcarp wrote: > On 2016/12/14 at 23:05:12, qyearsley wrote: > > ...
4 years ago (2016-12-14 23:22:37 UTC) #24
Dirk Pranke
lgtm. I'm fine w/ losing coverage for a couple days.
4 years ago (2016-12-15 02:41:40 UTC) #25
jeffcarp
On 2016/12/15 at 02:41:40, dpranke wrote: > lgtm. I'm fine w/ losing coverage for a ...
4 years ago (2016-12-15 18:18:50 UTC) #26
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/2557673003/40001
4 years ago (2016-12-16 18:40:54 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/351716)
4 years ago (2016-12-16 20:03:48 UTC) #30
jeffcarp
On 2016/12/16 at 20:03:48, commit-bot wrote: > Try jobs failed on following builders: > win_chromium_rel_ng ...
4 years ago (2016-12-16 20:41:53 UTC) #33
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/2557673003/60001
4 years ago (2016-12-16 22:01:11 UTC) #38
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-12-16 22:12:02 UTC) #41
commit-bot: I haz the power
4 years ago (2016-12-16 22:14:37 UTC) #43
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/cf4cbd7b38be23f7bcf3aab5ed3a448f5bc6dd5d
Cr-Commit-Position: refs/heads/master@{#439210}

Powered by Google App Engine
This is Rietveld 408576698