commit | 900e382938090fb4585389cfa7d0acf020f088e8 | [log] [tgz] |
---|---|---|
author | Terence Yim <chtyim@apache.org> | Tue Jan 05 23:46:06 2016 -0800 |
committer | Terence Yim <chtyim@apache.org> | Wed Jan 06 22:16:31 2016 -0800 |
tree | fc4501f9537a19ed56d4b851c1c5734bcf56c066 | |
parent | 323e5af4e536f3b5f306a5c59cd6787bf3a99818 [diff] |
Fix an easy to fail unit-test - The test has race condition. The mutual discovery doesn’t works well as one runnable can be finished and not discoverable anymore before another one tries to discover. - Switch to use an Echo server / client runnable, which only the client needs to discover the server. This closes #77 on GitHub. Signed-off-by: Terence Yim <chtyim@apache.org>