You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ed...@apache.org on 2020/04/29 14:27:56 UTC

[accumulo] branch master updated: Fix #1598 - Reduce MasterMetricsIT test resources. (#1599)

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

edcoleman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/master by this push:
     new c4c15d7  Fix #1598 - Reduce MasterMetricsIT test resources. (#1599)
c4c15d7 is described below

commit c4c15d715efe4f1f9eef179e95971cb8011492ad
Author: EdColeman <de...@etcoleman.com>
AuthorDate: Wed Apr 29 10:27:47 2020 -0400

    Fix #1598 - Reduce MasterMetricsIT test resources. (#1599)
    
    Closes  #1598
---
 .../main/java/org/apache/accumulo/test/functional/MasterMetricsIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/main/java/org/apache/accumulo/test/functional/MasterMetricsIT.java b/test/src/main/java/org/apache/accumulo/test/functional/MasterMetricsIT.java
index a2902e2..4fae6a2 100644
--- a/test/src/main/java/org/apache/accumulo/test/functional/MasterMetricsIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/functional/MasterMetricsIT.java
@@ -60,7 +60,7 @@ public class MasterMetricsIT extends AccumuloClusterHarness {
   private static final long TAIL_DELAY = 5_000;
 
   // number of tables / concurrent compactions used during testing.
-  private final int tableCount = 4;
+  private final int tableCount = 1;
 
   private long maxWait;