You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/24 15:10:44 UTC

[jira] [Commented] (ARTEMIS-995) Cleanup test suite

    [ https://issues.apache.org/jira/browse/ARTEMIS-995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15882846#comment-15882846 ] 

ASF GitHub Bot commented on ARTEMIS-995:
----------------------------------------

Github user clebertsuconic commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/1044#discussion_r102959366
  
    --- 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 --
    
    Isn't there a way to kill these threads?


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