Merge lp:~james-page/charms/trusty/rabbitmq-server/tox-switchover into lp:~openstack-charmers-archive/charms/trusty/rabbitmq-server/next
| Status: | Merged |
|---|---|
| Merged at revision: | 131 |
| Proposed branch: | lp:~james-page/charms/trusty/rabbitmq-server/tox-switchover |
| Merge into: | lp:~openstack-charmers-archive/charms/trusty/rabbitmq-server/next |
| Diff against target: |
252 lines (+77/-53) 8 files modified
.bzrignore (+2/-0) .testr.conf (+8/-0) Makefile (+6/-17) requirements.txt (+12/-0) test-requirements.txt (+8/-5) tox.ini (+29/-0) unit_tests/__init__.py (+3/-0) unit_tests/test_rabbitmq_server_relations.py (+9/-31) |
| To merge this branch: | bzr merge lp:~james-page/charms/trusty/rabbitmq-server/tox-switchover |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ryan Beisner | Approve on 2016-02-16 | ||
| Liam Young | 2016-02-16 | Approve on 2016-02-16 | |
|
Review via email:
|
|||
- 133. By James Page on 2016-02-16
-
Further makefile tidy
charm_unit_test #566 rabbitmq-
UNIT FAIL: unit-test missing
UNIT Results (max last 2 lines):
INFO:root:Search string not found in makefile target commands.
ERROR:root:No make target was executed.
Full unit test output: http://
Build: http://
charm_lint_check #655 rabbitmq-
LINT FAIL: lint-test missing
LINT Results (max last 2 lines):
INFO:root:Search string not found in makefile target commands.
ERROR:root:No make target was executed.
Full lint test output: http://
Build: http://
charm_amulet_test #262 rabbitmq-
AMULET FAIL: amulet-test failed
AMULET Results (max last 2 lines):
2016-02-16 11:36:04,819 publish_
ERROR:root:Make target returned non-zero.
Full amulet test output: http://
Build: http://
| Ryan Beisner (1chb1n) wrote : | # |
FYI, adjusting automation to be tox aware, will re-trigger unit and lint.
RE: amulet, one of the rmq units never reached "ready" state, will also retrigger.
rabbitmq-server/2 maintenance executing 1.25.3 6 5671/tcp,5672/tcp 172.17.104.67 (config-changed) Random wait for restart to avoid collisions
charm_unit_test #567 rabbitmq-
UNIT OK: passed
charm_lint_check #657 rabbitmq-
LINT OK: passed
charm_amulet_test #263 rabbitmq-
AMULET FAIL: amulet-test failed
AMULET Results (max last 2 lines):
2016-02-16 15:11:51,342 connect_
ERROR:root:Make target returned non-zero.
Full amulet test output: http://
Build: http://
| Ryan Beisner (1chb1n) wrote : | # |
I think your test is hitting this. It's definitely unrelated to the proposed changes.
https:/

LGTM but I'd like to make sure that the osci initiated tests work