gavinchou commented on code in PR #55469:
URL: https://github.com/apache/doris/pull/55469#discussion_r2332367442
##########
regression-test/plugins/plugin_curl_requester.groovy:
##########
@@ -144,15 +144,22 @@ Suite.metaClass.curl = { String method, String url,
String body = null, Integer
while (retryCount < maxRetries) {
process = cmd.execute()
- code = process.waitFor()
- err = IOGroovyMethods.getText(new BufferedReader(new
InputStreamReader(process.getErrorStream())))
- out = process.getText()
+
+ def outputGlobber = new ByteArrayOutputStream()
Review Comment:
a
--
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]