clebertsuconic commented on code in PR #4686:
URL: https://github.com/apache/activemq-artemis/pull/4686#discussion_r1406313760


##########
artemis-unit-test-support/src/main/java/org/apache/activemq/artemis/utils/ThreadLeakCheckRule.java:
##########
@@ -295,6 +295,8 @@ private boolean isExpectedThread(Thread thread) {
          return true;
       } else if (threadName.contains("GC Daemon")) {
          return true;
+      } else if 
(threadName.contains("org.eclipse.jetty.util.RolloverFileOutputStream")) {

Review Comment:
   Or move this test to the isolated tests if you can't figure out how to close 
the thread.



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