adoroszlai opened a new pull request, #8722: URL: https://github.com/apache/ozone/pull/8722
## What changes were proposed in this pull request? - Add alias `--om-service-id` for OM service ID option in `ozone admin om updateranger`, so that we can use `$OM_HA_PARAM` (which is set to `--om-service-id <service>` for OM HA environment) - Tweak `ozone-secure-tenant.robot` to allow running it with both real Ranger (in `ozonesecure-ha` env.) and without (in `ozonesecure` env.): - Use `RANGER_ENDPOINT_URL` to distinguish between the two cases - Extract variables for tenant and user - Disable test case that attempts to delete non-empty tenant, this does not work with Ranger (see HDDS-13361) - Implement `toString()` for some value classes in `MultiTenantAccessController` for better debug - Rename variable `${testuser}` to `${user}` in `kinit.robot`, because `Kinit test user` sets `${TEST_USER}`, and variable names in Robot are case-insensitive and ignore underscores. Thus, `${testuser}` and `${TEST_USER}` are the same, i.e. the keyword overwrites `kinit.robot`'s variable. https://issues.apache.org/jira/browse/HDDS-13354 ## How was this patch tested? Existing test. With Ranger: https://github.com/adoroszlai/ozone/actions/runs/16004570857/job/45148864306#step:13:1063 Without Ranger: https://github.com/adoroszlai/ozone/actions/runs/16004570857/job/45148864252#step:13:376 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org