Skip to content

Commit c6ddb5b

Browse files
committed
Remove heap memory setting and renable KahaDB test
1 parent 4865454 commit c6ddb5b

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

activemq-kahadb-store/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
<name>ActiveMQ :: KahaDB Store</name>
3131
<description>The ActiveMQ KahaDB Store Implementation</description>
3232

33-
<properties>
34-
<surefire.argLine>-Xmx512M</surefire.argLine>
35-
</properties>
36-
3733
<dependencies>
3834

3935
<!-- =============================== -->

activemq-kahadb-store/src/test/java/org/apache/activemq/store/kahadb/JournalCorruptionEofIndexRecoveryTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
import org.slf4j.LoggerFactory;
7070
import org.slf4j.event.LoggingEvent;
7171

72-
@Ignore("Temporary to test GitHub Action")
7372
public class JournalCorruptionEofIndexRecoveryTest {
7473

7574
private static final Logger LOG = LoggerFactory.getLogger(JournalCorruptionEofIndexRecoveryTest.class);

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@
973973
<java.awt.headless>true</java.awt.headless>
974974
<org.apache.activemq.kahaDB.files.skipMetadataUpdate>true</org.apache.activemq.kahaDB.files.skipMetadataUpdate>
975975
</systemPropertyVariables>
976-
<argLine>-enableassertions -Xmx1G</argLine>
976+
<argLine>-enableassertions</argLine>
977977
</configuration>
978978
</plugin>
979979
<plugin>

0 commit comments

Comments
 (0)