]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Deal with intermittent OverflowError in gate-neutron-python26
authorarmando-migliaccio <amigliaccio@nicira.com>
Thu, 25 Jul 2013 00:35:28 +0000 (17:35 -0700)
committerarmando-migliaccio <amigliaccio@nicira.com>
Fri, 26 Jul 2013 00:53:12 +0000 (17:53 -0700)
commitf81fe3ed5884616255d4eace358ff4dc9fd23ad8
tree305294d1a54df6152e52e8624279e71e3cd947b6
parentfe897743cb4bcc06f2566b28d42620e102060973
Deal with intermittent OverflowError in gate-neutron-python26

This occurence looks like is related to a failure in
utils.execute. This patch attempts to deal with the error
by mocking out Popen.communicate altogether.

Fixes bug #1202065

Change-Id: I4092efb17939b69dd2d1965aaf619a9b2be03ef4
neutron/tests/unit/test_agent_linux_utils.py