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

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


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 514a1cc441c branch-3.1: [fix](case) make case stable #57040 (#57259)
514a1cc441c is described below

commit 514a1cc441ca3726cefda55bc19d834f5edf3ef9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 28 15:14:11 2025 +0800

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

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 edb25b5ffc9..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,7 +64,7 @@ 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


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

Reply via email to