Skip to content

Commit 6cbb888

Browse files
committed
address comment
1 parent 1426453 commit 6cbb888

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ Tests in `ITestS3AContentEncoding` may need disabling
774774

775775
### Disabling tests running in performance mode
776776

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.
778778
For stores with stricter semantics, these test cases must be disabled.
779779
```xml
780780
<property>

hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/S3ATestConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public interface S3ATestConstants {
6666
/**
6767
* A property set to true if tests running in performance mode are enabled: {@value }
6868
*/
69-
String KEY_PERFORMANCE_TESTS_ENABLED = TEST_FS_S3A + "perf.enabled";
69+
String KEY_PERFORMANCE_TESTS_ENABLED = TEST_FS_S3A + "performance.enabled";
7070

7171
/**
7272
* A property set to true if V1 tests are enabled: {@value}.

0 commit comments

Comments
 (0)