Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22905 )
Change subject: IMPALA-14078: Reorganize test_ranger.py to share minicluster ...................................................................... IMPALA-14078: Reorganize test_ranger.py to share minicluster test_ranger.py is a custom cluster test consisting of 41 test methods. Each test method require minicluster restart. With IMPALA-13503, we can reorganize TestRanger class into 3 separate test class: TestRangerIndependent, TestRangerLegacyCatalog, and TestRangerLocalCatalog. Both TestRangerLegacyCatalog and TestRangerLocalCatalog can maintain the same minicluster without restarting it in between. Testing: - Run and pass test_ranger.py in exhaustive mode. - Confirmed that no test is missing after reorganization. Change-Id: I01ff2b3e98fccfffa8bcdfe1177be98634363b56 Reviewed-on: http://gerrit.cloudera.org:8080/22905 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/authorization/test_ranger.py 1 file changed, 1,022 insertions(+), 1,048 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22905 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I01ff2b3e98fccfffa8bcdfe1177be98634363b56 Gerrit-Change-Number: 22905 Gerrit-PatchSet: 4 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Mihaly Szjatinya <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
