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 e8cff852e07 [fix](case) fix some failed cases (#46816)
e8cff852e07 is described below

commit e8cff852e0772ac5354579cde4082316ef038d1f
Author: Dongyang Li <lidongy...@selectdb.com>
AuthorDate: Sat Jan 11 11:23:16 2025 +0800

    [fix](case) fix some failed cases (#46816)
---
 .../test_index_compaction_with_multi_index_segments.groovy              | 2 +-
 regression-test/suites/variant_p0/with_index/var_index.groovy           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy
 
b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy
index eeafd631679..6ffd63ed404 100644
--- 
a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy
+++ 
b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy
@@ -273,7 +273,7 @@ suite("test_index_compaction_with_multi_index_segments", 
"nonConcurrent") {
         assert (rowsetCount == 3 * replicaNum)
 
         // trigger full compactions for all tablets in ${tableName}
-        trigger_and_wait_compaction.call(tableName, "full")
+        trigger_and_wait_compaction(tableName, "full")
         // after full compaction, there is only 1 rowset.
         rowsetCount = get_rowset_count.call(tablets)
         assert (rowsetCount == 1 * replicaNum)
diff --git a/regression-test/suites/variant_p0/with_index/var_index.groovy 
b/regression-test/suites/variant_p0/with_index/var_index.groovy
index 73ebdef6e87..3cf09afb7cc 100644
--- a/regression-test/suites/variant_p0/with_index/var_index.groovy
+++ b/regression-test/suites/variant_p0/with_index/var_index.groovy
@@ -96,7 +96,7 @@ suite("regression_test_variant_var_index", "p0, 
nonConcurrent"){
 
     master_multi_sql """
         set disable_inverted_index_v1_for_variant = false;
-        DROP TABLE IF EXISTS var_index";
+        DROP TABLE IF EXISTS var_index;
         CREATE TABLE IF NOT EXISTS var_index (
             k bigint,
             v variant


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

Reply via email to