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

dataroaring pushed a commit to branch routineload_flexible_update
in repository https://gitbox.apache.org/repos/asf/doris.git

commit ee70fcde3d445f10c2f1ae6a0d162d28348cf78a
Author: Yongqiang YANG <[email protected]>
AuthorDate: Thu Jan 15 09:06:02 2026 -0800

    fix: Fix test assertions and Groovy escaping in routine load tests
    
    Update error message assertion to match actual code behavior and fix
    Groovy string escaping for jsonpaths to prevent token recognition errors.
---
 .../routine_load/test_routine_load_flexible_partial_update.groovy       | 2 +-
 .../test_routine_load_partial_update_new_key_behavior.groovy            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/suites/load_p0/routine_load/test_routine_load_flexible_partial_update.groovy
 
b/regression-test/suites/load_p0/routine_load/test_routine_load_flexible_partial_update.groovy
index 2aa3e80f3a0..f7f99a1d5fd 100644
--- 
a/regression-test/suites/load_p0/routine_load/test_routine_load_flexible_partial_update.groovy
+++ 
b/regression-test/suites/load_p0/routine_load/test_routine_load_flexible_partial_update.groovy
@@ -273,7 +273,7 @@ suite("test_routine_load_flexible_partial_update", 
"nonConcurrent") {
                 (
                     "max_batch_interval" = "10",
                     "format" = "json",
-                    "jsonpaths" = '["\\$.id", "\\$.name", "\\$.score"]',
+                    "jsonpaths" = '[\"\$.id\", \"\$.name\", \"\$.score\"]',
                     "unique_key_update_mode" = "UPDATE_FLEXIBLE_COLUMNS"
                 )
                 FROM KAFKA
diff --git 
a/regression-test/suites/load_p0/routine_load/test_routine_load_partial_update_new_key_behavior.groovy
 
b/regression-test/suites/load_p0/routine_load/test_routine_load_partial_update_new_key_behavior.groovy
index a6a97253e98..eab01074ff3 100644
--- 
a/regression-test/suites/load_p0/routine_load/test_routine_load_partial_update_new_key_behavior.groovy
+++ 
b/regression-test/suites/load_p0/routine_load/test_routine_load_partial_update_new_key_behavior.groovy
@@ -276,7 +276,7 @@ suite("test_routine_load_partial_update_new_key_behavior", 
"nonConcurrent") {
                     "property.kafka_default_offsets" = "OFFSET_BEGINNING"
                 );
             """
-            exception "partial_update_new_key_behavior can only be set when 
partial_columns is true"
+            exception "partial_update_new_key_behavior can only be set when 
partial update is enabled"
         }
     }
 }


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

Reply via email to