mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
Test proxying of DEL marker for bucket replication (#19870)
Make sure to avoid proxying for DEL markers Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
This commit is contained in:
5
Makefile
5
Makefile
@@ -106,7 +106,10 @@ test-replication-3site:
|
||||
test-delete-replication:
|
||||
@(env bash $(PWD)/docs/bucket/replication/delete-replication.sh)
|
||||
|
||||
test-replication: install-race test-replication-2site test-replication-3site test-delete-replication test-sio-error ## verify multi site replication
|
||||
test-delete-marker-proxying:
|
||||
@(env bash $(PWD)/docs/bucket/replication/test_del_marker_proxying.sh)
|
||||
|
||||
test-replication: install-race test-replication-2site test-replication-3site test-delete-replication test-sio-error test-delete-marker-proxying ## verify multi site replication
|
||||
@echo "Running tests for replicating three sites"
|
||||
|
||||
test-site-replication-ldap: install-race ## verify automatic site replication
|
||||
|
||||
Reference in New Issue
Block a user