]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test: add DecayCounter test
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 26 Oct 2020 22:37:24 +0000 (15:37 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 28 Oct 2020 15:47:17 +0000 (08:47 -0700)
commitce151e3e472da75d707fb12ab8c7c32cb65c9248
treed46776977314bac39386dc253b1c376b045a96ce
parent677d939b391f46fb54c3027ead30cfa1757cc778
test: add DecayCounter test

In particular, look at the steady state decay. (i.e. a counter that is
continuously "refilled".)

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/test/common/CMakeLists.txt
src/test/common/test_counter.cc [new file with mode: 0644]
src/test/old/testcounter.cc [deleted file]