You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2020/03/17 13:54:00 UTC

[activemq-artemis] branch master updated: ARTEMIS-2658 Enabling thread check at end of test

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 4723405  ARTEMIS-2658 Enabling thread check at end of test
4723405 is described below

commit 4723405214f3fd8049bbf91d07b3d605f3e027b3
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Tue Mar 17 09:53:07 2020 -0400

    ARTEMIS-2658 Enabling thread check at end of test
---
 .../org/apache/activemq/artemis/tests/smoke/paging/SmokePagingTest.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/paging/SmokePagingTest.java b/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/paging/SmokePagingTest.java
index fac7999..41da3e2 100644
--- a/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/paging/SmokePagingTest.java
+++ b/tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/paging/SmokePagingTest.java
@@ -32,7 +32,6 @@ public class SmokePagingTest extends SmokeTestBase {
    @Before
    public void before() throws Exception {
       cleanupData(SERVER_NAME_0);
-      disableCheckThread();
       startServer(SERVER_NAME_0, 0, 30000);
    }