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

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


The following commit(s) were added to refs/heads/main by this push:
     new adbd316b7e AMQ-9851 Set preallocation scope to NONE in 
JournalFdRecoveryTest (#1640)
adbd316b7e is described below

commit adbd316b7e3703a5c8311dbcb49ccae21131bcb9
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Fri Jan 30 16:01:09 2026 +0100

    AMQ-9851 Set preallocation scope to NONE in JournalFdRecoveryTest (#1640)
---
 .../java/org/apache/activemq/store/kahadb/JournalFdRecoveryTest.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/JournalFdRecoveryTest.java
 
b/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/JournalFdRecoveryTest.java
index 1c03df2a21..088bcbb1ef 100644
--- 
a/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/JournalFdRecoveryTest.java
+++ 
b/activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/JournalFdRecoveryTest.java
@@ -212,6 +212,7 @@ public class JournalFdRecoveryTest {
     public void testRecoveryWithMissingMssagesWithValidAcks() throws Exception 
{
 
         doCreateBroker(true);
+        adapter.setPreallocationScope(Journal.PreallocationScope.NONE.name());
         adapter.setCheckpointInterval(50000);
         adapter.setCleanupInterval(50000);
         broker.start();


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to