[openstack-dev] [neutron] 40% failure on neutron python3.4 tests in the gate

Sean Dague sean at dague.net
Fri Aug 28 12:41:48 UTC 2015


On 08/28/2015 08:34 AM, Kevin Benton wrote:
> One of the patches that fixes one of the functional failures that has
> been hitting is here: https://review.openstack.org/#/c/217927/
> 
> However, it failed in the DVR job on the 'test_router_rescheduling'
> test.[1] This failure is because the logic to skip when DVR is enabled
> is based on a check that will always return False.[2] I pushed a patch
> to tempest to fix that [3] so once that gets merged we should be able to
> get the one above merged.
> 
> For the py34 failures, they seem to have started around the same time as
> a change was merged that adjusted the way they were ran so I proposed a
> revert for that patch here: https://review.openstack.org/218244

That would be indicative of the fact that the tests aren't isolated, and
running them in parallel breaks things because the tests implicitly
depend on both order, and that everything before them actually ran.

	-Sean

-- 
Sean Dague
http://dague.net



More information about the OpenStack-dev mailing list