← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1290550] Re: Base test case should stop mock patches

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1290550

Title:
  Base test case should stop mock patches

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  Currently if a unit test creates a patch and does not stop it, the
  patch will hang around and could potentially affect other tests that
  rely on the mocked class/method. This can make it difficult for
  developers creating new tests as unrelated tests could be causing new
  ones to sporadically fail or vice versa depending on concurrency and
  test order.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1290550/+subscriptions


References