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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 8c755792fca branch-3.0: [Fix](regression) Fix case 
`test_add_key_partial_update` #47583 (#47719)
8c755792fca is described below

commit 8c755792fca100392e9ee026f362f5af601b6afb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 11 09:48:30 2025 +0800

    branch-3.0: [Fix](regression) Fix case `test_add_key_partial_update` #47583 
(#47719)
    
    Cherry-picked from #47583
    
    Co-authored-by: bobhan1 <[email protected]>
---
 .../partial_update/test_add_key_partial_update.groovy                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/fault_injection_p0/partial_update/test_add_key_partial_update.groovy
 
b/regression-test/suites/fault_injection_p0/partial_update/test_add_key_partial_update.groovy
index 61ba9d60ea8..ef3b5246c5d 100644
--- 
a/regression-test/suites/fault_injection_p0/partial_update/test_add_key_partial_update.groovy
+++ 
b/regression-test/suites/fault_injection_p0/partial_update/test_add_key_partial_update.groovy
@@ -53,7 +53,7 @@ suite("test_add_key_partial_update", "nonConcurrent") {
         Thread.sleep(1000)
         test {
             sql "delete from ${table1} where k1<=3;"
-            exception "Unable to do partial update on shadow index's tablet"
+            exception "Can't do partial update when table is doing schema 
change."
         }
 
         waitForSchemaChangeDone {


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

Reply via email to