HADOOP-14500. Azure: TestFileSystemOperationExceptionHandling{,MultiThreaded} fails. Contributed by Rajesh Balamohan

This commit is contained in:
Mingliang Liu 2017-06-07 13:54:52 -07:00
parent 547cb53e8a
commit df35e4cc3b
2 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,7 @@ public class TestFileSystemOperationExceptionHandling
AzureBlobStorageTestAccount testAccount = createTestAccount(); AzureBlobStorageTestAccount testAccount = createTestAccount();
setupInputStreamToTest(testAccount); setupInputStreamToTest(testAccount);
inputStream.seek(5); inputStream.seek(5);
inputStream.read();
} }
/* /*

View File

@ -91,6 +91,7 @@ public class TestFileSystemOperationsExceptionHandlingMultiThreaded
renameThread.join(); renameThread.join();
inputStream.seek(5); inputStream.seek(5);
inputStream.read();
} }
@Test(expected=FileNotFoundException.class) @Test(expected=FileNotFoundException.class)