From: Aleksei Zakharov Date: Wed, 11 Oct 2017 17:15:30 +0000 (+0000) Subject: Fix unit test X-Git-Tag: collectd-5.8.0~29^2~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6984fad9479b8c01e4687bdfe39d521a38802107;p=collectd.git Fix unit test ".sum" is not cutted in parse_keys() now. --- diff --git a/src/ceph_test.c b/src/ceph_test.c index 2f65b509..45467730 100644 --- a/src/ceph_test.c +++ b/src/ceph_test.c @@ -123,7 +123,7 @@ DEF_TEST(traverse_json) { {"WBThrottle.ios_wb.type", "2"}, {"WBThrottle.inodes_dirtied.type", "2"}, {"WBThrottle.inodes_wb.type", "10"}, - {"filestore.journal_wr_bytes", "3117"}, + {"filestore.journal_wr_bytes.sum", "3117"}, {"filestore.example_latency.avgcount", "42"}, {"filestore.example_latency.sum", "4711"}, };