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:20:09 UTC

[activemq-artemis] branch main updated: NO-JIRA Fixing Junit Helpr methods errorprone issue in MegaCleanerPagingTest

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 0275efff29 NO-JIRA Fixing Junit Helpr methods errorprone issue in MegaCleanerPagingTest
0275efff29 is described below

commit 0275efff29e328416720e507348401ede188c8ed
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Sat Oct 15 00:15:09 2022 -0400

    NO-JIRA Fixing Junit Helpr methods errorprone issue in MegaCleanerPagingTest
---
 .../activemq/artemis/tests/soak/paging/MegaCleanerPagingTest.java       | 2 ++
 1 file changed, 2 insertions(+)

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 32cae433f6..541eb824c2 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
@@ -50,6 +50,8 @@ import org.slf4j.LoggerFactory;
 /**
  * PageCleanup should still be able to perform it well.
  * */
+// supressing because the helper methods need to be public as they are called from a spawned java
+@SuppressWarnings("JUnit4TestNotRun")
 public class MegaCleanerPagingTest extends ActiveMQTestBase {
 
    // set this to true to have the test to be called directly