Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2897)

Issue 49470047: fix git tests for git 1.8.5

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 3 months ago by natefinch
Modified:
10 years, 3 months ago
Reviewers:
mp+201162, fwereade, rog
Visibility:
Public.

Description

fix git tests for git 1.8.5 https://code.launchpad.net/~natefinch/juju-core/030-fix-git-tests/+merge/201162 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 3

Patch Set 2 : fix git tests for git 1.8.5 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -5 lines) Patch
A [revision details] View 1 1 chunk +2 lines, -0 lines 0 comments Download
M worker/uniter/charm/git.go View 1 2 chunks +30 lines, -4 lines 0 comments Download
M worker/uniter/uniter_test.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8
natefinch
Please take a look.
10 years, 3 months ago (2014-01-10 11:11:40 UTC) #1
rog
https://codereview.appspot.com/49470047/diff/1/worker/uniter/charm/git_test.go File worker/uniter/charm/git_test.go (left): https://codereview.appspot.com/49470047/diff/1/worker/uniter/charm/git_test.go#oldcode165 worker/uniter/charm/git_test.go:165: err = repo.AddAll() Why remove this? https://codereview.appspot.com/49470047/diff/1/worker/uniter/uniter_test.go File worker/uniter/uniter_test.go ...
10 years, 3 months ago (2014-01-10 11:27:27 UTC) #2
natefinch
On 2014/01/10 11:27:27, rog wrote: > https://codereview.appspot.com/49470047/diff/1/worker/uniter/charm/git_test.go > File worker/uniter/charm/git_test.go (left): > > https://codereview.appspot.com/49470047/diff/1/worker/uniter/charm/git_test.go#oldcode165 > ...
10 years, 3 months ago (2014-01-10 11:37:37 UTC) #3
rog
LGTM with one possible reservation below. On 10 January 2014 11:37, <nate.finch@gmail.com> wrote: > On ...
10 years, 3 months ago (2014-01-10 12:49:52 UTC) #4
natefinch
On 2014/01/10 12:49:52, rog wrote: > LGTM with one possible reservation below. > > https://codereview.appspot.com/49470047/diff/1/worker/uniter/charm/git_test.go#oldcode165 ...
10 years, 3 months ago (2014-01-10 15:42:38 UTC) #5
rog
On 10 January 2014 15:42, <nate.finch@gmail.com> wrote: > On 2014/01/10 12:49:52, rog wrote: >> >> ...
10 years, 3 months ago (2014-01-10 16:09:03 UTC) #6
natefinch
Please take a look.
10 years, 3 months ago (2014-01-13 13:35:25 UTC) #7
fwereade
10 years, 3 months ago (2014-01-13 13:47:25 UTC) #8
LGTM, but I'd prefer a tighter match in uniter_test

https://codereview.appspot.com/49470047/diff/1/worker/uniter/uniter_test.go
File worker/uniter/uniter_test.go (right):

https://codereview.appspot.com/49470047/diff/1/worker/uniter/uniter_test.go#n...
worker/uniter/uniter_test.go:1592: c.Assert(string(out), cmp, ".*?On branch
master\nnothing to commit.*?\n")
On 2014/01/10 11:27:28, rog wrote:
> .*? is the same as .*
> 
> but I'd prefer:
> 
> (# )?

+1000
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b