We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c050655 + 56e152f commit fbd75beCopy full SHA for fbd75be
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