This is an automated email from the ASF dual-hosted git repository. zhangchen 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 a1dcdf32e07 [fix](case) fix replay_wal_restart_fe (#43705) a1dcdf32e07 is described below commit a1dcdf32e071f7b68bc54bfd5f79425bcfa1170f Author: meiyi <me...@selectdb.com> AuthorDate: Wed Nov 13 20:21:57 2024 +0800 [fix](case) fix replay_wal_restart_fe (#43705) Problem Summary: fix failed `replay_wal_restart_fe` because schema change is failed --- .../suites/insert_p0/group_commit/replay_wal_restart_fe.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/insert_p0/group_commit/replay_wal_restart_fe.groovy b/regression-test/suites/insert_p0/group_commit/replay_wal_restart_fe.groovy index 8347950ca6b..33664f52f2b 100644 --- a/regression-test/suites/insert_p0/group_commit/replay_wal_restart_fe.groovy +++ b/regression-test/suites/insert_p0/group_commit/replay_wal_restart_fe.groovy @@ -75,6 +75,6 @@ suite("replay_wal_restart_fe", 'docker') { } sleep(1000) } - order_qt_select_1 'SELECT * FROM tbl_2' + order_qt_select_1 'SELECT k2, k1 FROM tbl_2' } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org