steveloughran commented on PR #5081: URL: https://github.com/apache/hadoop/pull/5081#issuecomment-2129986638
let me rebase and look at the failing test before I merge. You are only seeing it on this branch? Draft message for the commit ``` It is now possible to run s3a integration tests from different source trees/computers/VMs against a single shared bucket by * disabling the tests which modify the entire bucket (-Dfs.s3a.root.tests.enabled=false) * passing in a job ID property "-Djob.id=001" or setting this in auth-keys.xml Consult hadoop-aws testing documentation for the details This is intended for CI builds. Although it also permits parallel test runs in different local copies of the hadoop source tree, maven will guarantee that your classpath will contain the latest version of any module compiled, irrespective of which source tree it came from. Contributed by Steve Loughran ``` -- 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]
