You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Karthikeyan Manivannan (JIRA)" <ji...@apache.org> on 2019/03/27 22:48:00 UTC

[jira] [Created] (DRILL-7137) Implement unit test case to test Drill client <-> interaction in a secure setup

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)