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

Issue 2558693002: Add WriteIsolatedOutput() functions (Closed)

Created:
4 years ago by Hzj_jie
Modified:
4 years ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, ehmaldonado_webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add WriteIsolatedOutput() functions WriteIsolatedOutput() functions write large content into swarming isolated output folder, which are useful to log large test data for debugging purpose. BUG=webrtc:6732 TBR=holmer@webrtc.org Committed: https://crrev.com/2769ec62c089218394c1fe3a5b41b9331940b68c Cr-Commit-Position: refs/heads/master@{#15616}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Resolve review comments #

Total comments: 2

Patch Set 3 : Resolve review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -0 lines) Patch
M webrtc/base/file.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/base/file.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
M webrtc/base/file_unittest.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M webrtc/test/BUILD.gn View 1 2 4 chunks +5 lines, -0 lines 0 comments Download
A webrtc/test/testsupport/isolated_output.h View 1 chunk +35 lines, -0 lines 0 comments Download
A webrtc/test/testsupport/isolated_output.cc View 1 1 chunk +53 lines, -0 lines 0 comments Download
A webrtc/test/testsupport/isolated_output_unittest.cc View 1 2 1 chunk +61 lines, -0 lines 0 comments Download

Messages

Total messages: 47 (31 generated)
Hzj_jie
4 years ago (2016-12-07 01:26:33 UTC) #7
kjellander_webrtc
Looks good, I just have a few comments. https://codereview.webrtc.org/2558693002/diff/1/webrtc/test/testsupport/isolated_output.cc File webrtc/test/testsupport/isolated_output.cc (right): https://codereview.webrtc.org/2558693002/diff/1/webrtc/test/testsupport/isolated_output.cc#newcode21 webrtc/test/testsupport/isolated_output.cc:21: "The ...
4 years ago (2016-12-08 11:51:29 UTC) #8
Hzj_jie
https://codereview.webrtc.org/2558693002/diff/1/webrtc/test/testsupport/isolated_output.cc File webrtc/test/testsupport/isolated_output.cc (right): https://codereview.webrtc.org/2558693002/diff/1/webrtc/test/testsupport/isolated_output.cc#newcode21 webrtc/test/testsupport/isolated_output.cc:21: "The isolated output folder provided by swarming test framework."); ...
4 years ago (2016-12-08 23:01:09 UTC) #18
kjellander_webrtc
lgtm with comment addressed https://codereview.webrtc.org/2558693002/diff/40001/webrtc/test/testsupport/isolated_output_unittest.cc File webrtc/test/testsupport/isolated_output_unittest.cc (right): https://codereview.webrtc.org/2558693002/diff/40001/webrtc/test/testsupport/isolated_output_unittest.cc#newcode46 webrtc/test/testsupport/isolated_output_unittest.cc:46: rtc::File::Open(rtc::Pathname(FLAGS_isolated_out_dir, filename)); Please declare rtc::Pathname ...
4 years ago (2016-12-09 06:52:09 UTC) #19
Hzj_jie
https://codereview.webrtc.org/2558693002/diff/40001/webrtc/test/testsupport/isolated_output_unittest.cc File webrtc/test/testsupport/isolated_output_unittest.cc (right): https://codereview.webrtc.org/2558693002/diff/40001/webrtc/test/testsupport/isolated_output_unittest.cc#newcode46 webrtc/test/testsupport/isolated_output_unittest.cc:46: rtc::File::Open(rtc::Pathname(FLAGS_isolated_out_dir, filename)); On 2016/12/09 06:52:09, kjellander_webrtc wrote: > Please ...
4 years ago (2016-12-09 22:20:50 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2558693002/60001
4 years ago (2016-12-09 23:58:38 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/11278)
4 years ago (2016-12-10 00:05:30 UTC) #29
Hzj_jie
Involve Viktor for file* changes.
4 years ago (2016-12-10 01:57:08 UTC) #31
Hzj_jie
4 years ago (2016-12-12 23:49:26 UTC) #33
Hzj_jie
Viktor and Stefan, Do you have any concern about file* changes?
4 years ago (2016-12-13 19:27:06 UTC) #34
palmkvist
On 2016/12/13 19:27:06, Hzj_jie wrote: > Viktor and Stefan, > Do you have any concern ...
4 years ago (2016-12-14 09:53:31 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2558693002/60001
4 years ago (2016-12-14 20:07:11 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/11439)
4 years ago (2016-12-14 20:16:21 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2558693002/60001
4 years ago (2016-12-14 22:50:54 UTC) #42
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years ago (2016-12-14 23:03:09 UTC) #45
commit-bot: I haz the power
4 years ago (2016-12-14 23:03:18 UTC) #47
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/2769ec62c089218394c1fe3a5b41b9331940b68c
Cr-Commit-Position: refs/heads/master@{#15616}

Powered by Google App Engine
This is Rietveld 408576698