GEODE-4066: Add security manager integration test#167
GEODE-4066: Add security manager integration test#167dgkimura merged 3 commits intoapache:developfrom
Conversation
jake-at-work
left a comment
There was a problem hiding this comment.
Why not just replace the existing security tests with the configuration for security manager on the server? The old security model has been deprecated for some time. We are testing the security module on the server but rather the protocol between client and server which didn’t change: no point in validating the protocol for both server side modules.
5726301 to
6b88172
Compare
6b88172 to
63ff193
Compare
|
@pivotal-jbarrett I updated this pull-request to instead update existing security test testThinClientSecurityMultiUserTest. While doing that I noticed another bug related to GEODE-3645 where stale cache is dereferenced. Testcase exposed some awkward code where we chained dereferences of cacheimpl to cache to cacheimpl. The change |
|
@dgkimura Looks good, let's merge. |
Integration test passed on Mac and Windows