dsmiley commented on code in PR #3710:
URL: https://github.com/apache/solr/pull/3710#discussion_r2392112585
##########
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:
As the functionality you add is specific to InputStreamResponseParser, I
think a static method there makes more sense.
Also, I want to avoid adding more helper methods to STCJ4. Tons of methods
on this class... lots of legacy stuff abounds.
--
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]