[
https://issues.apache.org/jira/browse/ARTEMIS-995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15882879#comment-15882879
]
ASF GitHub Bot commented on ARTEMIS-995:
----------------------------------------
Github user dudaerich commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1044#discussion_r102963267
--- Diff:
artemis-junit/src/test/java/org/apache/activemq/artemis/junit/MultipleEmbeddedActiveMQResourcesTest.java
---
@@ -38,6 +38,11 @@
static final String ASSERT_RECEIVED_FORMAT = "Message should have been
received from %s";
static final String ASSERT_COUNT_FORMAT = "Unexpected message count in
queue %s";
+ static {
+ ThreadLeakCheckRule.addKownThread("MemoryPoolMXBean notification
dispatcher");
--- End diff --
They are already ignored also in Artemis test suite
[here](https://github.com/apache/activemq-artemis/blob/master/artemis-commons/src/test/java/org/apache/activemq/artemis/utils/ThreadLeakCheckRule.java#L216).
> Cleanup test suite
> ------------------
>
> Key: ARTEMIS-995
> URL: https://issues.apache.org/jira/browse/ARTEMIS-995
> Project: ActiveMQ Artemis
> Issue Type: Task
> Affects Versions: 2.0.0
> Reporter: Erich Duda
>
> Artemis test suite contains several unstable tests which fail from time to
> time. Aim of this task is to identify causes of failures and make the test
> suite more stable.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)