You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2021/11/19 19:44:34 UTC

[geode] 14/16: Fix tests.

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

jbarrett pushed a commit to branch wip/oshi-multios-stats-module
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 8c8fa8518cab3ff872563399fe188e4ca6400171
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Thu Nov 18 11:34:14 2021 -0800

    Fix tests.
---
 .../geode/internal/statistics/GemFireStatSamplerIntegrationTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-core/src/integrationTest/java/org/apache/geode/internal/statistics/GemFireStatSamplerIntegrationTest.java b/geode-core/src/integrationTest/java/org/apache/geode/internal/statistics/GemFireStatSamplerIntegrationTest.java
index d799b32..08b20e1 100644
--- a/geode-core/src/integrationTest/java/org/apache/geode/internal/statistics/GemFireStatSamplerIntegrationTest.java
+++ b/geode-core/src/integrationTest/java/org/apache/geode/internal/statistics/GemFireStatSamplerIntegrationTest.java
@@ -461,7 +461,7 @@ public class GemFireStatSamplerIntegrationTest extends StatSamplerTestCase {
     Properties props = createGemFireProperties();
     props.setProperty(STATISTIC_ARCHIVE_FILE, archiveFileName);
     props.setProperty(ARCHIVE_FILE_SIZE_LIMIT, "2");
-    props.setProperty(ARCHIVE_DISK_SPACE_LIMIT, "14");
+    props.setProperty(ARCHIVE_DISK_SPACE_LIMIT, "140");
     props.setProperty(STATISTIC_SAMPLE_RATE, String.valueOf(sampleRate));
 
     connect(props);