mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-25 10:06:28 +00:00
Use Toxiproxy for failover testing (#44)
* Toxiproxy * up-to-date config * debug * hm * more * mroe * more * hmm * aha * less logs * cleaner * hmm * we test these now * update readme
This commit is contained in:
@@ -311,7 +311,7 @@ impl Client {
|
||||
// or until the client disconnects if we are in session mode.
|
||||
loop {
|
||||
let mut message = if message.len() == 0 {
|
||||
debug!("Waiting for message inside transaction or in session mode");
|
||||
trace!("Waiting for message inside transaction or in session mode");
|
||||
|
||||
match read_message(&mut self.read).await {
|
||||
Ok(message) => message,
|
||||
|
||||
Reference in New Issue
Block a user