upthewaterspout commented on a change in pull request #6746:
URL: https://github.com/apache/geode/pull/6746#discussion_r696080793



##########
File path: 
geode-assembly/geode-assembly-test/src/main/java/org/apache/geode/test/junit/rules/GeodeDevRestClient.java
##########
@@ -156,7 +156,10 @@ public HttpResponse doRequest(HttpRequestBase request, 
String username, String p
 
       return clientBuilder.build().execute(host, request, clientContext);
     } catch (Exception e) {
-      throw new RuntimeException(e.getMessage(), e);
+      throw new RuntimeException(
+          String.format("Request %s' with username '%s' password '%s' failed", 
request, username,

Review comment:
       Ah, I see, this is a test client. Missed the geode-assembly-test part.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to