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

Issue 2958913002: isolate: pull exparchive filewalk code into its own func (Closed)

Created:
3 years, 5 months ago by mcgreevy
Modified:
3 years, 5 months ago
Reviewers:
mithro
CC:
chromium-reviews, infra-reviews+luci-go_chromium.org, maruel+w_chromium.org, tandrii+luci-go_chromium.org
Target Ref:
refs/heads/master
Project:
luci-go
Visibility:
Public.

Description

isolate: pull exparchive filewalk code into its own func. Also, add tests for the filewalking code. BUG=692940 Review-Url: https://codereview.chromium.org/2958913002 Committed: https://github.com/luci/luci-go/commit/64dd531232d94c5351a573e78732d8fc84b28349

Patch Set 1 #

Patch Set 2 : Add tests. #

Total comments: 17

Patch Set 3 : address review comments #

Patch Set 4 : rename partitionWalker #

Total comments: 6

Patch Set 5 : address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+353 lines, -47 lines) Patch
M client/cmd/isolate/exp_archive.go View 1 2 3 4 5 chunks +84 lines, -47 lines 0 comments Download
A client/cmd/isolate/exp_archive_test.go View 1 2 3 4 1 chunk +269 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
mcgreevy
3 years, 5 months ago (2017-06-27 06:48:09 UTC) #3
mithro
https://codereview.chromium.org/2958913002/diff/20001/client/cmd/isolate/exp_archive.go File client/cmd/isolate/exp_archive.go (right): https://codereview.chromium.org/2958913002/diff/20001/client/cmd/isolate/exp_archive.go#newcode92 client/cmd/isolate/exp_archive.go:92: type partitionWalker struct { partition is kind of a ...
3 years, 5 months ago (2017-06-27 07:48:11 UTC) #4
mcgreevy
https://codereview.chromium.org/2958913002/diff/20001/client/cmd/isolate/exp_archive.go File client/cmd/isolate/exp_archive.go (right): https://codereview.chromium.org/2958913002/diff/20001/client/cmd/isolate/exp_archive.go#newcode92 client/cmd/isolate/exp_archive.go:92: type partitionWalker struct { On 2017/06/27 07:48:10, mithro wrote: ...
3 years, 5 months ago (2017-06-28 01:25:51 UTC) #5
mcgreevy
https://codereview.chromium.org/2958913002/diff/20001/client/cmd/isolate/exp_archive.go File client/cmd/isolate/exp_archive.go (right): https://codereview.chromium.org/2958913002/diff/20001/client/cmd/isolate/exp_archive.go#newcode92 client/cmd/isolate/exp_archive.go:92: type partitionWalker struct { On 2017/06/27 07:48:10, mithro wrote: ...
3 years, 5 months ago (2017-06-29 05:35:14 UTC) #6
mithro
Thinking about it more, partition is telling me what is happening -- not really why ...
3 years, 5 months ago (2017-06-29 07:25:18 UTC) #7
mcgreevy
PTAL https://codereview.chromium.org/2958913002/diff/20001/client/cmd/isolate/exp_archive_test.go File client/cmd/isolate/exp_archive_test.go (right): https://codereview.chromium.org/2958913002/diff/20001/client/cmd/isolate/exp_archive_test.go#newcode78 client/cmd/isolate/exp_archive_test.go:78: for _, tc := range []testCase{ On 2017/06/29 ...
3 years, 5 months ago (2017-06-30 01:24:20 UTC) #8
mithro
lgtm
3 years, 5 months ago (2017-06-30 03:34:40 UTC) #9
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/2958913002/80001
3 years, 5 months ago (2017-06-30 03:41:10 UTC) #11
commit-bot: I haz the power
3 years, 5 months ago (2017-06-30 03:47:42 UTC) #14
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://github.com/luci/luci-go/commit/64dd531232d94c5351a573e78732d8fc84b28349

Powered by Google App Engine
This is Rietveld 408576698