This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 2a6b21e192d branch-4.0: [fix](case) Should recycle instance before
check #56643 (#56771)
2a6b21e192d is described below
commit 2a6b21e192dd834af8583cb688f75ae03d8e0ff0
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 11 16:42:35 2025 +0800
branch-4.0: [fix](case) Should recycle instance before check #56643 (#56771)
Cherry-picked from #56643
Co-authored-by: Yixuan Wang <[email protected]>
---
regression-test/suites/cloud_p0/recycler/test_checker.groovy | 2 ++
regression-test/suites/cloud_p0/recycler/test_recycler.groovy | 2 ++
2 files changed, 4 insertions(+)
diff --git a/regression-test/suites/cloud_p0/recycler/test_checker.groovy
b/regression-test/suites/cloud_p0/recycler/test_checker.groovy
index 0ee765087ea..96cbce6810c 100644
--- a/regression-test/suites/cloud_p0/recycler/test_checker.groovy
+++ b/regression-test/suites/cloud_p0/recycler/test_checker.groovy
@@ -189,6 +189,8 @@ suite("test_checker") {
}
do {
+ triggerRecycle(token, instanceId)
+ Thread.sleep(10000) // 10s
triggerChecker()
Thread.sleep(10000) // 10s
getCheckJobInfo()
diff --git a/regression-test/suites/cloud_p0/recycler/test_recycler.groovy
b/regression-test/suites/cloud_p0/recycler/test_recycler.groovy
index 41500ae2bb4..eeb971cd4ba 100644
--- a/regression-test/suites/cloud_p0/recycler/test_recycler.groovy
+++ b/regression-test/suites/cloud_p0/recycler/test_recycler.groovy
@@ -128,6 +128,8 @@ suite("test_recycler") {
}
do {
+ triggerRecycle(token, instanceId)
+ Thread.sleep(10000) // 10s
triggerChecker()
Thread.sleep(10000) // 10s
getCheckJobInfo()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]