You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2018/08/14 22:26:10 UTC

[geode] branch develop updated: Reducing the parallelism of DistributedTest

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

upthewaterspout pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1d8c322  Reducing the parallelism of DistributedTest
1d8c322 is described below

commit 1d8c322574f52ca356d8cc5b8049e782005f9dba
Author: Dan Smith <ds...@pivotal.io>
AuthorDate: Tue Aug 14 15:26:04 2018 -0700

    Reducing the parallelism of DistributedTest
    
    We were seeing 5% of our builds fail with membership errors due to
    heartbeat timeouts. We also see that the DistributedTest job is running
    with a 300 load average. Reducing the parallelism to avoid overloading
    the machine.
---
 ci/pipelines/geode-build/test-stubs/distributed.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ci/pipelines/geode-build/test-stubs/distributed.yml b/ci/pipelines/geode-build/test-stubs/distributed.yml
index da4ca1c..aa5fd27 100644
--- a/ci/pipelines/geode-build/test-stubs/distributed.yml
+++ b/ci/pipelines/geode-build/test-stubs/distributed.yml
@@ -22,11 +22,11 @@ metadata:
     dunit:
       parallel: true
 # max number of docker containers to run, generally cpus/2
-      forks: 48
+      forks: 24
     cpus: 96
 # specified in Gigabytes.
     ram: 180
 # specified in seconds
-    call_stack_timeout: 3600
-    timeout: 1h15m
+    call_stack_timeout: 7200
+    timeout: 2h15m
     size: []