You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/08/03 06:36:57 UTC

[incubator-eventmesh] branch master updated: [ISSUE #1074]Fix PrometheusConfigurationTest running test fail

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

mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new cc4564dc [ISSUE #1074]Fix PrometheusConfigurationTest running test fail
     new 5cb85310 Merge pull request #1075 from xwm1992/Prometheus-test-bugfix
cc4564dc is described below

commit cc4564dc593cb22fa67166448488fc3741c8726a
Author: xwm1992 <mi...@126.com>
AuthorDate: Tue Aug 2 17:50:26 2022 +0800

    [ISSUE #1074]Fix PrometheusConfigurationTest running test fail
---
 .../metrics/prometheus/config/PrometheusConfigurationTest.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eventmesh-metrics-plugin/eventmesh-metrics-prometheus/src/test/java/org/apache/eventmesh/metrics/prometheus/config/PrometheusConfigurationTest.java b/eventmesh-metrics-plugin/eventmesh-metrics-prometheus/src/test/java/org/apache/eventmesh/metrics/prometheus/config/PrometheusConfigurationTest.java
index f0fd45e5..12a3f8a0 100644
--- a/eventmesh-metrics-plugin/eventmesh-metrics-prometheus/src/test/java/org/apache/eventmesh/metrics/prometheus/config/PrometheusConfigurationTest.java
+++ b/eventmesh-metrics-plugin/eventmesh-metrics-prometheus/src/test/java/org/apache/eventmesh/metrics/prometheus/config/PrometheusConfigurationTest.java
@@ -25,6 +25,6 @@ public class PrometheusConfigurationTest {
     @Test
     public void getEventMeshPrometheusPort() {
         int eventMeshPrometheusPort = PrometheusConfiguration.getEventMeshPrometheusPort();
-        Assert.assertEquals(19091, eventMeshPrometheusPort);
+        Assert.assertEquals(19090, eventMeshPrometheusPort);
     }
 }
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org