File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hadoop-tools/hadoop-aws/src
site/markdown/tools/hadoop-aws
test/java/org/apache/hadoop/fs/s3a Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -774,7 +774,7 @@ Tests in `ITestS3AContentEncoding` may need disabling
774
774
775
775
### Disabling tests running in performance mode
776
776
777
- Some tests running in performance mode turn off the safety checks. They expect breaking posix semantics.
777
+ Some tests running in performance mode turn off the safety checks. They expect operations which break POSIX semantics to succeed .
778
778
For stores with stricter semantics, these test cases must be disabled.
779
779
``` xml
780
780
<property >
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public interface S3ATestConstants {
66
66
/**
67
67
* A property set to true if tests running in performance mode are enabled: {@value }
68
68
*/
69
- String KEY_PERFORMANCE_TESTS_ENABLED = TEST_FS_S3A + "perf .enabled" ;
69
+ String KEY_PERFORMANCE_TESTS_ENABLED = TEST_FS_S3A + "performance .enabled" ;
70
70
71
71
/**
72
72
* A property set to true if V1 tests are enabled: {@value}.
You can’t perform that action at this time.
0 commit comments