Change in ovirt-engine-sdk[sdk_4.1]: 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> (cherry picked from commit cd0adb4774f7c4bcfcd14a1d09504ddce795fd06) --- M sdk/lib/ovirtsdk4/__init__.py 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Ondra Machacek: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/76714 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4c672b140b61e0d7d9f18f461a6e725a8943af55 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: sdk_4.1 Gerrit-Owner: Ondra Machacek <omachace@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Ondra Machacek <omachace@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
Code Review