Merge lp:~1chb1n/charms/trusty/ubuntu/amulet-sentry-unit-array into lp:charms/trusty/ubuntu

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 13
Proposed branch: lp:~1chb1n/charms/trusty/ubuntu/amulet-sentry-unit-array
Merge into: lp:charms/trusty/ubuntu
Diff against target: 12 lines (+1/-1)
1 file modified
tests/basic_deployment.py (+1/-1)
To merge this branch: bzr merge lp:~1chb1n/charms/trusty/ubuntu/amulet-sentry-unit-array
Reviewer Review Type Date Requested Status
Charles Butler (community) Approve
Antonio Rosales (community) community Approve
Review Queue (community) automated testing Needs Fixing
Review via email: mp+276712@code.launchpad.net

Description of the change

Update amulet test: address sentry unit by array, as unit numbers increase with each bundletester reset.

To post a comment you must log in.
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #7717 ubuntu RB
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/13107481/
Build: http://10.245.162.77:8080/job/charm_amulet_test/7717/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #13106 ubuntu for 1chb1n mp276712
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/13106/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #7719 ubuntu for 1chb1n mp276712
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/13107931/
Build: http://10.245.162.77:8080/job/charm_amulet_test/7719/

Revision history for this message
Ryan Beisner (1chb1n) wrote :

FYI: bundletester, when run on the openstack provider with juju 1.25.0, gives false fails due to juju destroy-environment exiting non-zero after hitting this:

https://bugs.launchpad.net/juju-core/+bug/1512399

Observed in the test log, L222@ http://paste.ubuntu.com/13107931/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #13218 ubuntu for 1chb1n mp276712
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/13218/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #7773 ubuntu for 1chb1n mp276712
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/13131250/
Build: http://10.245.162.77:8080/job/charm_amulet_test/7773/

Revision history for this message
Review Queue (review-queue) wrote :

This item has failed automated testing! Results available here http://juju-ci.vapour.ws:8080/job/charm-bundle-test-lxc/1443/

review: Needs Fixing (automated testing)
Revision history for this message
Antonio Rosales (arosales) wrote :

In OSCI as well as in Charm CI the charm tests are passing.

The latest error I am seeing from OSCI above may be related to infrastructure as I see the following stack trace not around the charm but storage and bundle tester:

ERROR destroying storage: listing volumes: Get https://10.245.161.160:8776/v2/d2be765ac7a7490a899995bdad501cc6/volumes/detail: local error: record overflow
DEBUG:bundletester.utils:Updating JUJU_ENV: "osci-sv05" -> ""
Traceback (most recent call last):
  File ".venv/bin/bundletester", line 9, in <module>
    load_entry_point('bundletester==0.5.7', 'console_scripts', 'bundletester')()
  File "/var/lib/jenkins/checkout/ubuntu/.venv/local/lib/python2.7/site-packages/bundletester/tester.py", line 105, in main
    [report.emit(result) for result in run()]
  File "/var/lib/jenkins/checkout/ubuntu/.venv/local/lib/python2.7/site-packages/bundletester/runner.py", line 150, in __call__
    self.builder.destroy()
  File "/var/lib/jenkins/checkout/ubuntu/.venv/local/lib/python2.7/site-packages/bundletester/builder.py", line 81, in destroy
    '-y', self.env_name, '--force'])
  File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['juju', 'destroy-environment', '-y', 'osci-sv05', '--force']' returned non-zero exit status 1
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.

Given the small change set, and the passing tests on LXC I am giving this a +1. An ~openStack charmer or ~charmer will still need to give their +1 and officially merge the request.

-thanks,
Antonio

review: Approve (community)
Revision history for this message
Charles Butler (lazypower) wrote :

+1 LGTM. Automated environment schenanigans aside, this cleans up the amulet test suite and we have a green result on the public CI system.

Merged and pushed, thanks for the contribution Beisner.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/basic_deployment.py'
2--- tests/basic_deployment.py 2015-07-27 14:15:40 +0000
3+++ tests/basic_deployment.py 2015-11-04 22:15:16 +0000
4@@ -22,7 +22,7 @@
5 # Deploy services, wait for started state. Fail or skip on timeout.
6 try:
7 d.setup(timeout=seconds)
8- sentry_unit = d.sentry.unit['ubuntu/0']
9+ sentry_unit = d.sentry['ubuntu'][0]
10 except amulet.helpers.TimeoutError:
11 message = 'Deployment timed out ({}s)'.format(seconds)
12 amulet.raise_status(amulet.FAIL, msg=message)

Subscribers

People subscribed via source and target branches

to all changes: