Skip to content

Commit fbd75be

Browse files
authored
Merge pull request #1785 from tursodatabase/fix-flaxy-test
fix flaky test
2 parents c050655 + 56e152f commit fbd75be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libsql-server/tests/cluster/replication.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,9 @@ fn replica_interactive_transaction() {
317317
.unwrap();
318318
tx.commit().await.unwrap();
319319

320+
// libsql-client doesn't support read your writes yet
321+
tokio::time::sleep(Duration::from_secs(1)).await;
322+
320323
let count = conn
321324
.query("select count(0) from test", ())
322325
.await

0 commit comments

Comments
 (0)