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

Issue 2722243005: Ensure manifest exists in Port._wpt_manifest. (Closed)

Created:
3 years, 9 months ago by qyearsley
Modified:
3 years, 9 months ago
Reviewers:
jeffcarp
CC:
blink-reviews, blink-reviews-w3ctests_chromium.org, chromium-reviews, foolip, tkent
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Ensure manifest exists in Port._wpt_manifest. In this CL: - Move Manager._ensure_manifest to WPTManifest.ensure_manifest - Call it in Port._wpt_manifest The purpose of this CL now is mainly to make rebaseline-cl etc. work again. I'm not entirely sure that this is the absolute best solution; it might be theoretically possible that multiple Port objects could be created in separate processes, and that _wpt_manifest could be called on two at the same time, and both could start to try to copy the base manifest file at the same time. I don't *think* that this would happen now, since when actually running the tests, the manifest is always generated before gathering the list of tests (in Manager.run). BUG=698294 Review-Url: https://codereview.chromium.org/2722243005 Cr-Commit-Position: refs/heads/master@{#454696} Committed: https://chromium.googlesource.com/chromium/src/+/db5746f9a7e4afd9a91fd8fafc275f74035e6614

Patch Set 1 #

Patch Set 2 : Call ensure manifest in rebaseline-cl #

Messages

Total messages: 14 (9 generated)
qyearsley
3 years, 9 months ago (2017-03-03 19:01:06 UTC) #5
qyearsley
Updated to call ensure_manifest in rebaseline_cl, not Port._wpt_manifest; changed to log an error and try ...
3 years, 9 months ago (2017-03-03 19:51:50 UTC) #8
jeffcarp
lgtm
3 years, 9 months ago (2017-03-03 20:02:07 UTC) #9
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/2722243005/20001
3 years, 9 months ago (2017-03-03 21:33:57 UTC) #11
commit-bot: I haz the power
3 years, 9 months ago (2017-03-03 22:54:29 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/db5746f9a7e4afd9a91fd8fafc27...

Powered by Google App Engine
This is Rietveld 408576698