Skip to content

Re-raise exception if there is no response

Mark Lapierre requested to merge ml-qa-return-response-or-reraise-error into master

What does this MR do?

Updates QA::Support::Api methods to re-raise the exception if RestClient::Request generates an exception that's caught as RestClient::ExceptionWithResponse but which doesn't actually have a response.

This will hopefully reveal the exception that causes failures as reported in #34332 (closed)

Closes #34332 (closed) (closing because the exception is likely to be something the test/framework couldn't handle anyway, like breaking the network connection in the middle of a request)

Does this MR meet the acceptance criteria?

Conformity

Edited by Mark Lapierre

Merge request reports