-
Sub-task
-
Resolution: Fixed
-
P4
-
15, 16
-
b25
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8326852 | 17.0.12-oracle | Ramesh Gangadhar | P4 | Resolved | Fixed | b01 |
java/nio/channels/FileChannel/FileExtensionAndMap.java has '@ignore This test has huge disk space requirements'; canonically, @ignore should be followed by the id of the bug which describes the problem and will be used to eventually fix it.
note: if this test is inapplicable for regular/automated execution due to its requirement for disk space, it's better to use '/manual' option so the test will be excluded from automated testing, yet will be easy to find and run in manual testing. an alternative solution might to update the test to 1st check available disk space and throw SkippedException if there isn't enough.
note: if this test is inapplicable for regular/automated execution due to its requirement for disk space, it's better to use '/manual' option so the test will be excluded from automated testing, yet will be easy to find and run in manual testing. an alternative solution might to update the test to 1st check available disk space and throw SkippedException if there isn't enough.
- backported by
-
JDK-8326852 java/nio/channels/FileChannel/FileExtensionAndMap.java uses @ignore w/o bug id
- Resolved
- relates to
-
JDK-8297292 java/nio/channels/FileChannel/FileExtensionAndMap.java is too slow
- Resolved