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

Issue 2358013002: Updating isolated scripts to ignore chartjson results dir flag. (Closed)

Created:
4 years, 3 months ago by eyaich1
Modified:
4 years, 3 months ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Updating isolated scripts to ignore chartjson results dir flag. BUG=chromium:633253 Committed: https://crrev.com/2e66f3d0481cf77432d0c57adbbed76e3e3178a6 Cr-Commit-Position: refs/heads/master@{#420331}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -6 lines) Patch
M testing/scripts/run_gpu_integration_test_as_googletest.py View 1 chunk +8 lines, -3 lines 3 comments Download
M testing/scripts/run_telemetry_as_googletest.py View 1 chunk +8 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
eyaich1
4 years, 3 months ago (2016-09-21 14:28:14 UTC) #2
Ken Russell (switch to Gerrit)
LGTM with one question. https://codereview.chromium.org/2358013002/diff/1/testing/scripts/run_gpu_integration_test_as_googletest.py File testing/scripts/run_gpu_integration_test_as_googletest.py (right): https://codereview.chromium.org/2358013002/diff/1/testing/scripts/run_gpu_integration_test_as_googletest.py#newcode56 testing/scripts/run_gpu_integration_test_as_googletest.py:56: index += 1 Does this ...
4 years, 3 months ago (2016-09-21 18:48:47 UTC) #3
eyaich1
https://codereview.chromium.org/2358013002/diff/1/testing/scripts/run_gpu_integration_test_as_googletest.py File testing/scripts/run_gpu_integration_test_as_googletest.py (right): https://codereview.chromium.org/2358013002/diff/1/testing/scripts/run_gpu_integration_test_as_googletest.py#newcode56 testing/scripts/run_gpu_integration_test_as_googletest.py:56: index += 1 On 2016/09/21 18:48:47, Ken Russell wrote: ...
4 years, 3 months ago (2016-09-22 13:24:50 UTC) #4
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/2358013002/1
4 years, 3 months ago (2016-09-22 13:25:02 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-09-22 14:21:45 UTC) #7
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/2e66f3d0481cf77432d0c57adbbed76e3e3178a6 Cr-Commit-Position: refs/heads/master@{#420331}
4 years, 3 months ago (2016-09-22 14:24:11 UTC) #9
Ken Russell (switch to Gerrit)
4 years, 3 months ago (2016-09-22 14:27:04 UTC) #10
Message was sent while issue was closed.
https://codereview.chromium.org/2358013002/diff/1/testing/scripts/run_gpu_int...
File testing/scripts/run_gpu_integration_test_as_googletest.py (right):

https://codereview.chromium.org/2358013002/diff/1/testing/scripts/run_gpu_int...
testing/scripts/run_gpu_integration_test_as_googletest.py:56: index += 1
On 2016/09/22 13:24:50, eyaich1 wrote:
> On 2016/09/21 18:48:47, Ken Russell wrote:
> > Does this really have a different effect than the earlier code? The caller
of
> > the script should be the one creating the file -- all the parser is doing is
> > opening it for writing. Unless the caller is just making a temporary file
> name,
> > and the previous code is causing it to write an empty file...
> 
> Yes, the caller (the swarming api) is simply defining the file path and name
> since it knows the temp bot directory, this is where the file actually gets
> created.  I ran it locally to confirm that the file was created before and no
> longer is.  As far as I can tell, no where in the swarming code do they
actually
> create the file.

OK, thanks. Re-checking the recipe code I see I was wrong. Sorry about sending
you down the wrong path here.

Powered by Google App Engine
This is Rietveld 408576698