steveloughran commented on PR #5706:
URL: https://github.com/apache/hadoop/pull/5706#issuecomment-1607637530
# ITestS3AFileSystemStatistic
> The test succeeds when its run by itself. I suppose it could be becuase
the fs might be reused between tests and we count the fsStats.getBytesRead()
seems likely. can you create a new hadoop JIRA under HADOOP-18477 which can
be used to track this.
# ITestStagingCommitProtocolFailure
> Also works when running on its own. I suppose this could also be due to
some shared objects.
how about this one, as it is committer related, you fix by adding
```
disableFilesystemCaching(conf);
```
at the end of createConfiguration()
--
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]