Addendum patch for HDFS-10609. Uncaught InvalidEncryptionKeyException during pipeline recovery may abort downstream applications.
This commit is contained in:
parent
3ae652f821
commit
8e06d865c4
@ -318,6 +318,7 @@ public void testLongLivedClient() throws IOException, InterruptedException {
|
|||||||
assertEquals(checksum, fs.getFileChecksum(TEST_PATH));
|
assertEquals(checksum, fs.getFileChecksum(TEST_PATH));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testLongLivedClientPipelineRecovery()
|
public void testLongLivedClientPipelineRecovery()
|
||||||
throws IOException, InterruptedException, TimeoutException {
|
throws IOException, InterruptedException, TimeoutException {
|
||||||
if (resolverClazz != null) {
|
if (resolverClazz != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user