Skip to content

Commit 6e2527c

Browse files
authored
Merge pull request ceph#57655 from AliMasarweh/wip-alimasa-bn-correct-reload
RGW|Bucket notification: reload realm correctly Reviewed-by: yuvalif<[email protected]>
2 parents 53bb41f + cce9b3c commit 6e2527c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/test/rgw/bucket_notification/test_bn.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4547,6 +4547,14 @@ def test_persistent_ps_s3_reload():
45474547
print('delete all topics')
45484548
delete_all_topics(conn, '', get_config_cluster())
45494549

4550+
# disable v2 notification
4551+
result = admin(['zonegroup', 'modify', '--disable-feature=notification_v2'], get_config_cluster())
4552+
assert_equal(result[1], 0)
4553+
result = admin(['period', 'update'], get_config_cluster())
4554+
assert_equal(result[1], 0)
4555+
result = admin(['period', 'commit'], get_config_cluster())
4556+
assert_equal(result[1], 0)
4557+
45504558
# create random port for the http server
45514559
host = get_ip()
45524560
http_port = random.randint(10000, 20000)

0 commit comments

Comments
 (0)