Riza Suminto has uploaded this change for review. ( 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 --- M tests/authorization/test_ranger.py 1 file changed, 1,022 insertions(+), 1,048 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/05/22905/1 -- 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: newchange Gerrit-Change-Id: I01ff2b3e98fccfffa8bcdfe1177be98634363b56 Gerrit-Change-Number: 22905 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <riza.sumi...@cloudera.com>