]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
filestore_idempotent.py: simple task to test non-idempotent osd ops
authorSage Weil <sage@newdream.net>
Fri, 11 Nov 2011 05:35:11 +0000 (21:35 -0800)
committerSage Weil <sage@newdream.net>
Fri, 11 Nov 2011 05:35:11 +0000 (21:35 -0800)
commitc5f070b8a9e0da0c86f46cb014d5fb043eb55497
tree87058f0b970927dba1c90fd81af58442a7434f65
parent77c977c1cf197d2fbbe4a3a6ca94b66492bc0291
filestore_idempotent.py: simple task to test non-idempotent osd ops

Write some non-idempotent events to the osd.  Simulate a failure.  Verify
the result is correct on replay.

This must be preceeded by the ceph task just so that we get the binaries
installed.  Should clean this up later if/when the installation gets
factored out of ceph.py.

Signed-off-by: Sage Weil <sage@newdream.net>
teuthology/task/filestore_idempotent.py [new file with mode: 0644]