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 7516fe0b399 branch-4.0: [fix](case) make case stable #57040 (#57260)
7516fe0b399 is described below

commit 7516fe0b3996416000205988404ed89ef9172a53
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 24 10:35:52 2025 +0800

    branch-4.0: [fix](case) make case stable #57040 (#57260)
    
    Cherry-picked from #57040
    
    Co-authored-by: Sun Chenyang <[email protected]>
---
 regression-test/suites/variant_p0/predefine/variant_with_mow.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/suites/variant_p0/predefine/variant_with_mow.groovy 
b/regression-test/suites/variant_p0/predefine/variant_with_mow.groovy
index e45876ba189..e13a3b2ec0e 100644
--- a/regression-test/suites/variant_p0/predefine/variant_with_mow.groovy
+++ b/regression-test/suites/variant_p0/predefine/variant_with_mow.groovy
@@ -64,12 +64,12 @@ suite("variant_predefine_with_mow") {
     sql """ insert into var_mow values(944935252, '2', 1, 1, 'TRUE', 
1741682404960657985, 1741682404960657985, 0, '{"a": 49, "b": 59, "c": 69, "d": 
79, "e": 89, "f": 99, "g": 109, "h": 119, "i": 129, "j": 139}'); """
     sql """ insert into var_mow values(944935253, '2', 1, 1, 'TRUE', 
1741682404960657985, 1741682404960657985, 0, '{"a": 50, "b": 60, "c": 70, "d": 
80, "e": 90, "f": 100, "g": 110, "h": 120, "i": 130, "j": 140}'); """
 
-    trigger_and_wait_compaction("var_mow", "cumulative")
+    trigger_and_wait_compaction("var_mow", "full")
 
     qt_sql """ select objectId from var_mow objects_alias where 
objects_alias.portalid = 944935233 and objects_alias.objectTypeId = '2' limit 
100 """
     // topn two phase enabled
     qt_sql """select * from var_mow order by portalid  limit 5"""
     // topn two phase disabled
     qt_sql """select * from var_mow order by portalid + OBJECTIDHASH limit 5"""
-    // qt_sql """select variant_type(OVERFLOWPROPERTIES) from var_mow limit 
1"""
+    qt_sql """select variant_type(OVERFLOWPROPERTIES) from var_mow limit 1"""
 }
\ No newline at end of file


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

Reply via email to