[vdsm] network/integration test failures

This is a multi-part message in MIME format. --------------3945872423EDD8DBF79FFA16 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi developers, we had another network CI failure while testing unrelated changes: http://jenkins.ovirt.org/job/vdsm_master_check-patch-el7-x86_64/22708/consol... *12:20:19* self = <network.integration.link_bond_test.LinkBondTests testMethod=test_bond_clear_arp_ip_target> *12:20:19* *12:20:19* def test_bond_clear_arp_ip_target(self): *12:20:19* OPTIONS_A = { *12:20:19* 'mode': '1', *12:20:19* 'arp_interval': '1000', *12:20:19* 'arp_ip_target': '192.168.122.1'} *12:20:19* OPTIONS_B = { *12:20:19* 'mode': '1', *12:20:19* 'arp_interval': '1000'} *12:20:19* *12:20:19* with bond_device() as bond: *12:20:19* > bond.set_options(OPTIONS_A) *12:20:19* *12:20:19* network/integration/link_bond_test.py:171: Could please some network developer have a look? Bests, -- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh --------------3945872423EDD8DBF79FFA16 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> </head> <body text="#000000" bgcolor="#FFFFFF"> <p>Hi developers,</p> <p><br> </p> <p>we had another network CI failure while testing unrelated changes:</p> <p><br> </p> <p><a class="moz-txt-link-freetext" href="http://jenkins.ovirt.org/job/vdsm_master_check-patch-el7-x86_64/22708/consoleFull">http://jenkins.ovirt.org/job/vdsm_master_check-patch-el7-x86_64/22708/consoleFull</a></p> <p><br> </p> <pre class="console-output"><span class="timestamp"><b>12:20:19</b> </span>self = <network.integration.link_bond_test.LinkBondTests testMethod=test_bond_clear_arp_ip_target> <span class="timestamp"><b>12:20:19</b> </span> <span class="timestamp"><b>12:20:19</b> </span> def test_bond_clear_arp_ip_target(self): <span class="timestamp"><b>12:20:19</b> </span> OPTIONS_A = { <span class="timestamp"><b>12:20:19</b> </span> 'mode': '1', <span class="timestamp"><b>12:20:19</b> </span> 'arp_interval': '1000', <span class="timestamp"><b>12:20:19</b> </span> 'arp_ip_target': '192.168.122.1'} <span class="timestamp"><b>12:20:19</b> </span> OPTIONS_B = { <span class="timestamp"><b>12:20:19</b> </span> 'mode': '1', <span class="timestamp"><b>12:20:19</b> </span> 'arp_interval': '1000'} <span class="timestamp"><b>12:20:19</b> </span> <span class="timestamp"><b>12:20:19</b> </span> with bond_device() as bond: <span class="timestamp"><b>12:20:19</b> </span>> bond.set_options(OPTIONS_A) <span class="timestamp"><b>12:20:19</b> </span> <span class="timestamp"><b>12:20:19</b> </span>network/integration/link_bond_test.py:171: Could please some network developer have a look? Bests, </pre> <pre class="moz-signature" cols="72">-- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh</pre> </body> </html> --------------3945872423EDD8DBF79FFA16--

On Thu, Mar 29, 2018 at 4:37 PM, Francesco Romani <fromani@redhat.com> wrote:
Hi developers,
we had another network CI failure while testing unrelated changes:
http://jenkins.ovirt.org/job/vdsm_master_check-patch-el7-x86_64/22708/consol...
12:20:19 self = <network.integration.link_bond_test.LinkBondTests testMethod=test_bond_clear_arp_ip_target> 12:20:19 12:20:19 def test_bond_clear_arp_ip_target(self): 12:20:19 OPTIONS_A = { 12:20:19 'mode': '1', 12:20:19 'arp_interval': '1000', 12:20:19 'arp_ip_target': '192.168.122.1'} 12:20:19 OPTIONS_B = { 12:20:19 'mode': '1', 12:20:19 'arp_interval': '1000'} 12:20:19 12:20:19 with bond_device() as bond: 12:20:19 > bond.set_options(OPTIONS_A) 12:20:19 12:20:19 network/integration/link_bond_test.py:171:
Could please some network developer have a look?
Bests,
-- Francesco Romani Senior SW Eng., Virtualization R&D Red Hat IRC: fromani github: @fromanirh
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
So sorry for this noise. I've prematurely merged a patch that moved tests around, and mistakenly approved a CI failure there, which blocked the real problem. https://gerrit.ovirt.org/#/c/89562/ (merged recently) should solve your reported problem. Note, however, that we still have a problem with ovs-vsctl randomly hanging our integration tests since we've upgraded to openvswitch-2.9 last weekend.
participants (2)
-
Dan Kenigsberg
-
Francesco Romani