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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8376227609a solr ppc64le integration tests activation (#16748)
8376227609a is described below

commit 8376227609a09ad0faaabf95d4d439dfda57c25a
Author: RadhikaAjabe7 <[email protected]>
AuthorDate: Wed Jan 8 19:56:05 2025 +0530

    solr ppc64le integration tests activation (#16748)
    
    Co-authored-by: root <[email protected]>
---
 components/camel-solr/pom.xml                                          | 1 -
 .../java/org/apache/camel/test/infra/solr/services/SolrContainer.java  | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml
index 4938c40d5c5..17837ffad37 100644
--- a/components/camel-solr/pom.xml
+++ b/components/camel-solr/pom.xml
@@ -31,7 +31,6 @@
     <description>Camel Solr Support</description>
 
     <properties>
-        <skipITs.ppc64le>true</skipITs.ppc64le>
     </properties>
 
     <dependencies>
diff --git 
a/test-infra/camel-test-infra-solr/src/test/java/org/apache/camel/test/infra/solr/services/SolrContainer.java
 
b/test-infra/camel-test-infra-solr/src/test/java/org/apache/camel/test/infra/solr/services/SolrContainer.java
index 76ae4367b95..83b6b849a3b 100644
--- 
a/test-infra/camel-test-infra-solr/src/test/java/org/apache/camel/test/infra/solr/services/SolrContainer.java
+++ 
b/test-infra/camel-test-infra-solr/src/test/java/org/apache/camel/test/infra/solr/services/SolrContainer.java
@@ -36,7 +36,8 @@ public class SolrContainer extends 
GenericContainer<SolrContainer> {
 
         this.withNetworkAliases(CONTAINER_NAME)
                 .withExposedPorts(SolrProperties.DEFAULT_PORT)
-                .waitingFor(Wait.forListeningPort());
+                .waitingFor(Wait.forListeningPort())
+                .withEnv("SOLR_OPTS", "-Xss500k");
     }
 
     public SolrContainer(String imageName) {

Reply via email to