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



##########
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:
       This is in test code. This test failed earlier while working on this PR 
and there wasn't enough info to debug the failure.




-- 
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