> Do we have a test for testing invalid authorizers and verifying what the 
> cache ends up installing?

The `QueryConfigurationServiceImplTest` covers that case, as it verifies that 
the authorizer is not updated if an invalid authorizer is specified. An invalid 
authorizer here is defined as something that either doesn't inherit from 
`MethodInvocationAuthorizer`, doesn't have a public constructor that takes a 
`Cache` and `Set<String>` or that fails to be instantiated.

[ Full content available at: https://github.com/apache/geode/pull/4161 ]
This message was relayed via gitbox.apache.org for 
[email protected]

Reply via email to