This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 75d4e2c5ada branch-2.1: [fix](case) fix replay_wal_restart_fe #43705
(#43897)
75d4e2c5ada is described below
commit 75d4e2c5ada57d3bc4c9540ba864d77ed4f3ea2f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 16 16:00:20 2024 +0800
branch-2.1: [fix](case) fix replay_wal_restart_fe #43705 (#43897)
Cherry-picked from #43705
Co-authored-by: meiyi <[email protected]>
---
.../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 d39bdd9d4a9..0b84549586e 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") {
}
sleep(1000)
}
- order_qt_select_1 'SELECT * FROM tbl_2'
+ order_qt_select_1 'SELECT k2, k1 FROM tbl_2'
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]