adoroszlai opened a new pull request #3050: URL: https://github.com/apache/ozone/pull/3050
## What changes were proposed in this pull request? `compatibility` test uses `/etc/passwd` for write/read tests, relying on the assumption that the file does not change. But if we want to upgrade Ozone runner base image, the assumption may be broken, as @smengcl found, since we use old images for existing Ozone versions. This PR changes the test to use a dedicated file created during test setup. https://issues.apache.org/jira/browse/HDDS-6270 ## How was this patch tested? https://github.com/adoroszlai/hadoop-ozone/runs/5098198093?check_suite_focus=true#step:5:4582 -- 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]
