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_rados: make long name ~300 chars, (not ~800) #8600

Merged
merged 1 commit into from Apr 14, 2016

Conversation

liewegas
Copy link
Member

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

Signed-off-by: Sage Weil <sage@redhat.com>
for (unsigned i = 0; i < 300; ++i) {
oid << i;
}
oid << " " << string(300, 'o');
Copy link
Contributor

Choose a reason for hiding this comment

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

@liewegas i don't get it, we append 301 spaces to oid before. and we append a string of 301 spaces in this change. so nothing changed in this patch. it's but a refactor unlike claimed by the commit message?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

oh, right!

@tchaikov
Copy link
Contributor

lgtm. was 791, now 301.

@athanatos athanatos merged commit e657ecf into ceph:master Apr 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants