HADOOP-14500. Azure: TestFileSystemOperationExceptionHandling{,MultiThreaded} fails. Contributed by Rajesh Balamohan
This commit is contained in:
parent
547cb53e8a
commit
df35e4cc3b
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue