nandakumar131 opened a new pull request, #7622: URL: https://github.com/apache/ozone/pull/7622
## What changes were proposed in this pull request? Acceptance Test test-all script fails to delete old result directories. The fix deletes the directories recursively. ## What is the link to the Apache JIRA HDDS-11995 ## How was this patch tested? Manually tested the fix Before fix ``` ╰─❯ ./test-all.sh rm: /Users/nvadivelu/Codebase/Github/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/compatibility: is a directory rm: /Users/nvadivelu/Codebase/Github/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/ozone: is a directory rm: /Users/nvadivelu/Codebase/Github/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/ozone-balancer: is a directory rm: /Users/nvadivelu/Codebase/Github/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/ozone-csi: is a directory rm: /Users/nvadivelu/Codebase/Github/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/ozone-ha: is a directory rm: /Users/nvadivelu/Codebase/Github/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/ozone-om-prepare: is a directory rm: /Users/nvadivelu/Codebase/Github/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/ozone-topology: is a directory rm: /Users/nvadivelu/Codebase/Github/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/ozonescripts: is a directory rm: /Users/nvadivelu/Codebase/Github/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/ozonesecure: is a directory rm: /Users/nvadivelu/Codebase/Github/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/ozonesecure-ha: is a directory rm: /Users/nvadivelu/Codebase/Github/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/ozonesecure-mr: is a directory rm: /Users/nvadivelu/Codebase/Github/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/restart: is a directory rm: /Users/nvadivelu/Codebase/Github/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/upgrade: is a directory rm: /Users/nvadivelu/Codebase/Github/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/xcompat: is a directory Using Docker Compose v2 Executing test compatibility/test.sh Using Docker Compose v2 ``` After fix ``` ╰─❯ ./test-all.sh Using Docker Compose v2 Executing test compatibility/test.sh Using Docker Compose v2 ``` -- 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]
