test(e2e): add pinned direct upgrade gate (#6555)

This commit is contained in:
Zhengchao An
2026-08-25 04:33:38 +08:00
committed by GitHub
parent 97d2d344b2
commit 77d7404d77
5 changed files with 391 additions and 2 deletions
+4
View File
@@ -61,6 +61,10 @@ mod get_codec_streaming_compat_test;
#[cfg(test)]
mod version_id_regression_test;
// Pinned previous-release -> current-build on-disk compatibility.
#[cfg(test)]
mod upgrade_compatibility_test;
// Receiver-side replication LWW (rustfs/backlog#1953): stale inbound
// replication metadata must not overwrite a newer local category state.
#[cfg(test)]