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

Issue 76670043: Migrate: testbase to github testing

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by waigani
Modified:
11 years, 3 months ago
Reviewers:
axw, thumper, mp+211188
Visibility:
Public.

Description

Migrate: testbase to github testing Replace use of: launchpad.net/juju-core/testing/testbase to github.com/juju/testing https://code.launchpad.net/~waigani/juju-core/change-import-testbase/+merge/211188 (do not edit description out of merge proposal)

Patch Set 1 #

Patch Set 2 : Migrate: testbase to github testing #

Total comments: 27

Patch Set 3 : Migrate: testbase to github testing #

Total comments: 18

Patch Set 4 : Migrate: testbase to github testing #

Patch Set 5 : Migrate: testbase to github testing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -645 lines) Patch
A [revision details] View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M cmd/juju/bootstrap_test.go View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M cmd/jujud/machine_test.go View 1 2 3 4 6 chunks +6 lines, -6 lines 0 comments Download
M cmd/jujud/main_test.go View 1 2 3 2 chunks +8 lines, -5 lines 0 comments Download
M cmd/logging_test.go View 1 2 5 chunks +27 lines, -27 lines 0 comments Download
M cmd/plugins/juju-metadata/validateimagemetadata_test.go View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M cmd/plugins/juju-metadata/validatetoolsmetadata_test.go View 1 2 2 chunks +4 lines, -6 lines 0 comments Download
M environs/manual/fakessh_test.go View 4 chunks +6 lines, -6 lines 0 comments Download
M environs/sshstorage/storage_test.go View 2 chunks +2 lines, -1 line 0 comments Download
M environs/testing/bootstrap.go View 2 chunks +2 lines, -2 lines 0 comments Download
M juju/apiconn_test.go View 1 2 17 chunks +24 lines, -23 lines 0 comments Download
M juju/osenv/package_test.go View 1 2 1 chunk +6 lines, -3 lines 0 comments Download
M juju/osenv/vars_linux_test.go View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M juju/osenv/vars_windows_test.go View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M provider/common/bootstrap_test.go View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M provider/joyent/config_test.go View 9 chunks +50 lines, -49 lines 0 comments Download
M provider/local/environprovider_test.go View 1 2 3 5 chunks +9 lines, -9 lines 0 comments Download
M provider/local/export_test.go View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
D testing/testbase/cleanup.go View 1 chunk +0 lines, -92 lines 0 comments Download
D testing/testbase/cleanup_test.go View 1 chunk +0 lines, -115 lines 0 comments Download
D testing/testbase/cmd.go View 1 chunk +0 lines, -28 lines 0 comments Download
D testing/testbase/cmd_test.go View 1 chunk +0 lines, -32 lines 0 comments Download
M testing/testbase/log.go View 1 2 2 chunks +4 lines, -21 lines 0 comments Download
D testing/testbase/patch.go View 1 chunk +0 lines, -72 lines 0 comments Download
D testing/testbase/patch_test.go View 1 chunk +0 lines, -100 lines 0 comments Download
M worker/instancepoller/machine_test.go View 1 2 3 5 chunks +22 lines, -22 lines 0 comments Download
M worker/peergrouper/worker_test.go View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M worker/provisioner/container_initialisation_test.go View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M worker/rsyslog/rsyslog_test.go View 1 2 3 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 12
waigani
Please take a look.
11 years, 3 months ago (2014-03-17 01:23:18 UTC) #1
waigani
On 2014/03/17 01:23:18, waigani wrote: > Please take a look. Main business logic changes: - ...
11 years, 3 months ago (2014-03-17 01:31:11 UTC) #2
axw
LGTM https://codereview.appspot.com/76670043/diff/20001/worker/rsyslog/rsyslog_test.go File worker/rsyslog/rsyslog_test.go (right): https://codereview.appspot.com/76670043/diff/20001/worker/rsyslog/rsyslog_test.go#newcode18 worker/rsyslog/rsyslog_test.go:18: jujutesting "launchpad.net/juju-core/juju/testing" The new ambiguity between github.com/juju/testing and ...
11 years, 3 months ago (2014-03-17 03:15:41 UTC) #3
thumper
On 2014/03/17 03:15:41, axw wrote: > LGTM > > https://codereview.appspot.com/76670043/diff/20001/worker/rsyslog/rsyslog_test.go > File worker/rsyslog/rsyslog_test.go (right): > ...
11 years, 3 months ago (2014-03-18 02:42:36 UTC) #4
waigani
On 2014/03/18 02:42:36, thumper wrote: > On 2014/03/17 03:15:41, axw wrote: > > LGTM > ...
11 years, 3 months ago (2014-03-18 03:12:15 UTC) #5
waigani
On 2014/03/18 03:12:15, waigani wrote: > On 2014/03/18 02:42:36, thumper wrote: > > On 2014/03/17 ...
11 years, 3 months ago (2014-03-18 03:14:49 UTC) #6
thumper
https://codereview.appspot.com/76670043/diff/20001/cmd/logging_test.go File cmd/logging_test.go (right): https://codereview.appspot.com/76670043/diff/20001/cmd/logging_test.go#newcode23 cmd/logging_test.go:23: logging.LoggingSuite this shouldn't be a LoggingSuite It is testing ...
11 years, 3 months ago (2014-03-18 03:17:56 UTC) #7
waigani
Please take a look. https://codereview.appspot.com/76670043/diff/20001/cmd/logging_test.go File cmd/logging_test.go (right): https://codereview.appspot.com/76670043/diff/20001/cmd/logging_test.go#newcode23 cmd/logging_test.go:23: logging.LoggingSuite On 2014/03/18 03:17:57, thumper ...
11 years, 3 months ago (2014-03-18 15:46:54 UTC) #8
thumper
A few more things to fix. https://codereview.appspot.com/76670043/diff/40001/cmd/juju/bootstrap_test.go File cmd/juju/bootstrap_test.go (right): https://codereview.appspot.com/76670043/diff/40001/cmd/juju/bootstrap_test.go#newcode121 cmd/juju/bootstrap_test.go:121: defer restore() Those ...
11 years, 3 months ago (2014-03-19 02:16:41 UTC) #9
waigani
Please take a look. https://codereview.appspot.com/76670043/diff/40001/cmd/juju/bootstrap_test.go File cmd/juju/bootstrap_test.go (right): https://codereview.appspot.com/76670043/diff/40001/cmd/juju/bootstrap_test.go#newcode121 cmd/juju/bootstrap_test.go:121: defer restore() On 2014/03/19 02:16:42, ...
11 years, 3 months ago (2014-03-19 04:18:52 UTC) #10
waigani
Please take a look.
11 years, 3 months ago (2014-03-19 21:25:31 UTC) #11
thumper
11 years, 3 months ago (2014-03-19 21:36:36 UTC) #12
On 2014/03/19 21:25:31, waigani wrote:
> Please take a look.

LGTM
Sign in to reply to this message.

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