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

commit 09fef3c95cd05002c9a269ae3ecebe379807f9c0
Merge: e9a4d86e6c 18207ee064
Author: Keith Turner <ktur...@apache.org>
AuthorDate: Mon Jun 10 18:31:03 2024 -0400

    Merge commit '18207ee064331b05d7b40f0f08a8b74d9a454885' into elasticity

 test/src/main/java/org/apache/accumulo/test/metrics/MetricsIT.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --cc test/src/main/java/org/apache/accumulo/test/metrics/MetricsIT.java
index aa465db895,2a26f6eb16..e21bb08a42
--- a/test/src/main/java/org/apache/accumulo/test/metrics/MetricsIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/metrics/MetricsIT.java
@@@ -103,10 -96,14 +103,12 @@@ public class MetricsIT extends Configur
    @Test
    public void confirmMetricsPublished() throws Exception {
  
 -    doWorkToGenerateMetrics();
 -    cluster.stop();
      // meter names sorted and formatting disabled to make it easier to diff 
changes
      // @formatter:off
-     Set<String> unexpectedMetrics = Set.of(METRICS_COMPACTOR_MAJC_STUCK,
+     Set<String> unexpectedMetrics =
+             Set.of(METRICS_COMPACTOR_MAJC_STUCK,
+                     METRICS_COMPACTOR_BUSY,
 -                    METRICS_SCAN_YIELDS);
 +            METRICS_SCAN_YIELDS);
  
      // add sserver as flaky until scan server included in mini tests.
      Set<String> flakyMetrics = Set.of(METRICS_FATE_TYPE_IN_PROGRESS,

Reply via email to