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 01a499911ba branch-4.0: [fix](p0) fix unstable p0 test #59160 (#59180)
01a499911ba is described below

commit 01a499911ba12bfc939c434c6628168d5c6944a4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 19 14:15:06 2025 +0800

    branch-4.0: [fix](p0) fix unstable p0 test #59160 (#59180)
    
    Cherry-picked from #59160
    
    Co-authored-by: TengJianPing <[email protected]>
---
 regression-test/suites/nereids_function_p0/load.groovy | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/regression-test/suites/nereids_function_p0/load.groovy 
b/regression-test/suites/nereids_function_p0/load.groovy
index 7ea4510bfd2..08eb390f422 100644
--- a/regression-test/suites/nereids_function_p0/load.groovy
+++ b/regression-test/suites/nereids_function_p0/load.groovy
@@ -225,6 +225,9 @@ suite("load") {
     }
 
     if (!isClusterKeyEnabled()) {
+    sql """
+    set debug_skip_fold_constant=true;
+    """
     // test fn_test_ip_not_nullable_rowstore table with update action
     // not null will throw exception if we has data in table
     test {
@@ -236,6 +239,9 @@ suite("load") {
         sql "update fn_test_ip_not_nullable_rowstore set ip6 = '' where id = 
1;"
         exception("parse ipv6 fail")
     }
+    sql """
+    set debug_skip_fold_constant=false;
+    """
 
     sql "update fn_test_ip_not_nullable_rowstore set ip4 = '192.10.10.1' where 
id = 1;"
     def sql_res1 = sql "select * from fn_test_ip_not_nullable_rowstore where 
id = 1;"


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

Reply via email to