ahmarsuhail commented on PR #5763: URL: https://github.com/apache/hadoop/pull/5763#issuecomment-1603733308
thanks for the reviews! I looked into ITestPartialRenamesDeletes as well, it fails because the scope down policy does not include a wildcard for /test/testRenameParentPathNotWriteable[bulk-delete=true]-multi-1687342403.363/writableDir. The encryption client creates an instruction file test/testRenameParentPathNotWriteable[bulk-delete=false]-single-1687344364.529/writableDir.instruction, and since this is not in the policy, the delete fails with a 403. I am asking the SDK team if this is expected..as the instruction file is created by the encryption client, and not something users are aware of. For now, I've left it as failing. but maybe we can skip the test or add in a wildcard `writableDir*`. -- 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]
