test(e2e_test): add automated cluster environment for conditional PUT race test (#1673)

Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: loverustfs <hello@rustfs.com>
This commit is contained in:
LeonWang0735
2026-02-06 15:01:59 +08:00
committed by GitHub
parent 6eb90e7df9
commit a2b88a79ec
3 changed files with 517 additions and 0 deletions
+3
View File
@@ -61,6 +61,9 @@ mod protocols;
#[cfg(test)]
mod object_lock;
#[cfg(test)]
mod cluster_concurrency_test;
// PutObject / MultipartUpload with checksum (Content-MD5, x-amz-checksum-*)
#[cfg(test)]
mod checksum_upload_test;