dsmiley commented on code in PR #3710:
URL: https://github.com/apache/solr/pull/3710#discussion_r2402118828


##########
solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java:
##########
@@ -501,6 +505,24 @@ public static Throwable getWrappedException(Throwable e) {
     return e;
   }
 
+  /**
+   * When using a InputStreamResponseParser, the raw output is available in 
the response under the
+   * key STREAM_KEY.
+   */
+  public static String 
getOutputFromInputStreamResponseParserResponse(NamedList<Object> response)

Review Comment:
   Since the method will be on `InputStreamResponseParser`, it would be 
terribly redundant to incorporate that in the method name!
   I suggest `consumeResponseToString` (input then output ordering; thus 
"String" last).



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to