poorbarcode opened a new pull request, #22594:
URL: https://github.com/apache/pulsar/pull/22594

   ### Motivation
   
   There are two tests that are not normal operations when using 
Geo-Replication with a global metadata store, which is should be denied in a 
production pulsar cluster. they are very dangerous, which leads to a lot of 
topic deletion namespace policies not correct, making other tests in the same 
class flaky
   - `Replicatortest.testConfigChange`
   - `ReplicatorGlobalNSTest .testRemoveLocalClusterOnGlobalNamespace`
   
   ### Modifications
   
   - Rename the class `ReplicatorGlobalNSTest` to 
`ReplicatorGlobalNSDangerousOperationTest`
   - Move `Replicatortest.testConfigChange` into 
`ReplicatorGlobalNSDangerousOperationTest`
   - Move the normal test `ReplicatorGlobalNSTest. testForcefullyTopicDeletion` 
into `Replicatortest`
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update 
later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->
   
   ### Matching PR in forked repository
   
   PR in forked repository: x
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to