HADOOP-14058. Fix NativeS3FileSystemContractBaseTest#testDirWithDifferentMarkersWorks. Contributed by Yiqun Lin.

(cherry picked from commit b9f8491252)
This commit is contained in:
Akira Ajisaka 2017-02-15 01:45:56 +09:00
parent 30ff5bff1a
commit 25ac54a52e
1 changed files with 1 additions and 1 deletions

View File

@ -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);