[ovirt-devel] [VDSM] Flaky stompTests tests

Simone Tiraboschi stirabos at redhat.com
Tue Apr 26 08:17:55 UTC 2016


2016-04-25 20:15 GMT+02:00 Nir Soffer <nsoffer at redhat.com>:
> Hi all,
>
> We see random failures in the stomp tests for long time.
>
> I suggest we mark these tests as broken for now.
>
> See examples at the end of the message.
>
> Nir
>
> ----
>

> 17:14:24 ======================================================================
> 17:14:24 ERROR: test_event(False) (stompTests.StompTests)
> 17:14:24 ----------------------------------------------------------------------
> 17:14:24 Traceback (most recent call last):
> 17:14:24   File
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/testlib.py",
> line 74, in wrapper
> 17:14:24     return f(self, *args)
> 17:14:24   File
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/tests/stompTests.py",
> line 110, in test_event
> 17:14:24     client.callMethod("event", [], str(uuid4()))
> 17:14:24   File
> "/home/jenkins/workspace/vdsm_master_check-patch-fc23-x86_64/vdsm/lib/yajsonrpc/__init__.py",
> line 340, in callMethod
> 17:14:24     raise JsonRpcNoResponseError(methodName)
> 17:14:24 JsonRpcNoResponseError: [-32605] No response for JSON-RPC
> event request.

I'd suggest to investigate this a bit more since it can hide a serious issue.
I'm moving hosted-engine-setup from XMLRPC to JsonRPC and I'm facing
exactly this kind of issue: it seams that some requests got lost and I
just receive a JsonRpcNoResponseError after a long time.
The real issue is that my request never reached VDSM getting lost
somehow in the queuing mechanism.



More information about the Devel mailing list