fix(rebalance): fence peers before activation (#5842)

This commit is contained in:
cxymds
2026-08-08 19:55:50 +08:00
committed by GitHub
parent c2e23411e8
commit a7de957eb8
4 changed files with 374 additions and 95 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ cd "$(dirname "$0")/.."
# Baselines verified on 2026-08-06. Lower-only; see header.
S3S_IMPORT_FILES_BASELINE=236
S3_ERROR_LINES_BASELINE=1679
S3_ERROR_LINES_BASELINE=1678
S3S_PATH_PATTERN='(^|[^"[:alnum:]_])s3s::'
TMP_DIR="$(mktemp -d)"