mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-08-03 13:56:41 +00:00
- Added s3_test_main.go with auto-managed weed mini server to: - acl, basic, copying, cors, delete, etag, filer_group, iam - remote_cache, retention, sse, tagging (12 additional test suites) - All tests now support automatic server lifecycle management via TestMain - Backward compatible with USE_EXTERNAL_SERVER=true for CI pipelines - No changes required to existing test files - All 13 S3 test suites now use consistent weed mini infrastructure This enables: - Tests to run independently with self-managed server - Simplified CI/CD pipelines - Reduced infrastructure complexity - Consistent test infrastructure across all S3 tests