branch-2.1: [fix](case) fix replay_wal_restart_fe #43705 (#43897)

Cherry-picked from #43705

Co-authored-by: meiyi <meiyi@selectdb.com>
This commit is contained in:
github-actions[bot]
2024-11-16 16:00:20 +08:00
committed by GitHub
parent 21b3e4bbf9
commit 75d4e2c5ad

View File

@ -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'
}
}