forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-7852: test ClientHealthMonitor functionality behind a SNI gatew…
…ay (apache#4958) * GEODE-7852: test ClientHealthMonitor functionality behind a SNI gateway This ensures that a server sitting behind an SNI gateway detects the loss of a client and cleans up after it. In this case the test detects that the server has closed CQs created by the non-durable client. Since test code is not accessible in the Docker container that's running the server I've enhanced the StatArchiveReader to be able to report the values of a statistic and have enabled statistics recording in the server. (cherry picked from commit 376df4c) * change the docker rule to be a class-rule in case we add more tests to this class * removed system.out.println per Bill's review
- Loading branch information
1 parent
7fa738c
commit 9db544e
Showing
3 changed files
with
163 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters