HADOOP-14058. Fix NativeS3FileSystemContractBaseTest#testDirWithDifferentMarkersWorks. Contributed by Yiqun Lin.
(cherry picked from commitb9f8491252
) (cherry picked from commit25ac54a52e
)
This commit is contained in:
parent
233252aa9a
commit
4718f65545
|
@ -85,7 +85,7 @@ public abstract class NativeS3FileSystemContractBaseTest
|
|||
|
||||
public void testDirWithDifferentMarkersWorks() throws Exception {
|
||||
|
||||
for (int i = 0; i < 3; i++) {
|
||||
for (int i = 0; i <= 3; i++) {
|
||||
String base = "test/hadoop" + i;
|
||||
Path path = path("/" + base);
|
||||
|
||||
|
|
Loading…
Reference in New Issue