This is an automated email from the ASF dual-hosted git repository. mehul pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git.
from b2406be RANGER-3349 : Handling multiple grant role command for same user new 203cd27 RANGER-3308: Create python script to test stability of policy CRUD new 16c5145 RANGER-3347: Add default policy for hbase user in hdfs services The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. 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