This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 5e9847a7786 [regression-test](fix) fix global var bug in 
compaction/test_cumu_compaction_with_delete.groovy (#46514)
5e9847a7786 is described below

commit 5e9847a77867f7bef171a3ad647930d5fce5f9b7
Author: shuke <[email protected]>
AuthorDate: Tue Jan 7 11:41:05 2025 +0800

    [regression-test](fix) fix global var bug in 
compaction/test_cumu_compaction_with_delete.groovy (#46514)
---
 .../suites/compaction/test_cumu_compaction_with_delete.groovy           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/compaction/test_cumu_compaction_with_delete.groovy 
b/regression-test/suites/compaction/test_cumu_compaction_with_delete.groovy
index 4b31b5e6379..8ad8038b0ec 100644
--- a/regression-test/suites/compaction/test_cumu_compaction_with_delete.groovy
+++ b/regression-test/suites/compaction/test_cumu_compaction_with_delete.groovy
@@ -24,7 +24,7 @@ suite("test_cumu_compaction_with_delete") {
         int cumuPoint = 0
         for (def tablet in tablets) {
             String tablet_id = tablet.TabletId
-            (code, out, err) = curl("GET", tablet.CompactionStatus)
+            def (code, out, err) = curl("GET", tablet.CompactionStatus)
             logger.info("Show tablets status: code=" + code + ", out=" + out + 
", err=" + err)
             assertEquals(code, 0)
             def tabletJson = parseJson(out.trim())


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to