This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 39f5e455c5c branch-4.0: [fix](case) Fix recycler case for global
variables (#56533)
39f5e455c5c is described below
commit 39f5e455c5c71907c1c622b316bc80a6b0d5f319
Author: Yixuan Wang <[email protected]>
AuthorDate: Sun Sep 28 10:51:08 2025 +0800
branch-4.0: [fix](case) Fix recycler case for global variables (#56533)
---
regression-test/suites/cloud_p0/recycler/test_checker.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regression-test/suites/cloud_p0/recycler/test_checker.groovy
b/regression-test/suites/cloud_p0/recycler/test_checker.groovy
index ee07c15078c..0ee765087ea 100644
--- a/regression-test/suites/cloud_p0/recycler/test_checker.groovy
+++ b/regression-test/suites/cloud_p0/recycler/test_checker.groovy
@@ -175,7 +175,7 @@ suite("test_checker") {
checkJobInfoApi.call() {
respCode, body ->
logger.info("http cli result: ${body} ${respCode}")
- checkJobInfoResult = body
+ def checkJobInfoResult = body
logger.info("checkJobInfoResult:${checkJobInfoResult}")
assertEquals(respCode, 200)
def info = parseJson(checkJobInfoResult.trim())
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]