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

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


The following commit(s) were added to refs/heads/elasticity by this push:
     new 479b2637fc fixes test broken by merge commit
479b2637fc is described below

commit 479b2637fcf2084557e2af8360f78db76af1bb4b
Author: Keith Turner <ktur...@apache.org>
AuthorDate: Fri May 24 12:57:26 2024 -0400

    fixes test broken by merge commit
---
 test/src/main/java/org/apache/accumulo/test/metrics/MetricsIT.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/src/main/java/org/apache/accumulo/test/metrics/MetricsIT.java 
b/test/src/main/java/org/apache/accumulo/test/metrics/MetricsIT.java
index a82f4eddc5..ad884e7325 100644
--- a/test/src/main/java/org/apache/accumulo/test/metrics/MetricsIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/metrics/MetricsIT.java
@@ -111,8 +111,7 @@ public class MetricsIT extends ConfigurableMacBase 
implements MetricsProducer {
         METRICS_MANAGER_META_TGW_ERRORS, METRICS_MANAGER_USER_TGW_ERRORS,
         METRICS_SCAN_TABLET_METADATA_CACHE, METRICS_SCAN_BUSY_TIMEOUT_COUNTER,
         METRICS_SCAN_RESERVATION_TOTAL_TIMER, 
METRICS_SCAN_RESERVATION_WRITEOUT_TIMER,
-        METRICS_SERVER_IDLE, METRICS_SCAN_RESERVATION_CONFLICT_COUNTER, 
METRICS_GC_WAL_ERRORS,
-        METRICS_SCAN_TABLET_METADATA_CACHE);
+        METRICS_SERVER_IDLE, METRICS_SCAN_RESERVATION_CONFLICT_COUNTER);
 
     Map<String,String> expectedMetricNames = this.getMetricFields();
     flakyMetrics.forEach(expectedMetricNames::remove); // might not see these

Reply via email to