Change in ovirt-engine-sdk[master]: Lock the wait method for multithreaded execution

From Ondra Machacek <omachace@redhat.com>:
Ondra Machacek has submitted this change and it was merged. Change subject: Lock the wait method for multithreaded execution ...................................................................... Lock the wait method for multithreaded execution Recently introduced asynchronous support for Python SDK introduced wait method, which are sending request via cURL library. This method needs to be locked while executing with same lock as 'send' method, as the CurlMutli can't be changed while executing the perform operation. Change-Id: I4c672b140b61e0d7d9f18f461a6e725a8943af55 Signed-off-by: Ondra Machacek <omachace@redhat.com> --- M sdk/lib/ovirtsdk4/__init__.py 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Ondra Machacek: Verified; Looks good to me, approved Juan Hernandez: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/76713 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4c672b140b61e0d7d9f18f461a6e725a8943af55 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Ondra Machacek <omachace@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Ondra Machacek <omachace@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
Code Review