ahmarsuhail opened a new pull request, #4642: URL: https://github.com/apache/hadoop/pull/4642
### Description of PR This test was failing because: - delete page size was not being set in configuration properly. - fs.removeKeys() was not being audited and so giving `unaudited operation executing a request outside an audit span`. It was passing when I disabled auditing. Have moved up setting config values to `createScaleConfiguration`, added auditing. ### How was this patch tested? Since it's only updating the test, ran `ILoadTestS3ABulkDeleteThrottling` on `eu-west-1`, all tests are passing. -- 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]
