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

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 6976c075be ARTEMIS-4675 fix test
6976c075be is described below

commit 6976c075bebc4f8cfaa2b060157ad907f8ddca87
Author: Justin Bertram <[email protected]>
AuthorDate: Wed Apr 10 13:26:52 2024 -0500

    ARTEMIS-4675 fix test
---
 .../activemq/artemis/tests/integration/plugin/MetricsPluginTest.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/plugin/MetricsPluginTest.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/plugin/MetricsPluginTest.java
index 74678c15b3..7839a4803b 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/plugin/MetricsPluginTest.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/plugin/MetricsPluginTest.java
@@ -169,7 +169,8 @@ public class MetricsPluginTest extends ActiveMQTestBase {
               new Metric("artemis.address.size", "the number of estimated 
bytes being used by all the queue(s) bound to this address; used to control 
paging and blocking", 0.0),
               new Metric("artemis.address.size", "the number of estimated 
bytes being used by all the queue(s) bound to this address; used to control 
paging and blocking", 0.0),
               new Metric("artemis.number.of.pages", "number of pages used by 
this address", 0.0),
-              new Metric("artemis.number.of.pages", "number of pages used by 
this address", 0.0)
+              new Metric("artemis.active", "If the server is active", 1.0),
+              new Metric("artemis.replica.sync", "If the initial replication 
synchronization process is complete", 0.0)
       ));
    }
 

Reply via email to