Merge lp:~1chb1n/charms/trusty/mongodb/unit-test-fake-fail into lp:charms/trusty/mongodb

Proposed by Ryan Beisner
Status: Rejected
Rejected by: Ryan Beisner
Proposed branch: lp:~1chb1n/charms/trusty/mongodb/unit-test-fake-fail
Merge into: lp:charms/trusty/mongodb
Diff against target: 11 lines (+4/-0)
1 file modified
unit_tests/test_hooks.py (+4/-0)
To merge this branch: bzr merge lp:~1chb1n/charms/trusty/mongodb/unit-test-fake-fail
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+266139@code.launchpad.net

Description of the change

!WIP! Don't merge me.

Just testing a bot thing with this MP.

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

charm_unit_test #6591 mongodb for 1chb1n mp266139
    UNIT FAIL: unit-test failed

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

Full unit test output: http://paste.ubuntu.com/11955082/
Build: http://10.245.162.77:8080/job/charm_unit_test/6591/

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

charm_lint_check #7094 mongodb for 1chb1n mp266139
    LINT FAIL: lint-test failed

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

Full lint test output: http://paste.ubuntu.com/11955079/
Build: http://10.245.162.77:8080/job/charm_lint_check/7094/

76. By Ryan Beisner

update

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

charm_unit_test #6592 mongodb for 1chb1n mp266139
    UNIT FAIL: unit-test failed

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

Full unit test output: http://paste.ubuntu.com/11955109/
Build: http://10.245.162.77:8080/job/charm_unit_test/6592/

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

charm_lint_check #7095 mongodb for 1chb1n mp266139
    LINT OK: passed

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

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

charm_unit_test #6593 mongodb for 1chb1n mp266139
    UNIT FAIL: unit-test failed

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

Full unit test output: http://paste.ubuntu.com/11955211/
Build: http://10.245.162.77:8080/job/charm_unit_test/6593/

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

Tests fail as expected.

Unmerged revisions

76. By Ryan Beisner

update

75. By Ryan Beisner

introduce intentional fail fail on unit test to check bots

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'unit_tests/test_hooks.py'
2--- unit_tests/test_hooks.py 2015-01-21 21:50:41 +0000
3+++ unit_tests/test_hooks.py 2015-07-28 18:38:37 +0000
4@@ -339,3 +339,7 @@
5
6 call1 = call('juju-local:27017', 'juju-remote:27017')
7 mock_leave_replset.assert_has_calls(call1)
8+
9+ # Temporary thing to exercise/confirm testing bots
10+ def test_fake_fail(self):
11+ self.assertEqual(0, 1)

Subscribers

People subscribed via source and target branches