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

randomize test cases where multiple socket connections are involved #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RoadRunnr
Copy link

The test cases always processed the recv statemtn in the same
order as the original outgoing message and used the same
message for all clients. This had the potential to miss problems
where message where returned to the wrong client.
It now send a diffent message to each peer and checks that it did
recieve the correct message back.

The test cases always processed the recv statemtn in the same
order as the original outgoing message and used the same
message for all clients. This had the potential to miss problems
where message where returned to the wrong client.
It now send a diffent message to each peer and checks that it did
recieve the correct message back.
@hintjens
Copy link
Member

Travis failed, shall I merge this anyhow?

@RoadRunnr
Copy link
Author

I've used a function in the test suite that is not available on Erlang R15. The test suite update is not critical, so let's no merge it yet. I'll update the pull request tomorrow.

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.

2 participants