Karthikeyan Manivannan created DRILL-7137:
---------------------------------------------
Summary: Implement unit test case to test Drill client <->
interaction in a secure setup
Key: DRILL-7137
URL: https://issues.apache.org/jira/browse/DRILL-7137
Project: Apache Drill
Issue Type: Improvement
Reporter: Karthikeyan Manivannan
Implement a unit testcase fo DRILL-7101
>From the PRĀ https://github.com/apache/drill/pull/1702
"Writing a test where the Drillbits (inside ClusterFixture) are setup with
ZK_APPLY_SECURE_ACL=false (to avoid the need to setup a secure ZK server within
the unit test) and the ClientFixture is setup with ZK_APPLY_SECURE_ACL=true (to
simulate the failure). Starting a test with different values for the same
property turns out to be quite hard because the ClusterFixture internally
instantiates a ClientFixure. Changing this behavior might affect other tests."
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)