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 2022/10/15 04:25:01 UTC

[activemq-artemis] branch main updated: NO-JIRA log.debug on a test

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 10a93f9203 NO-JIRA log.debug on a test
10a93f9203 is described below

commit 10a93f92038502c8969f2d3abd7a51426cc13394
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Sat Oct 15 00:24:19 2022 -0400

    NO-JIRA log.debug on a test
---
 .../activemq/artemis/tests/soak/paging/MegaCleanerPagingTest.java      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/paging/MegaCleanerPagingTest.java b/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/paging/MegaCleanerPagingTest.java
index 541eb824c2..fdfc8e8188 100644
--- a/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/paging/MegaCleanerPagingTest.java
+++ b/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/paging/MegaCleanerPagingTest.java
@@ -84,8 +84,9 @@ public class MegaCleanerPagingTest extends ActiveMQTestBase {
    @Test
    public void testRestart() throws Throwable {
       remoteCall("populate");
-      System.out.println("Resuming...");
+      logger.debug("Resuming...");
       remoteCall("resume");
+      logger.debug("....done");
    }
 
    private void remoteCall(String methodName) throws Exception {