bogthe opened a new pull request #3012: URL: https://github.com/apache/hadoop/pull/3012
Inside `ITestS3AContractSeek` the filesystem was getting closed before the tests can execute their `teardown` method leading to the output log being spammed with `IOException` messages. Moving the order of operations around in `ITestS3AContractSeek.teardown` so that `teardown` happens before closing the filesystem. [HADOOP-17380](https://issues.apache.org/jira/browse/HADOOP-17380) -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org