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

Unified Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_harness_failure.json

Issue 2352413002: Relanding updates to swarming api to add chartjson output. (Closed)
Patch Set: Updating loop logic Created 4 years, 3 months 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: scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_harness_failure.json
diff --git a/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_script_test_missing_shard.json b/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_harness_failure.json
similarity index 92%
copy from scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_script_test_missing_shard.json
copy to scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_harness_failure.json
index 259922939f1cab0358e3ec5456b06f6fb4edb808..7ffc9f135f462e993b94cc8787fc35cf0557a12d 100644
--- a/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_script_test_missing_shard.json
+++ b/scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_isolated_chartjson_test_harness_failure.json
@@ -373,7 +373,8 @@
"stepname:telemetry_gpu_unittests on Ubuntu-12.04",
"eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
"--",
- "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json"
+ "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json",
+ "--isolated-script-test-chartjson-output=${ISOLATED_OUTDIR}/chartjson-output.json"
],
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
@@ -422,11 +423,18 @@
"~followup_annotations": [
"step returned non-zero exit code: 1",
"@@@STEP_LOG_LINE@outdir_json@{@@@",
+ "@@@STEP_LOG_LINE@outdir_json@ \"0/chartjson-output.json\": \"{\\\"dummy\\\": \\\"dummy0\\\", \\\"charts\\\": {\\\"entry2\\\": \\\"chart2\\\", \\\"entry1\\\": \\\"chart1\\\"}}\", @@@",
"@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"successes\\\": [\\\"test1.Test1\\\", \\\"test2.Test2\\\"], \\\"failures\\\": [], \\\"valid\\\": true, \\\"times\\\": {\\\"test2.Test2\\\": 0.1, \\\"test1.Test1\\\": 0.1}}\", @@@",
- "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\"internal_failure\\\": false, \\\"failure\\\": false}, {\\\"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@",
+ "@@@STEP_LOG_LINE@outdir_json@ \"1/chartjson-output.json\": \"\", @@@",
+ "@@@STEP_LOG_LINE@outdir_json@ \"1/output.json\": \"{\\\"successes\\\": [\\\"test3.Test3\\\", \\\"test4.Test4\\\"], \\\"failures\\\": [], \\\"valid\\\": true, \\\"times\\\": {\\\"test3.Test3\\\": 0.1, \\\"test4.Test4\\\": 0.1}}\", @@@",
+ "@@@STEP_LOG_LINE@outdir_json@ \"2/chartjson-output.json\": \"{\\\"dummy\\\": \\\"dummy2\\\", \\\"charts\\\": {\\\"entry6\\\": \\\"chart6\\\", \\\"entry5\\\": \\\"chart5\\\"}}\", @@@",
+ "@@@STEP_LOG_LINE@outdir_json@ \"2/output.json\": \"{\\\"successes\\\": [\\\"test5.Test5\\\", \\\"test6.Test6\\\"], \\\"failures\\\": [], \\\"valid\\\": true, \\\"times\\\": {\\\"test6.Test6\\\": 0.1, \\\"test5.Test5\\\": 0.1}}\", @@@",
+ "@@@STEP_LOG_LINE@outdir_json@ \"3/chartjson-output.json\": \"{\\\"dummy\\\": \\\"dummy3\\\", \\\"charts\\\": {\\\"entry8\\\": \\\"chart8\\\", \\\"entry7\\\": \\\"chart7\\\"}}\", @@@",
+ "@@@STEP_LOG_LINE@outdir_json@ \"3/output.json\": \"{\\\"successes\\\": [\\\"test7.Test7\\\", \\\"test8.Test8\\\"], \\\"failures\\\": [], \\\"valid\\\": true, \\\"times\\\": {\\\"test7.Test7\\\": 0.1, \\\"test8.Test8\\\": 0.1}}\", @@@",
+ "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\"internal_failure\\\": false, \\\"failure\\\": false}, {\\\"internal_failure\\\": false, \\\"failure\\\": false}, {\\\"internal_failure\\\": false, \\\"failure\\\": false}, {\\\"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@",
"@@@STEP_LOG_LINE@outdir_json@}@@@",
"@@@STEP_LOG_END@outdir_json@@@",
- "@@@STEP_LOG_LINE@no_results_exc@no results from shard #1@@@",
+ "@@@STEP_LOG_LINE@no_results_exc@error decoding chart JSON results from shard #1@@@",
"@@@STEP_LOG_END@no_results_exc@@@",
"@@@STEP_LOG_LINE@invalid_results_exc@'failures'@@@",
"@@@STEP_LOG_END@invalid_results_exc@@@",

Powered by Google App Engine
This is Rietveld 408576698