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

os: fix 0-length zero semantics, add tests #18159

Merged
merged 3 commits into from Oct 9, 2017
Merged

Conversation

liewegas
Copy link
Member

@liewegas liewegas commented Oct 6, 2017

t.create_collection(cid, 0);
t.touch(cid, hoid);
r = apply_transaction(store, &osr, std::move(t));
ASSERT_EQ(r, 0);
Copy link
Contributor

Choose a reason for hiding this comment

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

the lhs is the expected value, and the rhs is the actual value.

Copy link
Contributor

@tchaikov tchaikov left a comment

Choose a reason for hiding this comment

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

aside from the nits regarding to expected versus actual, lgtm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants