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

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: Fail more gracefully with warnings instead of exceptions. 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
Index: tools/telemetry/unittest_data/test_missing_wpr_file.json
diff --git a/tools/perf/page_sets/data/html5gaming.json b/tools/telemetry/unittest_data/test_missing_wpr_file.json
similarity index 50%
copy from tools/perf/page_sets/data/html5gaming.json
copy to tools/telemetry/unittest_data/test_missing_wpr_file.json
index a50abc33b2b4e1703b3ff397f8e472b5d00f0bd0..dd38976324f2571d1011e754ed71d59788787209 100644
--- a/tools/perf/page_sets/data/html5gaming.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": {
- "html5gaming_000.wpr": [
- "http://html5-benchmark.com/"
+ "test_000.wpr": [
+ "http://127.0.0.1:62350/blank.html"
+ ],
+ "test_missing_wpr_file.wpr": [
+ "http://www.google.com"
]
}
}

Powered by Google App Engine
This is Rietveld 408576698