]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph_test_libcephfs: tolerate duplicated entries in readdir 7246/head
authorYan, Zheng <zyan@redhat.com>
Fri, 15 Jan 2016 09:15:16 +0000 (17:15 +0800)
committerYan, Zheng <zyan@redhat.com>
Fri, 15 Jan 2016 09:20:35 +0000 (17:20 +0800)
commit838b16aa35aa23d37fbc786e72fc75742b66679f
treecbb6d95ff5b4d679442fd8cfe4fa45df5a3d2f69
parent2697b302bd5e28f172c6d87966a48c77665cde53
ceph_test_libcephfs: tolerate duplicated entries in readdir

If a dirfrag get fragmented in the middle of readdir, the readdir
result may contain duplicated entries. (but there shouldn't be
any missing entries)

Fixes: #14377
Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/test/libcephfs/test.cc