driseley commented on code in PR #23378:
URL: https://github.com/apache/camel/pull/23378#discussion_r3275701510


##########
components/camel-google/camel-google-pubsub/src/test/java/org/apache/camel/component/google/pubsub/PubsubTestSupport.java:
##########
@@ -86,6 +94,24 @@ public Properties loadRegProperties() {
         return loadProperties();
     }
 
+    @Override
+    protected void setupResources() throws Exception {
+        ORPHAN_APPENDER.reset();
+        super.setupResources();
+    }
+
+    @Override
+    protected void cleanupResources() throws Exception {
+        super.cleanupResources();

Review Comment:
   Thanks Claus - I have remove the `System.runFinalization()` call and force 
pushed



##########
components/camel-google/camel-google-pubsub/src/test/java/org/apache/camel/component/google/pubsub/PubsubTestSupport.java:
##########
@@ -86,6 +94,24 @@ public Properties loadRegProperties() {
         return loadProperties();
     }
 
+    @Override
+    protected void setupResources() throws Exception {
+        ORPHAN_APPENDER.reset();
+        super.setupResources();
+    }
+
+    @Override
+    protected void cleanupResources() throws Exception {
+        super.cleanupResources();

Review Comment:
   Thanks Claus - I have removed the `System.runFinalization()` call and force 
pushed



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