]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Add divergent_priors test
authorSamuel Just <sam.just@inktank.com>
Fri, 9 Nov 2012 00:22:40 +0000 (16:22 -0800)
committerSamuel Just <sam.just@inktank.com>
Fri, 9 Nov 2012 18:52:15 +0000 (10:52 -0800)
commitf82d4a7b86f49ca862f46e14135a0cf1f08a20f9
tree317d328702096f84ef7816f7897760541e535a2d
parent96458387c74a82f3af427e03326350710eea2985
Add divergent_priors test

Tests scenario where merge_old_entry encounters a divergent
entry where the prior_version is prior to log_tail.  This
is a problem since it will go into the missing set, but won't
be re-added to the missing set during read_log() if the node
restarts prior to recovering the object.

Signed-off-by: Samuel Just <sam.just@inktank.com>
teuthology/task/ceph_manager.py
teuthology/task/divergent_priors.py [new file with mode: 0644]