This is an automated email from the ASF dual-hosted git repository.
udo pushed a change to branch feature/GEODE-3637
in repository https://gitbox.apache.org/repos/asf/geode.git.
from a5e3ed0 GEODE-3637: Moved client queue initialization into the
ServerConnection.java
new 55fad5e GEODE-3637: Committing tests in order not to loose progress
new 6e4e702 GEODE-3637: Final commit with test to confirm asynchronous
client queue creation
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../internal/cache/tier/sockets/AcceptorImpl.java | 335 ++++++++++++---------
.../cache/tier/sockets/ServerConnection.java | 12 -
.../apache/geode/internal/SSLConfigJUnitTest.java | 5 +-
.../sockets/AcceptorImplClientQueueDUnitTest.java | 263 ++++++++++++++++
.../apache/geode/test/dunit/rules/CacheRule.java | 22 +-
5 files changed, 472 insertions(+), 165 deletions(-)
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/AcceptorImplClientQueueDUnitTest.java
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].