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

yiguolei 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 042e18068a1 [chore](test) fix 
regression-test/suites/fault_injection_p0/test_variant_bloom_filter.groovy 
(#52201)
042e18068a1 is described below

commit 042e18068a1c9e5e045c4d6c8b74a81c2708f0d0
Author: lihangyu <[email protected]>
AuthorDate: Tue Jun 24 18:23:49 2025 +0800

    [chore](test) fix 
regression-test/suites/fault_injection_p0/test_variant_bloom_filter.groovy 
(#52201)
---
 .../suites/fault_injection_p0/test_variant_bloom_filter.groovy          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/fault_injection_p0/test_variant_bloom_filter.groovy 
b/regression-test/suites/fault_injection_p0/test_variant_bloom_filter.groovy
index 73bc1569369..121b95e4cbc 100644
--- a/regression-test/suites/fault_injection_p0/test_variant_bloom_filter.groovy
+++ b/regression-test/suites/fault_injection_p0/test_variant_bloom_filter.groovy
@@ -93,7 +93,7 @@ suite("test_variant_bloom_filter", "nonConcurrent") {
     for (def tablet in tablets) {
         int afterSegmentCount = 0
         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