adoroszlai opened a new pull request, #3368: URL: https://github.com/apache/ozone/pull/3368
## What changes were proposed in this pull request? `ozonefs.robot` test has two parameters: FS type (ofs, o3fs) and bucket type (normal, link). `ozone` environment (unsecure) tests only 2 combinations, based on the assumption that the parameters are independent, i.e. bucket type-specific behavior is not at the FS level. But `ozonesecure` tests all 2x2 combinations. We could save a few minutes by running only 2 combinations there as well. To be on the safe side, run the other 2 combinations. So all combinations are still covered together by the two environments. https://issues.apache.org/jira/browse/HDDS-6673 ## How was this patch tested? Verified that only `ozonefs-ofs-bucket` and `ozonefs-o3fs-link` combinations are run in `ozonesecure`: https://github.com/adoroszlai/hadoop-ozone/runs/6235762566#step:5:307 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
