You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2024/04/26 12:23:29 UTC

(camel) branch main updated (478ddd052e9 -> 1a51889ee28)

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

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 478ddd052e9 Mark CEQ 3.8.x as LTS
     new 024acf14046 (chores) camel-jms: fix sporadic test hangup
     new 1a51889ee28 (chores) camel-zookeeper-master: fix sporadic test hangup

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-jms/pom.xml              | 3 +++
 components/camel-zookeeper-master/pom.xml | 1 +
 2 files changed, 4 insertions(+)


(camel) 01/02: (chores) camel-jms: fix sporadic test hangup

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 024acf14046d591fab9c05f432519d6df7156321
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Fri Apr 26 10:52:26 2024 +0200

    (chores) camel-jms: fix sporadic test hangup
---
 components/camel-jms/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index b254e4bc1fd..483f4a57402 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -187,6 +187,9 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>
+                        <configuration>
+                            <argLine>-XX:+ExitOnOutOfMemoryError -Xmx2G</argLine>
+                        </configuration>
                         <executions>
                             <execution>
                                 <id>default-test</id>


(camel) 02/02: (chores) camel-zookeeper-master: fix sporadic test hangup

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1a51889ee2886aba756fa6e1138957d180ed3c58
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Fri Apr 26 10:52:39 2024 +0200

    (chores) camel-zookeeper-master: fix sporadic test hangup
---
 components/camel-zookeeper-master/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-zookeeper-master/pom.xml b/components/camel-zookeeper-master/pom.xml
index 271f8010cf1..e0aec8939a3 100644
--- a/components/camel-zookeeper-master/pom.xml
+++ b/components/camel-zookeeper-master/pom.xml
@@ -141,6 +141,7 @@
                             <systemPropertyVariables>
                                 <visibleassertions.silence>true</visibleassertions.silence>
                             </systemPropertyVariables>
+                            <argLine>-XX:+ExitOnOutOfMemoryError -Xmx2G</argLine>
                         </configuration>
                     </plugin>
                 </plugins>