Skip to content

Commit

Permalink
[fix](case) fix replay_wal_restart_fe (#43705)
Browse files Browse the repository at this point in the history
Problem Summary:

fix failed `replay_wal_restart_fe` because schema change is failed
  • Loading branch information
mymeiyi authored Nov 13, 2024
1 parent fd2e58b commit a1dcdf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

0 comments on commit a1dcdf3

Please sign in to comment.