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

Issue 3007313002: Revert of Plumb trace canonicalUrl through TelemetryInfo. (Closed)

Created:
3 years, 3 months ago by eakuefner
Modified:
3 years, 3 months ago
Reviewers:
benjhayden, shatch
CC:
catapult-reviews_chromium.org, telemetry-reviews_chromium.org, tracing-review_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Revert of Plumb trace canonicalUrl through TelemetryInfo. (patchset #6 id:160001 of https://chromiumcodereview.appspot.com/3007063002/ ) Reason for revert: Broke perf waterfall. Example stack trace: Traceback (most recent call last): <module> at /b/swarming/w/ir/tools/perf/run_benchmark:26 sys.exit(main()) main at /b/swarming/w/ir/tools/perf/run_benchmark:22 return benchmark_runner.main(config, [trybot_command.Trybot]) main at /b/swarming/w/ir/third_party/catapult/telemetry/telemetry/benchmark_runner.py:352 return command_instance.Run(options) Run at /b/swarming/w/ir/third_party/catapult/telemetry/telemetry/benchmark_runner.py:222 return min(255, self._benchmark().Run(args)) Run at /b/swarming/w/ir/third_party/catapult/telemetry/telemetry/benchmark.py:108 return story_runner.RunBenchmark(self, finder_options) RunBenchmark at /b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/story_runner.py:355 results.UploadTraceFilesToCloud() UploadTraceFilesToCloud at /b/swarming/w/ir/third_party/catapult/telemetry/telemetry/internal/results/page_test_results.py:496 value.UploadToCloud() UploadToCloud at /b/swarming/w/ir/third_party/catapult/telemetry/telemetry/value/trace.py:144 self._upload_bucket, self._remote_path, fh.GetAbsPath()) Insert at /b/swarming/w/ir/third_party/catapult/common/py_utils/py_utils/cloud_storage.py:378 _RunCommand(command_and_args) _RunCommand at /b/swarming/w/ir/third_party/catapult/common/py_utils/py_utils/cloud_storage.py:153 raise GetErrorObjectForCloudStorageStderr(stderr) CloudStorageError: BucketNotFoundException: 404 gs://None bucket does not exist. Locals: args : ['/b/swarming/w/ir/third_party/catapult/third_party/gsutil/gsutil', 'cp', '/b/swarming/w/it2IK7be/tmpRGMr7K.html', 'gs://None/None'] gsutil : <subprocess.Popen object at 0x7f0ff2972dd0> gsutil_env : None stderr : 'BucketNotFoundException: 404 gs://None bucket does not exist.\n' stdout : '' Original issue's description: > Plumb trace canonicalUrl through TelemetryInfo. > > Currently, trace canonical URLs are constructed after serializing the trace. > This prevents Histogram results from containing the canonical URL. > This CL constructs trace canonical URLs before serializing the trace so that > Histograms can contain the canonical URL. > > Next CLs: > - format traceUrls generic-set-spans https://codereview.chromium.org/3008203002 > - add traceUrls to CSVBuilder https://codereview.chromium.org/3005203002 > - plumb traceUrls through ChartJsonConverter > > BUG=catapult:#2431 > > Review-Url: https://chromiumcodereview.appspot.com/3007063002 > Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/8859dc2b7175d2c72a1fb1deebb3a0ca003aaa5b TBR=simonhatch@chromium.org,benjhayden@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=catapult:#2431 Review-Url: https://chromiumcodereview.appspot.com/3007313002 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/c254090dae4641f4610c33a9fb0ad68d8a913bb7

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -148 lines) Patch
M telemetry/telemetry/internal/results/csv_output_formatter_unittest.py View 1 chunk +2 lines, -3 lines 0 comments Download
M telemetry/telemetry/internal/results/csv_pivot_table_output_formatter_unittest.py View 1 chunk +2 lines, -4 lines 0 comments Download
M telemetry/telemetry/internal/results/json_output_formatter_unittest.py View 1 chunk +2 lines, -3 lines 0 comments Download
M telemetry/telemetry/internal/results/page_test_results.py View 9 chunks +12 lines, -63 lines 0 comments Download
M telemetry/telemetry/internal/results/results_options.py View 1 chunk +1 line, -2 lines 0 comments Download
M telemetry/telemetry/internal/story_runner.py View 1 chunk +5 lines, -2 lines 0 comments Download
M telemetry/telemetry/value/trace.py View 5 chunks +24 lines, -14 lines 0 comments Download
M telemetry/telemetry/value/trace_unittest.py View 1 chunk +25 lines, -17 lines 0 comments Download
M telemetry/telemetry/web_perf/timeline_based_measurement.py View 3 chunks +3 lines, -13 lines 0 comments Download
M tracing/tracing/metrics/metric_map_function.html View 1 chunk +0 lines, -7 lines 0 comments Download
M tracing/tracing/metrics/metric_runner.py View 2 chunks +8 lines, -20 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
eakuefner
Created Revert of Plumb trace canonicalUrl through TelemetryInfo.
3 years, 3 months ago (2017-09-08 18:19:54 UTC) #2
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/3007313002/1
3 years, 3 months ago (2017-09-08 18:20:03 UTC) #3
commit-bot: I haz the power
3 years, 3 months ago (2017-09-08 18:20:17 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Powered by Google App Engine
This is Rietveld 408576698