vdsm_master_unit-tests_merged stuck again on JsonRpcServerTests

http://jenkins.ovirt.org/job/vdsm_master_unit-tests_merged/326/console Last lines: JsonRpcServerTests testDoubleResponse(kw=False) OK testDoubleResponse(kw=True) OK testMethodBadParameters(kw=False) OK testMethodBadParameters(kw=True) OK job is still running on fc20-vm06.phx.ovirt.org Please investigate before killing the job. -- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com

I am looking at it. It runs locally without any issues but it seems to get stuck quite often on CI. I was told that it can be related to running the job in mock. I need to run it in mock locally to verify. Thanks, Piotr ----- Original Message ----- From: "Sandro Bonazzola" <sbonazzo@redhat.com> To: "Piotr Kliczewski" <pkliczew@redhat.com>, "infra" <infra@ovirt.org>, devel@ovirt.org Sent: Tuesday, June 23, 2015 4:56:19 PM Subject: vdsm_master_unit-tests_merged stuck again on JsonRpcServerTests http://jenkins.ovirt.org/job/vdsm_master_unit-tests_merged/326/console Last lines: JsonRpcServerTests testDoubleResponse(kw=False) OK testDoubleResponse(kw=True) OK testMethodBadParameters(kw=False) OK testMethodBadParameters(kw=True) OK job is still running on fc20-vm06.phx.ovirt.org Please investigate before killing the job. -- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com

On Tue, Jun 23, 2015 at 11:07:07AM -0400, Piotr Kliczewski wrote:
I am looking at it. It runs locally without any issues but it seems to get stuck quite often on CI.
I was told that it can be related to running the job in mock. I need to run it in mock locally to verify.
Thanks, Piotr
----- Original Message ----- From: "Sandro Bonazzola" <sbonazzo@redhat.com> To: "Piotr Kliczewski" <pkliczew@redhat.com>, "infra" <infra@ovirt.org>, devel@ovirt.org Sent: Tuesday, June 23, 2015 4:56:19 PM Subject: vdsm_master_unit-tests_merged stuck again on JsonRpcServerTests
http://jenkins.ovirt.org/job/vdsm_master_unit-tests_merged/326/console
Last lines: JsonRpcServerTests testDoubleResponse(kw=False) OK testDoubleResponse(kw=True) OK testMethodBadParameters(kw=False) OK testMethodBadParameters(kw=True) OK
job is still running on fc20-vm06.phx.ovirt.org
Piotr, on the mean time, can you NOSE_EXCLUDE the offending test? I'd love to see the unit tests running again.

On Tue, Jun 23, 2015 at 7:10 PM, Dan Kenigsberg <danken@redhat.com> wrote:
On Tue, Jun 23, 2015 at 11:07:07AM -0400, Piotr Kliczewski wrote:
I am looking at it. It runs locally without any issues but it seems to get stuck quite often on CI.
I was told that it can be related to running the job in mock. I need to run it in mock locally to verify.
Thanks, Piotr
----- Original Message ----- From: "Sandro Bonazzola" <sbonazzo@redhat.com> To: "Piotr Kliczewski" <pkliczew@redhat.com>, "infra" <infra@ovirt.org>, devel@ovirt.org Sent: Tuesday, June 23, 2015 4:56:19 PM Subject: vdsm_master_unit-tests_merged stuck again on JsonRpcServerTests
http://jenkins.ovirt.org/job/vdsm_master_unit-tests_merged/326/console
Last lines: JsonRpcServerTests testDoubleResponse(kw=False) OK testDoubleResponse(kw=True) OK testMethodBadParameters(kw=False) OK testMethodBadParameters(kw=True) OK
job is still running on fc20-vm06.phx.ovirt.org
Piotr, on the mean time, can you NOSE_EXCLUDE the offending test? I'd love to see the unit tests running again.
Sure. Patch [1] posted. There is no single test that get stuck. I fails randomly. [1] https://gerrit.ovirt.org/#/c/42774
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

On Tue, Jun 23, 2015 at 8:54 PM, Piotr Kliczewski <piotr.kliczewski@gmail.com> wrote:
On Tue, Jun 23, 2015 at 7:10 PM, Dan Kenigsberg <danken@redhat.com> wrote:
On Tue, Jun 23, 2015 at 11:07:07AM -0400, Piotr Kliczewski wrote:
I am looking at it. It runs locally without any issues but it seems to get stuck quite often on CI.
I was told that it can be related to running the job in mock. I need to run it in mock locally to verify.
Thanks, Piotr
----- Original Message ----- From: "Sandro Bonazzola" <sbonazzo@redhat.com> To: "Piotr Kliczewski" <pkliczew@redhat.com>, "infra" <infra@ovirt.org>, devel@ovirt.org Sent: Tuesday, June 23, 2015 4:56:19 PM Subject: vdsm_master_unit-tests_merged stuck again on JsonRpcServerTests
http://jenkins.ovirt.org/job/vdsm_master_unit-tests_merged/326/console
Last lines: JsonRpcServerTests testDoubleResponse(kw=False) OK testDoubleResponse(kw=True) OK testMethodBadParameters(kw=False) OK testMethodBadParameters(kw=True) OK
job is still running on fc20-vm06.phx.ovirt.org
Piotr, on the mean time, can you NOSE_EXCLUDE the offending test? I'd love to see the unit tests running again.
Sure. Patch [1] posted. There is no single test that get stuck. I fails randomly.
I run vdsm tests several times using script from this patch [1]. I do not see the build being stuck on my f21 using mock. I need to investigate why it hangs when jenkins runs it. [1] https://gerrit.ovirt.org/#/c/34888/

I see that you have re-enabled the tests - thanks. Please note that now I see a random 20:25:49 ====================================================================== 20:25:49 ERROR: testMethodReturnsNullAndServerReturnsTrue(kw=False) (jsonRpcTests.JsonRpcServerTests) 20:25:49 ---------------------------------------------------------------------- 20:25:49 Traceback (most recent call last): 20:25:49 File "/tmp/run/vdsm/tests/testlib.py", line 64, in wrapper 20:25:49 return f(self, *args) 20:25:49 File "/tmp/run/vdsm/tests/monkeypatch.py", line 133, in wrapper 20:25:49 return f(*args, **kw) 20:25:49 File "/tmp/run/vdsm/tests/jsonRpcTests.py", line 186, in testMethodReturnsNullAndServerReturnsTrue 20:25:49 CALL_ID) 20:25:49 File "/tmp/run/vdsm/tests/jsonRpcTests.py", line 89, in _callTimeout 20:25:49 raise JsonRpcNoResponseError(methodName) 20:25:49 JsonRpcNoResponseError: [-32605] No response for JSON-RPC ping request. in http://jenkins.ovirt.org/job/vdsm_master_unit-tests_created/4096/console can you take a look?
participants (4)
-
Dan Kenigsberg
-
Piotr Kliczewski
-
Piotr Kliczewski
-
Sandro Bonazzola