Skip to content

Commit

Permalink
remove auto setting implicit flush from recovery test
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Apr 9, 2024
1 parent 2ae7e47 commit 10629f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tests/simulation/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ impl RisingWave {
tracing::error!("postgres connection error: {e}");
}
});
// for recovery
client
.simple_query("SET RW_IMPLICIT_FLUSH TO true;")
.await?;
// replay all SET statements
for stmt in SetStmtsIterator::new(set_stmts) {
client.simple_query(&stmt).await?;
Expand Down

0 comments on commit 10629f8

Please sign in to comment.