Skip to content

Commit edcf6f7

Browse files
committed
HADOOP-19617 - Improve Some Code.
1 parent 21dd10b commit edcf6f7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

hadoop-cloud-storage-project/hadoop-huaweicloud/src/test/java/org/apache/hadoop/fs/obs/TestOBSContractCreate.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,19 @@
2727
/**
2828
* Create test cases on obs file system.
2929
*/
30-
@Disabled
3130
public class TestOBSContractCreate extends AbstractContractCreateTest {
3231

3332
@Override
3433
protected AbstractFSContract createContract(final Configuration conf) {
3534
return new OBSContract(conf);
3635
}
3736

37+
@Disabled
3838
@Override
3939
public void testCreatedFileIsImmediatelyVisible() {
4040
}
4141

42+
@Disabled
4243
@Override
4344
public void testCreatedFileIsVisibleOnFlush() {
4445
}

hadoop-cloud-storage-project/hadoop-huaweicloud/src/test/java/org/apache/hadoop/fs/obs/TestOBSContractRename.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,19 @@
2626
/**
2727
* Rename test cases on obs file system.
2828
*/
29-
@Disabled
3029
public class TestOBSContractRename extends AbstractContractRenameTest {
3130

3231
@Override
3332
protected AbstractFSContract createContract(final Configuration conf) {
3433
return new OBSContract(conf);
3534
}
3635

36+
@Disabled
3737
@Override
3838
public void testRenameFileUnderFileSubdir() {
3939
}
4040

41+
@Disabled
4142
@Override
4243
public void testRenameFileUnderFile() {
4344
}

0 commit comments

Comments
 (0)