]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/cephfs: fix race in TestStrays.test_dirfrag_limit
authorJohn Spray <john.spray@redhat.com>
Sun, 6 Nov 2016 22:58:33 +0000 (22:58 +0000)
committerJohn Spray <john.spray@redhat.com>
Wed, 7 Dec 2016 00:46:11 +0000 (00:46 +0000)
commit14f3a688a224aaea9ef7bbbd7947fcc1f20c6bfe
tree8e378555a879dc6e1e125b9adc343e6589872dc8
parent370ad523fc156dee0f694a45860f20b3a55ee88e
tasks/cephfs: fix race in TestStrays.test_dirfrag_limit

With the kernel client, this was proceeding to attempt
a split before the directory had persisted, because
there was no fsync after creating it.

Signed-off-by: John Spray <john.spray@redhat.com>
tasks/cephfs/test_strays.py