Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ceph_test_objectstore: fix Rename test #12261

Merged
merged 1 commit into from Dec 1, 2016

Conversation

liewegas
Copy link
Member

@liewegas liewegas commented Dec 1, 2016

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 6ecb44f,
so remove this part of the test.

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

Signed-off-by: Sage Weil sage@redhat.com

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 6ecb44f,
so remove this part of the test.

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

Signed-off-by: Sage Weil <sage@redhat.com>
@liewegas liewegas added this to the kraken milestone Dec 1, 2016
Copy link
Contributor

@ifed01 ifed01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@liewegas liewegas merged commit 53b3f6b into ceph:master Dec 1, 2016
@liewegas liewegas deleted the wip-store-rename-test branch December 1, 2016 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants