Addendum patch for HDFS-10609. Uncaught InvalidEncryptionKeyException during pipeline recovery may abort downstream applications.

This commit is contained in:
Wei-Chiu Chuang 2016-09-26 14:41:04 -07:00
parent 3ae652f821
commit 8e06d865c4
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ public void testLongLivedClient() throws IOException, InterruptedException {
assertEquals(checksum, fs.getFileChecksum(TEST_PATH));
}
@Test
public void testLongLivedClientPipelineRecovery()
throws IOException, InterruptedException, TimeoutException {
if (resolverClazz != null) {