]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tentacle: qa/rgw/multisite: remove duplicate test_suspended_delete_marker_incremental... wip-oozmen-76505 68846/head
authoroozmen <oozmen@bloomberg.net>
Mon, 11 May 2026 14:45:37 +0000 (10:45 -0400)
committeroozmen <oozmen@bloomberg.net>
Mon, 11 May 2026 15:30:41 +0000 (11:30 -0400)
commitc09933eb8d5cc09cca78c039297e7af5f38cef63
treef4160a1f8182f556cccf206fa5b6f7c602a0da35
parentd866558258812653cb2a2666a5f0ea4d6f1be6a7
tentacle: qa/rgw/multisite: remove duplicate test_suspended_delete_marker_incremental_sync

PR #67318 (boto3 migration) cherry-picked onto tentacle conflicted with
PR #66168 which had added test_suspended_delete_marker_incremental_sync
using the old boto API. The conflict resolution added the boto3-rewritten
version of the function but left the original old-API version in place,
resulting in dup definitions with the same name.

Remove the stale old-API duplicate; keep the boto3 version added by PR #67318.

Fixes: https://tracker.ceph.com/issues/76505
Signed-off-by: Oguzhan Ozmen <oozmen@bloomberg.net>
src/test/rgw/rgw_multi/tests.py