yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #56240
[Bug 1621789] Re: _test_assert_pings_during_br_phys_setup_not_lost tests failing
Reviewed: https://review.openstack.org/367851
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=286b55f3bfdeb28d5cf436f2f3672b2e99ee2656
Submitter: Jenkins
Branch: master
commit 286b55f3bfdeb28d5cf436f2f3672b2e99ee2656
Author: Ihar Hrachyshka <ihrachys@xxxxxxxxxx>
Date: Thu Sep 8 20:18:27 2016 +0000
devstack: fix kernel version matching to detect ovs compilation support
The previous check was mistakenly not matching for 3.4+ kernels that
support compilation.
The ovs 2.5 version delivers stability fixes, apart from features.
That's why the fix is expected to fix recent gate failures we started to
see.
Change-Id: I21749a59a040abc8b9f6a6a6c69f3fa96515962f
Closes-Bug: #1621789
** Changed in: neutron
Status: In Progress => 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/1621789
Title:
_test_assert_pings_during_br_phys_setup_not_lost tests failing
Status in neutron:
Fix Released
Bug description:
Traceback (most recent call last):
File "neutron/tests/functional/agent/test_l2_ovs_agent.py", line 271, in test_assert_pings_during_br_phys_setup_not_lost_in_vlan_to_vlan
self._test_assert_pings_during_br_phys_setup_not_lost(provider_net)
File "neutron/tests/functional/agent/test_l2_ovs_agent.py", line 299, in _test_assert_pings_during_br_phys_setup_not_lost
time.sleep(0.25)
File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__
self.gen.next()
File "neutron/tests/common/net_helpers.py", line 135, in async_ping
f.result()
File "/opt/stack/new/neutron/.tox/dsvm-functional/local/lib/python2.7/site-packages/concurrent/futures/_base.py", line 398, in result
return self.__get_result()
File "/opt/stack/new/neutron/.tox/dsvm-functional/local/lib/python2.7/site-packages/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "neutron/tests/common/net_helpers.py", line 119, in assert_async_ping
dst_ip])
File "neutron/agent/linux/ip_lib.py", line 885, in execute
log_fail_as_error=log_fail_as_error, **kwargs)
File "neutron/agent/linux/utils.py", line 138, in execute
raise RuntimeError(msg)
RuntimeError: Exit code: 1; Stdin: ; Stdout: PING 10.114.212.84 (10.114.212.84) 56(84) bytes of data.
--- 10.114.212.84 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
; Stderr:
Different drivers fail:
native: http://logs.openstack.org/78/366478/6/check/gate-neutron-dsvm-functional-ubuntu-trusty/51b7f39/testr_results.html.gz
vsctl: http://logs.openstack.org/31/367331/1/check/gate-neutron-dsvm-functional-ubuntu-trusty/d12e7c6/console.html
Different connectivity pairs fail:
vlan_to_vlan: http://logs.openstack.org/78/366478/6/check/gate-neutron-dsvm-functional-ubuntu-trusty/51b7f39/testr_results.html.gz
vlan_to_flat: http://logs.openstack.org/31/367331/1/check/gate-neutron-dsvm-functional-ubuntu-trusty/d12e7c6/console.html
9 hits in last 7 days:
http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22in%20_test_assert_pings_during_br_phys_setup_not_lost%5C%22
But note the failures started at 2016-09-08 22:45:37.400
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1621789/+subscriptions
References