This is an automated email from the ASF dual-hosted git repository. mehul pushed a change to branch ranger-2.2 in repository https://gitbox.apache.org/repos/asf/ranger.git.
from a1ec8eb RANGER-3349 : Handling multiple grant role command for same user add 77163ee RANGER-3347: Add default policy for hbase user in hdfs services add e5598f6 RANGER-3308: Create python script to test stability of policy CRUD No new revisions were added by this update. Summary of changes: distro/src/main/assembly/admin-web.xml | 7 + .../ranger/services/hdfs/RangerServiceHdfs.java | 116 +++++++--- .../stability-tests/ranger-policy/app.conf | 10 +- .../stability-tests/ranger-policy/start.sh | 98 +++++++++ .../ranger-policy/test-hdfs-policy.py | 245 +++++++++++++++++++++ 5 files changed, 438 insertions(+), 38 deletions(-) copy embeddedwebserver/scripts/stop-ranger-admin.sh => security-admin/src/test/resources/stability-tests/ranger-policy/app.conf (57%) mode change 100755 => 100644 create mode 100755 security-admin/src/test/resources/stability-tests/ranger-policy/start.sh create mode 100755 security-admin/src/test/resources/stability-tests/ranger-policy/test-hdfs-policy.py