You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2020/04/13 20:27:41 UTC

[geode] branch develop updated (ce157ec -> a1ed7f2)

This is an automated email from the ASF dual-hosted git repository.

bschuchardt pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from ce157ec  GEODE-7852: Create simple CQ over SNI test. (#4942)
     add e12bf75  GEODE-7852: Add client side configuration option to support a SNI proxy
     add f64662a  removed useless test of toString method
     add dd80530  rebasing on develop after Bill's revert
     add 2e5aff3  avoiding Windows lack of Docker support
     add b9662f8  removing more statics
     add 636197b  more statics removed
     add f8b33c1  adding a removeAll test
     add 6292543  removing foo/bar from cluster startup script and test
     add f7582bd  fixing comment
     add cd26491  incorporating Dan's new Rule to avoid running on Windows
     add a1ed7f2  Merge pull request #4938 from apache/feature/GEODE-7852query

No new revisions were added by this update.

Summary of changes:
 .../geode/client/sni/ClientSNIAcceptanceTest.java  | 159 ++++++++++++++++-----
 .../geode/client/sni/NotOnWindowsDockerRule.java   |  36 ++++-
 .../geode/client/sni/scripts/geode-starter.gfsh    |   2 +-
 .../geode/cache/client/proxy/SniSocketFactory.java |   2 -
 .../internal/tcpserver/HostAndPort.java            |   2 +-
 .../internal/tcpserver/HostAndPortTest.java        |   6 -
 6 files changed, 155 insertions(+), 52 deletions(-)
 copy geode-junit/src/main/java/org/apache/geode/test/junit/rules/IgnoreOnWindowsRule.java => geode-assembly/src/acceptanceTest/java/org/apache/geode/client/sni/NotOnWindowsDockerRule.java (52%)