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

Unified Diff: tools/telemetry/unittest_data/test_missing_wpr_file.json

Issue 748013003: Better error messages on archive failures, and stop running with partial page sets in user_story_ru… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: return instead of exit Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/telemetry/unittest_data/test_000.wpr.sha1 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/unittest_data/test_missing_wpr_file.json
diff --git a/tools/perf/page_sets/data/sunspider.json b/tools/telemetry/unittest_data/test_missing_wpr_file.json
similarity index 52%
copy from tools/perf/page_sets/data/sunspider.json
copy to tools/telemetry/unittest_data/test_missing_wpr_file.json
index 0e81571d039c4ad79a847ef45e35f0768d5c1a52..316c2febecbb5690b97cbc08ad2fce205a389b48 100644
--- a/tools/perf/page_sets/data/sunspider.json
+++ b/tools/telemetry/unittest_data/test_missing_wpr_file.json
@@ -1,8 +1,11 @@
{
"description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "sunspider_000.wpr": [
- "http://www.webkit.org/perf/sunspider-1.0.2/sunspider-1.0.2/driver.html"
+ "test_000.wpr": [
+ "http://www.testurl.com"
+ ],
+ "test_missing_wpr_file.wpr": [
+ "http://www.google.com"
]
}
}
« no previous file with comments | « tools/telemetry/unittest_data/test_000.wpr.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698