On Mon, Sep 26, 2016 at 9:16 AM, Dan Kenigsberg <danken(a)redhat.com> wrote:
On Sun, Sep 25, 2016 at 05:23:00PM +0300, Nir Soffer wrote:
> Hi all,
>
> This test seems to fail too much. Maybe we should mark it as broken in ovirt-4.0
> branch?
Adding Petr, who can either backport an existing fix, or mark it as
borken_on_ci.
Nir, you too can check if all that is needed is to take
https://gerrit.ovirt.org/#/q/I5a1e9b84ebb68a881bed6a0c97a23ee4c6896434
one notch backwards (to 3.6)
Yaniv already merged the patch, so I don't have anything to test with for
3.6.
But I think we should take this backport:
https://gerrit.ovirt.org/#/c/64438
>
> I tried 2 builds in a raw and it failed in both. The patch is of
> course not related,
> increating ioprocess required version.
>
> 14:14:04 ======================================================================
> 14:14:04 FAIL: test_events_keys (netlinkTests.NetlinkEventMonitorTests)
> 14:14:04 ----------------------------------------------------------------------
> 14:14:04 Traceback (most recent call last):
> 14:14:04 File
>
"/home/jenkins/workspace/vdsm_3.6_check-patch-fc23-x86_64/vdsm/tests/testValidation.py",
> line 105, in wrapper
> 14:14:04 return f(*args, **kwargs)
> 14:14:04 File
>
"/home/jenkins/workspace/vdsm_3.6_check-patch-fc23-x86_64/vdsm/tests/netlinkTests.py",
> line 133, in test_events_keys
> 14:14:04 % (1 + len(expected_events)))
> 14:14:04 AssertionError: 5 expected events have not been caught (in
> the right order)
> 14:14:04 -------------------- >> begin captured logging <<
--------------------
> 14:14:04 root: DEBUG: /usr/bin/taskset --cpu-list 0-3 /sbin/ip link
> add name dummy_7odCO type dummy (cwd None)
> 14:14:04 root: DEBUG: SUCCESS: <err> = ''; <rc> = 0
> 14:14:04 root: DEBUG: /usr/bin/taskset --cpu-list 0-3 /sbin/ip -4 addr
> add dev dummy_7odCO 192.0.2.1/24 (cwd None)
> 14:14:04 root: DEBUG: SUCCESS: <err> = ''; <rc> = 0
> 14:14:04 root: DEBUG: /usr/bin/taskset --cpu-list 0-3 /sbin/ip link
> set dev dummy_7odCO up (cwd None)
> 14:14:04 root: DEBUG: SUCCESS: <err> = ''; <rc> = 0
> 14:14:04 root: DEBUG: /usr/bin/taskset --cpu-list 0-3 /sbin/ip link
> del dev dummy_7odCO (cwd None)
> 14:14:04 root: DEBUG: SUCCESS: <err> = ''; <rc> = 0
> 14:14:04 --------------------- >> end captured logging <<
---------------------
>
>
> Nir