mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-05 12:57:42 +00:00
08e1f4670b
Co-authored-by: houseme <housemecn@gmail.com>
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
# Unimplemented S3 feature tests
|
|
# ==============================
|
|
#
|
|
# These tests cover STANDARD S3 features planned but not yet implemented in RustFS.
|
|
# They are TEMPORARILY EXCLUDED and should move to implemented_tests.txt when done.
|
|
#
|
|
# Unimplemented features:
|
|
# - Bucket Logging: Access logging
|
|
# - Checksum: POST Object form upload checksum
|
|
# - Bucket Ownership Controls
|
|
|
|
# Failed tests
|
|
test_bucket_create_delete_bucket_ownership
|
|
test_bucket_logging_owner
|
|
test_object_copy_not_owned_bucket
|
|
test_bucket_policy_multipart
|
|
test_post_object_upload_checksum
|
|
test_put_bucket_logging
|
|
test_put_bucket_logging_errors
|
|
test_put_bucket_logging_permissions
|
|
test_put_bucket_logging_policy_wildcard
|
|
test_rm_bucket_logging
|
|
|
|
# Skipped tests (require IAM account or multiple storage classes)
|
|
test_bucket_policy_deny_self_denied_policy
|
|
test_bucket_policy_deny_self_denied_policy_confirm_header
|
|
test_lifecycle_plain_null_version_current_transition
|
|
test_lifecycle_set_noncurrent_transition
|
|
test_lifecycle_transition_encrypted
|
|
|
|
# Tests with known issues (need further investigation)
|
|
test_bucket_policy_different_tenant
|
|
test_bucket_policy_tenanted_bucket
|
|
# Flaky in CI: version count assertion (expects 5, gets 1) - timing/concurrency
|
|
test_versioned_concurrent_object_create_concurrent_remove
|