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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1b9089fc2a NO-JIRA Commandment: don't use this method
1b9089fc2a is described below

commit 1b9089fc2a28b3a43b21287b516467251c9bf8d4
Author: Clebert Suconic <clebertsuco...@apache.org>
AuthorDate: Thu May 25 15:40:01 2023 -0400

    NO-JIRA Commandment: don't use this method
---
 .../org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java   | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git 
a/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java
 
b/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java
index a7d4ddb471..5537efcac0 100644
--- 
a/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java
+++ 
b/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java
@@ -539,6 +539,13 @@ public abstract class ActiveMQTestBase extends Assert {
       return count;
    }
 
+   /*
+    
***********************************************************************************************************************************
+    * Behold, thou shalt never employ this method, unless thou dost isolate 
thine test on its own, separate and distinct house.       *
+    
***********************************************************************************************************************************
+    *
+    * i.e: DON'T USE IT UNLESS YOU HAVE A SEPARATE VM FOR YOUR TEST.
+    */
    protected void disableCheckThread() {
       leakCheckRule.disable();
    }

Reply via email to