Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
3.0.0-alpha1
-
None
-
None
-
ASF Jenkins, Java 7 & 8
Description
The test org.apache.hadoop.crypto.random.TestOsSecureRandom.testOsSecureRandomSetConf is timing out on jenkins + Java 8.
This is probably the exec() operation. It may be transient, it may be a java 8 + shell problem.
do we actually need this test in its present form? If a test for file handle leakage is really needed, attempting to create 64K instances of the OSRandom object should do it without having to resort to some printing and manual debugging of logs.
Attachments
Attachments
Issue Links
- duplicates
-
HADOOP-11125 Remove redundant tests in TestOsSecureRandom
- Closed
- relates to
-
HADOOP-11056 OsSecureRandom.setConf() might leak file descriptors.
- Closed