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

Issue 2503503002: MB: Run test with gtest-parallel on swarming. (Closed)

Created:
4 years, 1 month ago by ehmaldonado_webrtc
Modified:
4 years, 1 month ago
CC:
webrtc-reviews_webrtc.org
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

MB: Run test with gtest-parallel on swarming. TBR=pbos@webrtc.org BUG=chromium:497757, chromium:664425 NOTRY=True Committed: https://crrev.com/b2fcf6d96f4efdc7a606c1cc0f999932c63226d4 Cr-Commit-Position: refs/heads/master@{#15093}

Patch Set 1 #

Patch Set 2 : Modify gtest-parallel python magic line. #

Total comments: 1

Patch Set 3 : Seems to work now :) #

Total comments: 2

Patch Set 4 : Fixed some bugs. #

Total comments: 4

Patch Set 5 : Addressed comments. #

Total comments: 1

Patch Set 6 : Removed extra whitespace. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -68 lines) Patch
M third_party/gtest-parallel/gtest-parallel View 1 2 3 4 5 3 chunks +12 lines, -1 line 3 comments Download
M tools/mb/mb.py View 1 2 3 4 2 chunks +19 lines, -37 lines 0 comments Download
M tools/mb/mb_unittest.py View 1 2 3 4 3 chunks +3 lines, -29 lines 0 comments Download
M webrtc/build/gn_isolate_map.pyl View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 36 (17 generated)
ehmaldonado_webrtc
4 years, 1 month ago (2016-11-14 16:12:25 UTC) #4
kjellander_webrtc
gtest-parallel doesn't seem to like the ./ syntax for the test binary. Maybe it needs ...
4 years, 1 month ago (2016-11-14 21:12:20 UTC) #6
kjellander_webrtc
lgtm with two comments Seems like this cuts down win_rel execution from 10-15 minutes to ...
4 years, 1 month ago (2016-11-15 10:29:39 UTC) #10
kjellander_webrtc
On 2016/11/15 10:29:39, kjellander_webrtc wrote: > lgtm with two comments > > Seems like this ...
4 years, 1 month ago (2016-11-15 10:31:16 UTC) #11
ehmaldonado_webrtc
On 2016/11/15 10:31:16, kjellander_webrtc wrote: > On 2016/11/15 10:29:39, kjellander_webrtc wrote: > > lgtm with ...
4 years, 1 month ago (2016-11-15 14:08:29 UTC) #13
ehmaldonado_webrtc
It would be ideal if we could have the definition of the test_types in a ...
4 years, 1 month ago (2016-11-15 14:16:01 UTC) #14
kjellander_webrtc
On 2016/11/15 14:16:01, ehmaldonado_webrtc wrote: > It would be ideal if we could have the ...
4 years, 1 month ago (2016-11-15 15:13:31 UTC) #15
kjellander_webrtc
https://codereview.webrtc.org/2503503002/diff/160001/third_party/gtest-parallel/gtest-parallel File third_party/gtest-parallel/gtest-parallel (right): https://codereview.webrtc.org/2503503002/diff/160001/third_party/gtest-parallel/gtest-parallel#newcode324 third_party/gtest-parallel/gtest-parallel:324: shard_count = int(os.environ.get('GTEST_TOTAL_SHARDS', 1)) Since this is both ugly ...
4 years, 1 month ago (2016-11-15 15:13:37 UTC) #16
ehmaldonado_webrtc
On 2016/11/15 15:13:37, kjellander_webrtc wrote: > https://codereview.webrtc.org/2503503002/diff/160001/third_party/gtest-parallel/gtest-parallel > File third_party/gtest-parallel/gtest-parallel (right): > > https://codereview.webrtc.org/2503503002/diff/160001/third_party/gtest-parallel/gtest-parallel#newcode324 > ...
4 years, 1 month ago (2016-11-15 15:58:58 UTC) #18
kjellander_webrtc
lgtm! https://codereview.webrtc.org/2503503002/diff/200001/third_party/gtest-parallel/gtest-parallel File third_party/gtest-parallel/gtest-parallel (right): https://codereview.webrtc.org/2503503002/diff/200001/third_party/gtest-parallel/gtest-parallel#newcode276 third_party/gtest-parallel/gtest-parallel:276: ' sharding test execution between multiple machines). ' ...
4 years, 1 month ago (2016-11-15 18:02:43 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.webrtc.org/2503503002/220001
4 years, 1 month ago (2016-11-15 19:12:44 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/18633) win_clang_dbg on master.tryserver.webrtc (JOB_FAILED, ...
4 years, 1 month ago (2016-11-15 19:14:14 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2503503002/220001
4 years, 1 month ago (2016-11-15 20:18:37 UTC) #27
commit-bot: I haz the power
Committed patchset #6 (id:220001)
4 years, 1 month ago (2016-11-15 20:20:35 UTC) #29
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/b2fcf6d96f4efdc7a606c1cc0f999932c63226d4 Cr-Commit-Position: refs/heads/master@{#15093}
4 years, 1 month ago (2016-11-15 20:35:59 UTC) #31
pbos-webrtc
https://codereview.webrtc.org/2503503002/diff/220001/third_party/gtest-parallel/gtest-parallel File third_party/gtest-parallel/gtest-parallel (right): https://codereview.webrtc.org/2503503002/diff/220001/third_party/gtest-parallel/gtest-parallel#newcode269 third_party/gtest-parallel/gtest-parallel:269: parser.add_option('--shard-count', type='int', --shard_count to match other flags https://codereview.webrtc.org/2503503002/diff/220001/third_party/gtest-parallel/gtest-parallel#newcode273 third_party/gtest-parallel/gtest-parallel:273: ...
4 years, 1 month ago (2016-11-16 17:33:10 UTC) #33
pbos-webrtc
On 2016/11/16 17:33:10, pbos-webrtc wrote: > https://codereview.webrtc.org/2503503002/diff/220001/third_party/gtest-parallel/gtest-parallel > File third_party/gtest-parallel/gtest-parallel (right): > > https://codereview.webrtc.org/2503503002/diff/220001/third_party/gtest-parallel/gtest-parallel#newcode269 > ...
4 years, 1 month ago (2016-11-16 17:33:30 UTC) #34
ehmaldonado_webrtc
A revert of this CL (patchset #6 id:220001) has been created in https://codereview.webrtc.org/2507263003/ by ehmaldonado@webrtc.org. ...
4 years, 1 month ago (2016-11-16 23:46:46 UTC) #35
ehmaldonado_webrtc
4 years, 1 month ago (2016-11-17 00:13:21 UTC) #36
Message was sent while issue was closed.
On 2016/11/16 23:46:46, ehmaldonado_webrtc wrote:
> A revert of this CL (patchset #6 id:220001) has been created in
> https://codereview.webrtc.org/2507263003/ by mailto:ehmaldonado@webrtc.org.
> 
> The reason for reverting is: There might be a bug where only failures in the
> first shard are reported..

Figured out the bug, will land the fix in:
https://codereview.webrtc.org/2505093003/

And sorry for carrying it more out of sync. A pull request is on the way :)

Powered by Google App Engine
This is Rietveld 408576698