]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
RadosModel: allow TestOps to pass data to their finish methods
authorJosh Durgin <josh.durgin@dreamhost.com>
Fri, 30 Dec 2011 02:30:57 +0000 (18:30 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Tue, 3 Jan 2012 21:10:37 +0000 (13:10 -0800)
commitf03e770f9bb99a0043a6b5bd1fad7aa14b3dc4fb
treea00b4604339414bcee0c90f5b83610cbdbf5b707
parentec6530df4a030212b8af6b82ef00af5fc92aae63
RadosModel: allow TestOps to pass data to their finish methods

This will allow nested writes to keep track of which write actually
completed.  Also remove finish() and _finish() from TestOp subclasses
that had the same implementation as the superclass.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
src/test/osd/RadosModel.cc
src/test/osd/RadosModel.h