]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test_idempotent_sequence: Generate a reproducible sequence of txs.
authorJoao Eduardo Luis <jecluis@gmail.com>
Wed, 11 Apr 2012 20:50:45 +0000 (21:50 +0100)
committerSage Weil <sage.weil@dreamhost.com>
Sat, 14 Apr 2012 03:38:19 +0000 (20:38 -0700)
commitdee47bb203d84e1e89334e6fb747e7a02c035ad7
tree9d9e1dd90e193b4dae3517fc3e20c42ba02a54fd
parent6573690a88d57efcac91a742de30d79c8e039c35
test_idempotent_sequence: Generate a reproducible sequence of txs.

With this test we aim at reproducing the same sequence of transactions
as long as we are provided with the same seed between runs.

We also allow failures to be injected onto the filestore if the
--filestore-kill-at <VAL> argument is passed, and we provide verification
when --test-verify-at <VAL> is provided.

Signed-off-by: Joao Eduardo Luis <jecluis@gmail.com>
src/Makefile.am
src/test/filestore_test/test_idempotent_sequence.cc [new file with mode: 0644]