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 0c13cf84d02 [regression-test](fix) fix 
regression-test/suites/schema_change_p0/test_uniq_mv_schema_change.groovy bug 
(#46050)
0c13cf84d02 is described below

commit 0c13cf84d02b2fa14a1f870eaa490e4e3b489f70
Author: shuke <sh...@selectdb.com>
AuthorDate: Thu Dec 26 21:28:36 2024 +0800

    [regression-test](fix) fix 
regression-test/suites/schema_change_p0/test_uniq_mv_schema_change.groovy bug 
(#46050)
---
 .../schema_change_p0/test_uniq_mv_schema_change.groovy    | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git 
a/regression-test/suites/schema_change_p0/test_uniq_mv_schema_change.groovy 
b/regression-test/suites/schema_change_p0/test_uniq_mv_schema_change.groovy
index b69f72cd2e6..8b9a1691df9 100644
--- a/regression-test/suites/schema_change_p0/test_uniq_mv_schema_change.groovy
+++ b/regression-test/suites/schema_change_p0/test_uniq_mv_schema_change.groovy
@@ -167,21 +167,6 @@ suite ("test_uniq_mv_schema_change") {
     // compaction
     trigger_and_wait_compaction(tableName, "cumulative")
 
-    // wait for all compactions done
-    for (String[] tablet in tablets) {
-            boolean running = true
-            do {
-                Thread.sleep(100)
-                String tablet_id = tablet[0]
-                backend_id = tablet[2]
-                def (code, out, err) = 
be_get_compaction_status(backendId_to_backendIP.get(backend_id), 
backendId_to_backendHttpPort.get(backend_id), tablet_id)
-                logger.info("Get compaction status: code=" + code + ", out=" + 
out + ", err=" + err)
-                assertEquals(code, 0)
-                def compactionStatus = parseJson(out.trim())
-                assertEquals("success", compactionStatus.status.toLowerCase())
-                running = compactionStatus.run_status
-            } while (running)
-    }
     qt_sc """ select count(*) from ${tableName} """
 
     qt_sc """  SELECT * FROM ${tableName} WHERE user_id=2 """


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to