eolivelli commented on a change in pull request #13891:
URL: https://github.com/apache/pulsar/pull/13891#discussion_r792641134



##########
File path: 
pulsar-broker/src/test/java/org/apache/pulsar/PulsarClusterMetadataSetupTest.java
##########
@@ -59,4 +63,12 @@ public void testMainGenerateDocs() throws Exception {
             System.setOut(oldStream);
         }
     }
+
+    @Test
+    public void testToDelete() throws Exception {
+        System.setProperty("bookkeeper.metadata.bookie.drivers", 
PulsarMetadataBookieDriver.class.getName());

Review comment:
       please us System.clearProperty to clean up the env




-- 
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