cmd/juju/backups: fix issue 1546826 #4460

Merged
merged 1 commit into from Feb 18, 2016

Conversation

Projects
None yet
2 participants
Contributor

davecheney commented Feb 18, 2016

Fixes LP # 1546826

Remove the duplicate configuration of the logger in the backups
subcommand.

There is no test because of the way that the logging configuration
passed to the test runner interacts with logger -- in debug mode the
warning logger is not redefined, but in real use it failed.

This has been manually tested.

We should have an integration test asserting that backup and restore
work as specified.

(Review request: http://reviews.vapour.ws/r/3895/)

cmd/juju/backups: fix issue 1546826
Fixes LP # 1546826

Remove the duplicate configuration of the logger in the backups
subcommand.

There is no test because of the way that the logging configuration
passed to the test runner interacts with logger -- in debug mode the
warning logger is not redefined, but in real use it failed.

This has been manually tested.

We should have an integration test asserting that backup and restore
work as specified.
Contributor

davecheney commented Feb 18, 2016

$$merge$$

Contributor

jujubot commented Feb 18, 2016

Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju

Contributor

jujubot commented Feb 18, 2016

Build failed: Does not match ['fixes-1538241']
build url: http://juju-ci.vapour.ws:8080/job/github-merge-juju/6455

Contributor

davecheney commented Feb 18, 2016

$$JFDI$$

Contributor

jujubot commented Feb 18, 2016

Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju

jujubot added a commit that referenced this pull request Feb 18, 2016

Merge pull request #4460 from davecheney/fixedbugs/1546826
cmd/juju/backups: fix issue 1546826

Fixes LP # 1546826

Remove the duplicate configuration of the logger in the backups
subcommand.

There is no test because of the way that the logging configuration
passed to the test runner interacts with logger -- in debug mode the
warning logger is not redefined, but in real use it failed.

This has been manually tested.

We should have an integration test asserting that backup and restore
work as specified.

(Review request: http://reviews.vapour.ws/r/3895/)

@jujubot jujubot merged commit 1c33736 into juju:master Feb 18, 2016

@davecheney davecheney deleted the davecheney:fixedbugs/1546826 branch Feb 18, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment