more tests

This commit is contained in:
Lev Kokotov
2022-02-10 08:35:25 -08:00
parent 6d5ab79ed3
commit daf120aeac
2 changed files with 141 additions and 8 deletions

View File

@@ -180,6 +180,7 @@ impl Client {
// - if in transaction mode, this lives for the duration of one transaction.
let mut shard: Option<usize> = None;
// Active database role we want to talk to, e.g. primary or replica.
let mut role: Option<Role> = None;
loop {