test(e2e): avoid console port 9001 clash and fail fast on dead server (#4603)

This commit is contained in:
Zhengchao An
2026-07-09 12:07:15 +08:00
committed by GitHub
parent 073628e8be
commit 79d6de860c
4 changed files with 81 additions and 1 deletions
+4
View File
@@ -46,6 +46,10 @@ mod list_objects_duplicates_test;
#[cfg(test)]
mod quota_test;
// Harness regression tests: console port isolation + fail-fast startup
#[cfg(test)]
mod server_startup_failfast_test;
#[cfg(test)]
mod bucket_policy_check_test;