You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2022/10/16 00:24:07 UTC

[couchdb] 01/01: Config set test prometheus port

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

jaydoane pushed a commit to branch set-test-prometheus-port
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit cfcb234dd73d365a119ae64c9efa5e0b5b4a7aec
Author: Jay Doane <ja...@apache.org>
AuthorDate: Sat Oct 15 17:23:51 2022 -0700

    Config set test prometheus port
---
 src/couch_prometheus/test/eunit/couch_prometheus_e2e_tests.erl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/couch_prometheus/test/eunit/couch_prometheus_e2e_tests.erl b/src/couch_prometheus/test/eunit/couch_prometheus_e2e_tests.erl
index 160c1bea7..00cbd25fe 100644
--- a/src/couch_prometheus/test/eunit/couch_prometheus_e2e_tests.erl
+++ b/src/couch_prometheus/test/eunit/couch_prometheus_e2e_tests.erl
@@ -81,6 +81,7 @@ setup_prometheus(WithAdditionalPort) ->
         WithAdditionalPort,
         Persist
     ),
+    ok = config:set("prometheus", "port", ?PROM_PORT),
     % It's already started by default, so restart to pick up config
     ok = application:stop(couch_prometheus),
     ok = application:start(couch_prometheus),