From 4e4972d311b021fd782687c57c43990fdac80346 Mon Sep 17 00:00:00 2001 From: zhannngchen <48427519+zhannngchen@users.noreply.github.com> Date: Fri, 2 Jun 2023 21:51:33 +0800 Subject: [PATCH] [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