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

Fixing unbuffered test to a generic test #8162

Merged
merged 11 commits into from
Feb 8, 2018

Conversation

kavyasrinet
Copy link

This PR fixes the issue : #8160 by implementing proposal #1.

// This test tests that send and receive operations are ordered,
// as in , the sequence in which objects were sent will be the same
// as the sequence in which they were received.
TEST(Channel, OrderedSendReceiveChannelTest) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

OrderedSendReceiveChannelTest => RecevingOrderEqualToSendingOrder

Copy link
Contributor

@chengduoZH chengduoZH left a comment

Choose a reason for hiding this comment

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

LGTM

@kavyasrinet kavyasrinet merged commit f605d00 into PaddlePaddle:develop Feb 8, 2018
@kavyasrinet kavyasrinet deleted the unit_test_channel branch February 8, 2018 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants