You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by da...@apache.org on 2023/06/02 13:51:41 UTC

[doris] branch master updated: [fix](regression) test_partial_update_with_row_column (#20279)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4e4972d311 [fix](regression) test_partial_update_with_row_column (#20279)
4e4972d311 is described below

commit 4e4972d311b021fd782687c57c43990fdac80346
Author: zhannngchen <48...@users.noreply.github.com>
AuthorDate: Fri Jun 2 21:51:33 2023 +0800

    [fix](regression) test_partial_update_with_row_column (#20279)
---
 .../partial_update/test_partial_update_with_row_column.groovy           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_with_row_column.groovy b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_with_row_column.groovy
index efca78f453..1b2f7fbd89 100644
--- a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_with_row_column.groovy
+++ b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_with_row_column.groovy
@@ -54,7 +54,7 @@ suite("test_primary_key_partial_update_with_row_column", "p0") {
         time 10000 // limit inflight 10s
     }
     qt_select_default """
-        select * from ${tableName}
+        select * from ${tableName} order by id
     """
 
     // drop drop


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org