Change in ovirt-engine-sdk-ruby[sdk_4.1]: Add support for request timeout

From Juan Hernandez <juan.hernandez@redhat.com>:
Juan Hernandez has submitted this change and it was merged. Change subject: Add support for request timeout ...................................................................... Add support for request timeout Currently the SDK supports a global 'timeout' parameter, but it doesn't support specifying a different timeout for a particular request. This patch adds that support. Change-Id: I00501e97031b771571c64195e5eb8a106f0f77d1 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> (cherry picked from commit ae414e7d997add7fd559a9b0f5500aac6f0adce3) --- M generator/src/main/java/org/ovirt/sdk/ruby/ServicesGenerator.java M sdk/ext/ovirtsdk4c/ov_http_client.c M sdk/ext/ovirtsdk4c/ov_http_request.c M sdk/ext/ovirtsdk4c/ov_http_request.h M sdk/lib/ovirtsdk4/connection.rb M sdk/lib/ovirtsdk4/service.rb M sdk/spec/connection_timeout_spec.rb 7 files changed, 146 insertions(+), 16 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved; Passed CI tests -- To view, visit https://gerrit.ovirt.org/77455 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I00501e97031b771571c64195e5eb8a106f0f77d1 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine-sdk-ruby Gerrit-Branch: sdk_4.1 Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
Code Review