From 6984fad9479b8c01e4687bdfe39d521a38802107 Mon Sep 17 00:00:00 2001 From: Aleksei Zakharov Date: Wed, 11 Oct 2017 17:15:30 +0000 Subject: [PATCH] Fix unit test ".sum" is not cutted in parse_keys() now. --- src/ceph_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, }; -- 2.30.2