mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-21 03:46:37 +00:00
fix(site-replication): harden service account sync (#3500)
This commit is contained in:
@@ -1693,6 +1693,9 @@ mod tests {
|
||||
}
|
||||
Err(_) => break,
|
||||
};
|
||||
stream
|
||||
.set_nonblocking(false)
|
||||
.expect("failed to set discovery mock stream blocking");
|
||||
|
||||
seen += 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user