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 class TestEncryptedTransfer {
|
|||
assertEquals(checksum, fs.getFileChecksum(TEST_PATH));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testLongLivedClientPipelineRecovery()
|
||||
throws IOException, InterruptedException, TimeoutException {
|
||||
if (resolverClazz != null) {
|
||||
|
|
Loading…
Reference in New Issue