test(replication): add programmable fake S3 target (#4929)

This commit is contained in:
Zhengchao An
2026-07-17 01:20:09 +08:00
committed by GitHub
parent 3674f5f56e
commit 7cc92ac93c
5 changed files with 2936 additions and 3 deletions
+4
View File
@@ -23,6 +23,10 @@ pub mod common;
#[cfg(test)]
pub mod chaos;
// Programmable S3 target for replication failure-path tests (backlog#1147 repl-8).
#[cfg(test)]
pub mod fake_s3_target;
// Reliability tests built on the fault-injection harness
#[cfg(test)]
mod reliability_disk_fault_test;