-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74949/
-----------------------------------------------------------
Review request for ranger, Asit Vadhavkar, Madhan Neethiraj, Monika Kachhadiya,
Siddhesh Phatak, and Subhrat Chaudhary.
Bugs: RANGER-4763
https://issues.apache.org/jira/browse/RANGER-4763
Repository: ranger
Description
-------
Send user-friendly message if Test connection is not implemented for a service
definition
Diffs
-----
agents-common/src/main/java/org/apache/ranger/plugin/service/RangerDefaultService.java
c89b55757
security-admin/src/main/java/org/apache/ranger/biz/ServiceMgr.java 7e071ba0e
security-admin/src/main/java/org/apache/ranger/common/TimedExecutor.java
d6fc01176
Diff: https://reviews.apache.org/r/74949/diff/1/
Testing
-------
Validated "Test Connection" when the service definition does not have
implClass, it gives the below response in this case.
{
"statusCode": 1,
"msgDesc": "Configuration validation is not implemented for hive-service-1",
"messageList": [
{
"message": "Configuration validation is not implemented for
hive-service-1"
}
]
}
Thanks,
Anand Nadar