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

(cherry picked from commit b9f8491252f5a23a91a1d695d748556a0fd803ae)
(cherry picked from commit 25ac54a52eff0d5b8f4bee83b6f4471277a3ac61)
This commit is contained in:
Akira Ajisaka 2017-02-15 01:45:56 +09:00
parent 233252aa9a
commit 4718f65545

View File

@ -85,7 +85,7 @@ private void createTestFiles(String base) throws IOException {
public void testDirWithDifferentMarkersWorks() throws Exception { public void testDirWithDifferentMarkersWorks() throws Exception {
for (int i = 0; i < 3; i++) { for (int i = 0; i <= 3; i++) {
String base = "test/hadoop" + i; String base = "test/hadoop" + i;
Path path = path("/" + base); Path path = path("/" + base);