Merge "trivial: tests: clarify exception handling"

This commit is contained in:
Zuul
2025年11月04日 17:27:22 +00:00
committed by Gerrit Code Review

View File

@@ -3003,7 +3003,7 @@ class TestReplicatorSync(test_db_replicator.TestReplicatorSync):
broker = self._get_broker('a', 'c', node_index=0)
daemon.sync_store.remove_synced_container.side_effect = Exception(
'Failed to remove sync_store entry')
'kaboom')
delete_success = daemon.delete_db(broker)
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.