You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2019/05/08 15:37:05 UTC

[geode] branch feature/GEODE-6583 updated: remove test experiment

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

bschuchardt pushed a commit to branch feature/GEODE-6583
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-6583 by this push:
     new 8c93de7  remove test experiment
8c93de7 is described below

commit 8c93de7fb52e2b432230203d27cfa86223997278
Author: Bruce Schuchardt <bs...@pivotal.io>
AuthorDate: Wed May 8 08:36:24 2019 -0700

    remove test experiment
---
 .../internal/membership/gms/fd/PhiAccrualFailureDetectorTest.java      | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/geode-core/src/integrationTest/java/org/apache/geode/distributed/internal/membership/gms/fd/PhiAccrualFailureDetectorTest.java b/geode-core/src/integrationTest/java/org/apache/geode/distributed/internal/membership/gms/fd/PhiAccrualFailureDetectorTest.java
index c5358eb..e8cbf1a 100644
--- a/geode-core/src/integrationTest/java/org/apache/geode/distributed/internal/membership/gms/fd/PhiAccrualFailureDetectorTest.java
+++ b/geode-core/src/integrationTest/java/org/apache/geode/distributed/internal/membership/gms/fd/PhiAccrualFailureDetectorTest.java
@@ -85,8 +85,7 @@ public class PhiAccrualFailureDetectorTest {
     double stddev = 50;
     long now = System.currentTimeMillis();
     long[] intervals =
-        new long[] {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, -14, -15, -16, -17, -18, -19, -20,
-            21, 22, 23, 24};
+        new long[] {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, -14, -15};
     int heartbeatInterval = 5000;
     int acceptableHeartbeatPauseMillis = 0; // heartbeatInterval / 4;
     PhiAccrualFailureDetector detector =