This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new ff66efd7d0 [improvement](test) print response of streamload (#18313)
ff66efd7d0 is described below
commit ff66efd7d0425397123646d5c5bd42646d36c1fa
Author: Yongqiang YANG <[email protected]>
AuthorDate: Sun Apr 2 20:08:28 2023 +0800
[improvement](test) print response of streamload (#18313)
We need reponse text to reason failures of streamload.
---
.../groovy/org/apache/doris/regression/action/StreamLoadAction.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/action/StreamLoadAction.groovy
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/action/StreamLoadAction.groovy
index 18a54d1e15..f482d34ce0 100644
---
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/action/StreamLoadAction.groovy
+++
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/action/StreamLoadAction.groovy
@@ -148,7 +148,7 @@ class StreamLoadAction implements SuiteAction {
ex = t
}
long endTime = System.currentTimeMillis()
- log.info("Stream load elapsed ${endTime - startTime} ms".toString())
+ log.info("Stream load elapsed ${endTime - startTime} ms, response:
${responseText}".toString())
checkResult(responseText, ex, startTime, endTime)
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]