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

Issue 2928153002: Return named output files if they're symlinks (Closed)

Created:
3 years, 6 months ago by aludwin
Modified:
3 years, 6 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, infra-reviews+luci-py_chromium.org
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Return named output files if they're symlinks #

Total comments: 4

Patch Set 3 : Fixed import order #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -5 lines) Patch
M client/run_isolated.py View 1 1 chunk +7 lines, -4 lines 0 comments Download
M client/tests/run_isolated_test.py View 1 2 1 chunk +11 lines, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 14 (6 generated)
aludwin
3 years, 6 months ago (2017-06-09 16:46:30 UTC) #2
M-A Ruel
https://codereview.chromium.org/2928153002/diff/1/client/run_isolated.py File client/run_isolated.py (right): https://codereview.chromium.org/2928153002/diff/1/client/run_isolated.py#newcode337 client/run_isolated.py:337: if os.path.islink(infile): use fs.islink() otherwise this throws on Windows. ...
3 years, 6 months ago (2017-06-09 17:00:41 UTC) #3
aludwin
https://codereview.chromium.org/2928153002/diff/1/client/run_isolated.py File client/run_isolated.py (right): https://codereview.chromium.org/2928153002/diff/1/client/run_isolated.py#newcode337 client/run_isolated.py:337: if os.path.islink(infile): On 2017/06/09 17:00:40, M-A Ruel wrote: > ...
3 years, 6 months ago (2017-06-09 19:37:32 UTC) #4
M-A Ruel
Forgot to git cl upl again.
3 years, 6 months ago (2017-06-09 19:43:17 UTC) #5
M-A Ruel
lgtm https://codereview.chromium.org/2928153002/diff/20001/client/tests/run_isolated_test.py File client/tests/run_isolated_test.py (right): https://codereview.chromium.org/2928153002/diff/20001/client/tests/run_isolated_test.py#newcode784 client/tests/run_isolated_test.py:784: 'import os\n' OMG it's not sorted. https://codereview.chromium.org/2928153002/diff/20001/client/tests/run_isolated_test.py#newcode787 client/tests/run_isolated_test.py:787: ...
3 years, 6 months ago (2017-06-09 20:16:22 UTC) #6
aludwin
https://codereview.chromium.org/2928153002/diff/20001/client/tests/run_isolated_test.py File client/tests/run_isolated_test.py (right): https://codereview.chromium.org/2928153002/diff/20001/client/tests/run_isolated_test.py#newcode784 client/tests/run_isolated_test.py:784: 'import os\n' On 2017/06/09 20:16:22, M-A Ruel wrote: > ...
3 years, 6 months ago (2017-06-12 12:59:11 UTC) #7
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/2928153002/40001
3 years, 6 months ago (2017-06-12 13:00:09 UTC) #10
commit-bot: I haz the power
3 years, 6 months ago (2017-06-12 13:03:10 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://github.com/luci/luci-py/commit/510cde54a95487852db6a74d80c22eaeae25d350

Powered by Google App Engine
This is Rietveld 408576698