-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b18
-
windows
The following tests take much longer to execute on Windows, as compared to other platforms:
java/nio/channels/FileChannel/TransferTo6GBFile.java - 91 seconds
java/nio/channels/FileChannel/Transfer4GBFile.java - 85 seconds
java/nio/channels/FileChannel/Transfer2GPlus.java - 85 seconds
On other platforms the same tests complete under a second.
The tests are run in exclusive mode, which means that they are never run in parallel, which slows down tier2 testing even more.
We can probably speed up these tests by making sure that the test files are created with StandardOpenOption.SPARSE.
java/nio/channels/FileChannel/TransferTo6GBFile.java - 91 seconds
java/nio/channels/FileChannel/Transfer4GBFile.java - 85 seconds
java/nio/channels/FileChannel/Transfer2GPlus.java - 85 seconds
On other platforms the same tests complete under a second.
The tests are run in exclusive mode, which means that they are never run in parallel, which slows down tier2 testing even more.
We can probably speed up these tests by making sure that the test files are created with StandardOpenOption.SPARSE.
- relates to
-
JDK-8294723 Review running times of tier 2 library regression tests
-
- Open
-