You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/06/15 18:23:51 UTC

[sling-org-apache-sling-karaf-integration-tests] 02/02: downgrade de.flapdoodle.embed.mongo due to zombie processes

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-integration-tests.git

commit c7bf23b8041a3501585839563b46b70ab21ffa78
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Jun 15 13:38:53 2018 +0200

    downgrade de.flapdoodle.embed.mongo due to zombie processes
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a219d25..16f29d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,9 +164,10 @@
     </dependency>
     <!-- MongoDB -->
     <dependency>
+      <!-- zombie processes like extract-fd770c28-8fb5-4092-87d5-4100c18a8f32extractmongod with versions greater 2.0.0 use 100% CPU -->
       <groupId>de.flapdoodle.embed</groupId>
       <artifactId>de.flapdoodle.embed.mongo</artifactId>
-      <version>2.0.3</version>
+      <version>2.0.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.