]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph_test_objectstore: fix Rename test 12261/head
authorSage Weil <sage@redhat.com>
Thu, 1 Dec 2016 16:57:17 +0000 (11:57 -0500)
committerSage Weil <sage@redhat.com>
Thu, 1 Dec 2016 16:58:27 +0000 (11:58 -0500)
commitcef5b35e8f4c8bf3a8c7d5b287876d87381d2d0f
tree504b4fee8e17de03e7055943dc9020af7c421af3
parent4e409285ec5bbdca17f9b2d963cd908d6026865c
ceph_test_objectstore: fix Rename test

We were doing a no-op setattr here, even though the intenral
ENOENT used to be ignored, because it previously triggered a
bug in bluestore.  We're no longer ignoring that internal
error, though, as of 6ecb44f0c6216f3fb29b384a2d10c7d33bf1d19c,
so remove this part of the test.

The original bluestore bug we used to trigger was fixed by
0210f1fde6f8e17affdd0c49055a71a01f109447.

Signed-off-by: Sage Weil <sage@redhat.com>
src/test/objectstore/store_test.cc