[
https://issues.apache.org/jira/browse/HADOOP-19351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910653#comment-17910653
]
ASF GitHub Bot commented on HADOOP-19351:
-----------------------------------------
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
> S3A: Add config option to skip test with performance mode
> ---------------------------------------------------------
>
> Key: HADOOP-19351
> URL: https://issues.apache.org/jira/browse/HADOOP-19351
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/s3, test
> Affects Versions: 3.4.1
> Reporter: Chung En Lee
> Assignee: Chung En Lee
> Priority: Minor
> Labels: pull-request-available
>
> For stores with posix semantics, some tests will fail in performance mode.
> Add a configuration option to skip running tests in performance mode.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]