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

Issue 10733044: Fail when run against Python juju environment

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by Danilo
Modified:
11 years, 9 months ago
Reviewers:
gz, mp+171997, fwereade, dimitern
Visibility:
Public.

Description

Fail when run against Python juju environment Introduce a CheckEnvironment call that checks if bootstrap-verify contains content as produced by juju-core Bootstrap (actually, VerifyStorage) call, or that there is no 'bootstrap-verify' file (which holds for earlier versions of juju-core). If the file has bad content, then it assumes it's not a juju-core environment and outputs an error message. It has been tested with ec2, and livetests are still being fine-tuned to work properly: $ juju status error: Environment is not a juju-core environment Perhaps error message should suggest ensuring that it's not a Python environment? Any wording suggestions. https://code.launchpad.net/~danilo/juju-core/python-env-fails/+merge/171997 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fail when run against Python juju environment #

Total comments: 25

Patch Set 3 : Fail when run against Python juju environment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -0 lines) Patch
A [revision details] View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M environs/jujutest/livetests.go View 1 2 2 chunks +62 lines, -0 lines 0 comments Download
M environs/open.go View 1 2 2 chunks +31 lines, -0 lines 0 comments Download
M environs/open_test.go View 1 2 2 chunks +93 lines, -0 lines 0 comments Download
M environs/storage.go View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M environs/storage_test.go View 1 1 chunk +4 lines, -0 lines 0 comments Download
M juju/conn.go View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 12
Danilo
Please take a look.
11 years, 9 months ago (2013-06-28 11:52:44 UTC) #1
Danilo
I am having trouble with a live test: http://paste.ubuntu.com/5807576/ Only the BadVerificationFile one fails (consistently) ...
11 years, 9 months ago (2013-06-28 12:04:33 UTC) #2
gz
On 2013/06/28 12:04:33, Danilo wrote: > I am having trouble with a live test: http://paste.ubuntu.com/5807576/ ...
11 years, 9 months ago (2013-06-28 14:46:52 UTC) #3
Danilo
Figured this out and now doing a final run of livetest: one can't defer a ...
11 years, 9 months ago (2013-06-28 14:53:37 UTC) #4
fwereade
looking good, but the tests need isolation https://codereview.appspot.com/10733044/diff/1/environs/jujutest/livetests.go File environs/jujutest/livetests.go (right): https://codereview.appspot.com/10733044/diff/1/environs/jujutest/livetests.go#newcode489 environs/jujutest/livetests.go:489: // Absence ...
11 years, 9 months ago (2013-06-28 14:56:10 UTC) #5
Danilo
Please take a look. https://codereview.appspot.com/10733044/diff/1/environs/jujutest/livetests.go File environs/jujutest/livetests.go (right): https://codereview.appspot.com/10733044/diff/1/environs/jujutest/livetests.go#newcode489 environs/jujutest/livetests.go:489: // Absence of a verification ...
11 years, 9 months ago (2013-06-28 15:35:05 UTC) #6
fwereade
just a couple more tweaks I just spotted: https://codereview.appspot.com/10733044/diff/8002/environs/jujutest/livetests.go File environs/jujutest/livetests.go (right): https://codereview.appspot.com/10733044/diff/8002/environs/jujutest/livetests.go#newcode476 environs/jujutest/livetests.go:476: func ...
11 years, 9 months ago (2013-06-28 15:51:19 UTC) #7
dimitern
Looks good in general, but I have a few minor suggestions. https://codereview.appspot.com/10733044/diff/8002/environs/jujutest/livetests.go File environs/jujutest/livetests.go (right): ...
11 years, 9 months ago (2013-06-28 16:34:08 UTC) #8
dimitern
Looks good in general, but I have a few minor suggestions. https://codereview.appspot.com/10733044/diff/8002/environs/jujutest/livetests.go File environs/jujutest/livetests.go (right): ...
11 years, 9 months ago (2013-06-28 16:34:08 UTC) #9
Danilo
Please take a look. https://codereview.appspot.com/10733044/diff/8002/environs/jujutest/livetests.go File environs/jujutest/livetests.go (right): https://codereview.appspot.com/10733044/diff/8002/environs/jujutest/livetests.go#newcode476 environs/jujutest/livetests.go:476: func restoreBootstrapVerificationFile(storage environs.Storage) error { ...
11 years, 9 months ago (2013-06-29 03:03:11 UTC) #10
fwereade
LGTM
11 years, 9 months ago (2013-07-02 13:01:40 UTC) #11
gz
11 years, 9 months ago (2013-07-02 14:11:27 UTC) #12
LGTM,passes tests merged into trunk.
Sign in to reply to this message.

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