@cryptotaxi247 / kubo / commits / e254f0d8b

test: check if metrics work in sharness

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Oct 18, 2016 at 09:01 UTC e254f0d8b59745db00c8171e6e9f7413c68b0584
1 file changed +6
test/sharness/t0600-issues-and-regressions-online.sh
+6
@@ -27,6 +27,12 @@ test_expect_success "no panic traces on daemon" '
27 test_must_fail grep "nil pointer dereference" daemon_err
28 '
29
30 +test_expect_success "metrics work" '
31 + curl "$API_ADDR/debug/metrics/prometheus" > pro_data &&
32 + grep "ipfs_bs_cache_arc_hits_total" < pro_data ||
33 + test_fsh cat pro_data
34 +'
35 +
36 test_kill_ipfs_daemon
37
38 test_expect_success "ipfs daemon --offline --mount fails - #2995" '