steveloughran commented on code in PR #7223:
URL: https://github.com/apache/hadoop/pull/7223#discussion_r1905591450
##########
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md:
##########
@@ -767,6 +771,18 @@ Tests in `ITestS3AContentEncoding` may need disabling
<value>false</value>
</property>
```
+
+### Disabling tests running in performance mode
+
+Some tests running in performance mode turn off the safety checks. They expect
operations which break POSIX semantics to succeed.
+For stores with stricter semantics, these test cases must be disabled.
+```xml
+ <property>
+ <name>test.fs.s3a.perf.enabled</name>
Review Comment:
move to `performance` here too
--
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]