Possible intermittent failure in juju.agents.tests.test_provision.FirewallManagerTest.test_watch_service_changes_is_called

Bug #963560 reported by Clint Byrum
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pyjuju
Triaged
Low
Unassigned

Bug Description

Have seen this in two test suite runs of juju:

[FAIL]
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1020, in _inlineCallbacks
    result = g.send(result)
  File "/build/buildd/juju-0.5+bzr494/juju/agents/tests/test_provision.py", line 522, in test_watch_service_changes_is_called
    (set(["mysql", "wordpress"]), set(["wordpress"]))])
twisted.trial.unittest.FailTest: not equal:
a = [(set(), set(['wordpress'])),
 (set(['wordpress']), set(['mysql', 'wordpress']))]
b = [(set(), set(['wordpress'])),
 (set(['wordpress']), set(['mysql', 'wordpress'])),
 (set(['mysql', 'wordpress']), set(['wordpress']))]

juju.agents.tests.test_provision.FirewallManagerTest.test_watch_service_changes_is_called

Re-running usually succeeds, so I think this test may have a race condition in it.

Changed in juju:
milestone: none → 0.8
Curtis Hovey (sinzui)
Changed in juju:
importance: Undecided → Low
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.