This is an automated email from the ASF dual-hosted git repository. domgarguilo pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push: new 2155852b3a Add new compactor busy metric to unexpected list - fixes MetricsIT failure (#4648) 2155852b3a is described below commit 2155852b3a63f8e4661780504e97d2ca9a9a3f13 Author: Dom G <domgargu...@apache.org> AuthorDate: Mon Jun 10 10:03:02 2024 -0400 Add new compactor busy metric to unexpected list - fixes MetricsIT failure (#4648) --- test/src/main/java/org/apache/accumulo/test/metrics/MetricsIT.java | 1 + 1 file changed, 1 insertion(+) 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 f0b53992b4..5a46507db1 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 @@ -102,6 +102,7 @@ public class MetricsIT extends ConfigurableMacBase implements MetricsProducer { // @formatter:off Set<String> unexpectedMetrics = Set.of(METRICS_COMPACTOR_MAJC_STUCK, + METRICS_COMPACTOR_BUSY, METRICS_REPLICATION_QUEUE, METRICS_SCAN_YIELDS, METRICS_UPDATE_ERRORS);