-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59237/
-----------------------------------------------------------
Review request for geode, Galen O'Sullivan, Hitesh Khamesra, and Udo Kohlmeyer.
Bugs: GEODE-2875
https://issues.apache.org/jira/browse/GEODE-2875
Repository: geode
Description
-------
The fix for this issue causes one of the test cases in LocatorDUnitTest to fail
consistently. With the fix we don't create any TCP/IP connections in this test
during startup but the test expects one to have been created and it expects the
connection's reader-thread to have initiated suspect processing.
The test needs to be altered to ensure that this thread has been created by
sending message that requires a reply. The reply will be sent over the expected
connection, ensuring that there is a reader-thread.
Diffs
-----
geode-core/src/test/java/org/apache/geode/distributed/LocatorDUnitTest.java
6f01f9094bb9cfb35031c51472b2fd9a532e3ee3
Diff: https://reviews.apache.org/r/59237/diff/1/
Testing
-------
Thanks,
Bruce Schuchardt