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/artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 232766fd3d NO-JIRA Fixing test after logger ID change
232766fd3d is described below
commit 232766fd3d8602554646f58be7179dc94248657e
Author: Clebert Suconic <[email protected]>
AuthorDate: Tue Mar 3 14:10:41 2026 -0500
NO-JIRA Fixing test after logger ID change
---
.../artemis/tests/soak/memoryFlood/QueueMemoryFloodValidationTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/memoryFlood/QueueMemoryFloodValidationTest.java
b/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/memoryFlood/QueueMemoryFloodValidationTest.java
index a8bcf55d98..acfc5a5536 100644
---
a/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/memoryFlood/QueueMemoryFloodValidationTest.java
+++
b/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/memoryFlood/QueueMemoryFloodValidationTest.java
@@ -90,7 +90,7 @@ public class QueueMemoryFloodValidationTest extends
SoakTestBase {
simpleManagement.simpleManagementInt(ResourceNames.QUEUE + QUEUE_NAME,
"changeMessagesPriority", "", (int)3);
File logLocation = new File(serverLocation, "log/artemis.log");
- assertTrue(FileUtil.find(logLocation, l -> l.contains("AMQ224158")),
"Expected AMQ224158 warning log message from
ActiveMQServerLogger.preventQueueManagementToFloodMemory");
+ assertTrue(FileUtil.find(logLocation, l -> l.contains("AMQ224162")),
"Expected AMQ224158 warning log message from
ActiveMQServerLogger.preventQueueManagementToFloodMemory");
Wait.assertEquals(MESSAGE_COUNT, () ->
simpleManagement.getMessageCountOnQueue(QUEUE_NAME), 5000, 100);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]