We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ae561 commit 56e152fCopy full SHA for 56e152f
1 file changed
libsql-server/tests/cluster/replication.rs
@@ -317,6 +317,9 @@ fn replica_interactive_transaction() {
317
.unwrap();
318
tx.commit().await.unwrap();
319
320
+ // libsql-client doesn't support read your writes yet
321
+ tokio::time::sleep(Duration::from_secs(1)).await;
322
+
323
let count = conn
324
.query("select count(0) from test", ())
325
.await
0 commit comments