-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b04
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8313317 | 8u401 | Abhishek N | P4 | Resolved | Fixed | b01 |
A couple RMI ReliableLog tests have failed in a recent test run:
TESTFAIL:sun/rmi/log/ReliableLog/LogAlignmentTest.java
TESTFAIL:sun/rmi/log/ReliableLog/SnapshotSize.java
The failure is intermittent. There is very little information in the log files. The messages are:
==========
JavaTest Message: Test complete.
TEST RESULT: Error. failed to clean up files after test
==========
The platform on which these failures occurred was windows-x64. This could be another instance of asynchronous file deletion on Windows, or perhaps the tests hadn't closed all their files by the time jtreg tried to clean up.
TESTFAIL:sun/rmi/log/ReliableLog/LogAlignmentTest.java
TESTFAIL:sun/rmi/log/ReliableLog/SnapshotSize.java
The failure is intermittent. There is very little information in the log files. The messages are:
==========
JavaTest Message: Test complete.
TEST RESULT: Error. failed to clean up files after test
==========
The platform on which these failures occurred was windows-x64. This could be another instance of asynchronous file deletion on Windows, or perhaps the tests hadn't closed all their files by the time jtreg tried to clean up.
- backported by
-
JDK-8313317 TEST_BUG: lack of /othervm option can cause some RMI tests to fail
- Resolved
- relates to
-
JDK-8031179 TEST_BUG: update RMI tests to declare othervm explicitly
- Closed