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

Issue 10749018: Make merging of shard test results handle test suites that are split across shards better. (Closed)

Created:
8 years, 5 months ago by Mihai Parparita -not on Chrome
Modified:
8 years, 5 months ago
CC:
chromium-reviews, pam+watch_chromium.org, ericu
Visibility:
Public.

Description

Make merging of shard test results handle test suites that are split across shards better. BUG=136412 R=nsylvain@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145952

Patch Set 1 #

Total comments: 18

Patch Set 2 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -10 lines) Patch
A tools/sharding_supervisor/data/gtest_results.xml0 View 1 1 chunk +23 lines, -0 lines 0 comments Download
A tools/sharding_supervisor/data/gtest_results.xml1 View 1 1 chunk +19 lines, -0 lines 0 comments Download
A tools/sharding_supervisor/data/gtest_results_expected.xml View 1 1 chunk +22 lines, -0 lines 0 comments Download
M tools/sharding_supervisor/sharding_supervisor.py View 1 4 chunks +15 lines, -1 line 0 comments Download
M tools/sharding_supervisor/sharding_supervisor_unittest.py View 1 5 chunks +50 lines, -9 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Mihai Parparita -not on Chrome
8 years, 5 months ago (2012-07-10 01:14:53 UTC) #1
M-A Ruel
https://chromiumcodereview.appspot.com/10749018/diff/1/tools/sharding_supervisor/sharding_supervisor.py File tools/sharding_supervisor/sharding_supervisor.py (right): https://chromiumcodereview.appspot.com/10749018/diff/1/tools/sharding_supervisor/sharding_supervisor.py#newcode130 tools/sharding_supervisor/sharding_supervisor.py:130: final_testsuites_by_name[final_testsuite.getAttribute('name')] = \ final_testsuites_by_name = dict( (suite.getAttribute('name'), suite) for ...
8 years, 5 months ago (2012-07-10 14:26:50 UTC) #2
Mihai Parparita -not on Chrome
https://chromiumcodereview.appspot.com/10749018/diff/1/tools/sharding_supervisor/sharding_supervisor.py File tools/sharding_supervisor/sharding_supervisor.py (right): https://chromiumcodereview.appspot.com/10749018/diff/1/tools/sharding_supervisor/sharding_supervisor.py#newcode130 tools/sharding_supervisor/sharding_supervisor.py:130: final_testsuites_by_name[final_testsuite.getAttribute('name')] = \ On 2012/07/10 14:26:50, Marc-Antoine Ruel wrote: ...
8 years, 5 months ago (2012-07-10 20:15:16 UTC) #3
nsylvain
https://chromiumcodereview.appspot.com/10749018/diff/1/tools/sharding_supervisor/sharding_supervisor.py File tools/sharding_supervisor/sharding_supervisor.py (right): https://chromiumcodereview.appspot.com/10749018/diff/1/tools/sharding_supervisor/sharding_supervisor.py#newcode162 tools/sharding_supervisor/sharding_supervisor.py:162: final_testsuite = final_testsuites_by_name[testsuite.getAttribute('name')] is it possible that the testsuite ...
8 years, 5 months ago (2012-07-10 20:16:08 UTC) #4
Mihai Parparita -not on Chrome
https://chromiumcodereview.appspot.com/10749018/diff/1/tools/sharding_supervisor/sharding_supervisor.py File tools/sharding_supervisor/sharding_supervisor.py (right): https://chromiumcodereview.appspot.com/10749018/diff/1/tools/sharding_supervisor/sharding_supervisor.py#newcode162 tools/sharding_supervisor/sharding_supervisor.py:162: final_testsuite = final_testsuites_by_name[testsuite.getAttribute('name')] On 2012/07/10 20:16:08, nsylvain wrote: > ...
8 years, 5 months ago (2012-07-10 20:18:57 UTC) #5
nsylvain
8 years, 5 months ago (2012-07-10 20:26:49 UTC) #6
LGTM! 

Thanks for doing this!

Powered by Google App Engine
This is Rietveld 408576698