fix(site-replication): harden service account sync (#3500)

This commit is contained in:
cxymds
2026-06-16 21:20:13 +08:00
committed by GitHub
parent cd96491b39
commit d094d91925
6 changed files with 1230 additions and 170 deletions
+3
View File
@@ -1693,6 +1693,9 @@ mod tests {
}
Err(_) => break,
};
stream
.set_nonblocking(false)
.expect("failed to set discovery mock stream blocking");
seen += 1;