-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74378/
-----------------------------------------------------------
Review request for ranger, Don Bosco Durai, Abhay Kulkarni, Madhan Neethiraj,
Ramesh Mani, and Velmurugan Periasamy.
Bugs: RANGER-4167
https://issues.apache.org/jira/browse/RANGER-4167
Repository: ranger
Description
-------
When running with -DskipTests=false, the kafka test suite failing (see below
for the errors)
Diffs
-----
plugin-kafka/pom.xml 75db9e9de
plugin-kafka/src/test/java/org/apache/ranger/authorization/kafka/authorizer/KafkaRangerAuthorizerTest.java
1060c4d78
pom.xml 3a039565d
Diff: https://reviews.apache.org/r/74378/diff/1/
Testing
-------
Command used to build:
$ mvn -Pall -pl plugin-kafka -am -DskipTests=false clean package install
Run build before the change:
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.033
s - in
org.apache.ranger.authorization.kafka.authorizer.KafkaRangerAuthorizerSASLSSLTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] KafkaRangerAuthorizerGSSTest.setup:149 » ZooKeeperClientTimeout Timed
out waiting for connection while in state: CONNECTING
[ERROR] KafkaRangerAuthorizerTest.setup:140 » ZooKeeperClientTimeout Timed
out waiting for connection while in state: CONNECTING
[ERROR] KafkaRangerTopicCreationTest.setup:129 » ZooKeeperClientTimeout Timed
out waiting for connection while in state: CONNECTING
[INFO]
[ERROR] Tests run: 4, Failures: 0, Errors: 3, Skipped: 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
Run build after the change:
====
[INFO] ranger ............................................. SUCCESS [ 2.913 s]
[INFO] Credential Support ................................. SUCCESS [ 7.440 s]
[INFO] Audit Component .................................... SUCCESS [ 9.794 s]
[INFO] ranger-plugin-classloader .......................... SUCCESS [ 3.524 s]
[INFO] Common library for Plugins ......................... SUCCESS [ 26.835 s]
[INFO] Credential Builder ................................. SUCCESS [ 5.497 s]
[INFO] KAFKA Security Plugin .............................. SUCCESS [ 47.131 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
====
Thanks,
Selvamohan Neethiraj