tasanuma commented on pull request #2983: URL: https://github.com/apache/hadoop/pull/2983#issuecomment-839578724
Thanks for updating PR, but there are still some junit deprecation warnings in hadoop-common. ``` [WARNING] /.../hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java:[87,53] none() in org.junit.rules.ExpectedException has been deprecated [WARNING] /.../hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/erasurecode/coder/TestXORCoder.java:[31,34] Timeout(int) in org.junit.rules.Timeout has been deprecated [WARNING] /.../hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/alias/TestCredentialProviderFactory.java:[56,57] none() in org.junit.rules.ExpectedException has been deprecated [WARNING] /.../hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFileSystemStorageStatistics.java:[64,40] Timeout(int) in org.junit.rules.Timeout has been deprecated [WARNING] /.../hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFileSystemStorageStatistics.java:[66,63] none() in org.junit.rules.ExpectedException has been deprecated [WARNING] /.../hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/erasurecode/TestECSchema.java:[34,34] Timeout(int) in org.junit.rules.Timeout has been deprecated [WARNING] /.../hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/token/delegation/web/TestDelegationTokenAuthenticationHandlerWithMocks.java:[96,32] Timeout(int) in org.junit.rules.Timeout has been deprecated [WARNING] /.../hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestNativeCrc32.java:[55,57] none() in org.junit.rules.ExpectedException has been deprecated [WARNING] /.../hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/crypto/key/kms/TestKMSClientProvider.java:[60,34] Timeout(int) in org.junit.rules.Timeout has been deprecated [WARNING] /.../hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/shell/find/TestPrint.java:[39,34] Timeout(int) in org.junit.rules.Timeout has been deprecated ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
