-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31631/
-----------------------------------------------------------
Review request for Ambari, Robert Levas and Robert Nettleton.
Bugs: AMBARI-9870
https://issues.apache.org/jira/browse/AMBARI-9870
Repository: ambari
Description
-------
The KDC connection test functionality that is used by the UI doesn't work when
the KDC server is configured to use UDP.
This is a significant issue on Ubuntu where the MIT KDC uses UDP as the
default.
The current functionality only attempts to connect via TCP.
Diffs
-----
ambari-project/pom.xml 0577bee
ambari-server/pom.xml c57a2d0
ambari-server/src/main/java/org/apache/ambari/server/KdcServerConnectionVerification.java
8bfbc5f
ambari-server/src/test/java/org/apache/ambari/server/api/rest/KdcServerConnectionVerificationTest.java
f8ec650
Diff: https://reviews.apache.org/r/31631/diff/
Testing
-------
Manual Functional Tests:
- both positive and negative tests for TCP and UDP
Unit Tests:
- added new unit tests for UDP validation
- all unit tests pass
Results :
Tests run: 2751, Failures: 0, Errors: 0, Skipped: 15
...
Total run:608
Total errors:0
Total failures:0
Thanks,
John Speidel