
On Mon, Nov 28, 2016 at 03:03:38AM +0200, Nir Soffer wrote:
Another instance...
00:55:39 ====================================================================== 00:55:39 ERROR: test_event_groups (network.netlink_test.NetlinkEventMonitorTests) 00:55:39 ---------------------------------------------------------------------- 00:55:39 Traceback (most recent call last): 00:55:39 File "/home/jenkins/workspace/vdsm_master_check-patch-fc24-x86_64/vdsm/tests/testValidation.py", line 97, in wrapper 00:55:39 return f(*args, **kwargs) 00:55:39 File "/home/jenkins/workspace/vdsm_master_check-patch-fc24-x86_64/vdsm/tests/network/netlink_test.py", line 94, in test_event_groups 00:55:39 for event in mon_a: 00:55:39 File "/home/jenkins/workspace/vdsm_master_check-patch-fc24-x86_64/vdsm/lib/vdsm/network/netlink/monitor.py", line 115, in __iter__ 00:55:39 raise MonitorError(E_TIMEOUT) 00:55:39 MonitorError: 2 00:55:39 -------------------- >> begin captured logging << -------------------- 00:55:39 2016-11-28 00:55:01,538 DEBUG (MainThread) [root] /usr/bin/taskset --cpu-list 0-3 /sbin/ip link add name dummy_bOihJ type dummy (cwd None) (commands:69) 00:55:39 2016-11-28 00:55:01,767 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (commands:93) 00:55:39 2016-11-28 00:55:01,795 DEBUG (MainThread) [root] /usr/bin/taskset --cpu-list 0-3 /sbin/ip -4 addr add dev dummy_bOihJ 192.0.2.1/24 (cwd None) (commands:69) 00:55:39 2016-11-28 00:55:02,138 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (commands:93) 00:55:39 2016-11-28 00:55:02,152 DEBUG (MainThread) [root] /usr/bin/taskset --cpu-list 0-3 /sbin/ip link set dev dummy_bOihJ up (cwd None) (commands:69) 00:55:39 2016-11-28 00:55:02,475 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (commands:93) 00:55:39 2016-11-28 00:55:02,487 DEBUG (MainThread) [root] /usr/bin/taskset --cpu-list 0-3 /sbin/ip link del dev dummy_bOihJ (cwd None) (commands:69) 00:55:39 2016-11-28 00:55:02,854 DEBUG (MainThread) [root] SUCCESS: <err> = ''; <rc> = 0 (commands:93) 00:55:39 --------------------- >> end captured logging << --------------------- 00:55:39
On Sun, Nov 27, 2016 at 11:52 PM, Nir Soffer <nsoffer@redhat.com> wrote:
Hi all,
I'm seeing new random network test failures - see bellow.
The interesting thing is I don't see these errors at all in travis.
Maybe mark this as brokne_on_ci?
Adding Petr; I assume he won't have plenty of time to fix the issue, we should mark it as broken. Any test with a timeout is broken-on-ci by design.