Andrew Wong has uploaded a new patch set (#9) to the change originally created by Attila Bukor. ( http://gerrit.cloudera.org:8080/15681 )
Change subject: KUDU-3078 Add Ranger tests to master_authz-itest ...................................................................... KUDU-3078 Add Ranger tests to master_authz-itest DONT_BUILD still haven't been able to run the tests successfully master_sentry-itest is renamed to master_authz-itest to generalize it and the tests were changed to also run with Ranger. Ranger doesn't support adding new policy items (users and privileges) to existing policies, so MiniRanger::AddPolicy stores policies in a member variable and recreates them completely when a new item is added to an existing policy (resource). Change-Id: I25dc67516cd61f0624914989f8db4c4f94d7e3bf --- M src/kudu/integration-tests/CMakeLists.txt R src/kudu/integration-tests/master_authz-itest.cc M src/kudu/ranger/mini_ranger-test.cc M src/kudu/ranger/mini_ranger.cc M src/kudu/ranger/mini_ranger.h 5 files changed, 668 insertions(+), 434 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/81/15681/9 -- To view, visit http://gerrit.cloudera.org:8080/15681 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I25dc67516cd61f0624914989f8db4c4f94d7e3bf Gerrit-Change-Number: 15681 Gerrit-PatchSet: 9 Gerrit-Owner: Attila Bukor <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241)
