-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b03
-
x86
-
windows_2000
-
Not verified
The ManyZipFiles test creates "numFiles = 3000" .zip files to verify
that 6423026 is fixed.
It exits with a 'pass' or 'fail' but does not clean up the temporary .zip
files generated during the test. On shared testing machines with nightly
test runs the temp directory quickly fills up with dirt and spurious test
failures start to creep in because of that.
An example using one of our nightly test machines:
(otto@roque) ~ $ ls -l /c/winnt/test9999*
-rwx------+ 1 otto None 136 Jul 13 05:22 /c/winnt/test9999.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99990.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99991.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99992.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99993.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99994.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99995.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99996.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99997.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99998.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99999.zip
(otto@roque) ~ $ ls -1 /c/winnt | wc -l
147369
that 6423026 is fixed.
It exits with a 'pass' or 'fail' but does not clean up the temporary .zip
files generated during the test. On shared testing machines with nightly
test runs the temp directory quickly fills up with dirt and spurious test
failures start to creep in because of that.
An example using one of our nightly test machines:
(otto@roque) ~ $ ls -l /c/winnt/test9999*
-rwx------+ 1 otto None 136 Jul 13 05:22 /c/winnt/test9999.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99990.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99991.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99992.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99993.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99994.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99995.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99996.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99997.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99998.zip
-rwx------+ 1 otto None 136 Aug 21 05:23 /c/winnt/test99999.zip
(otto@roque) ~ $ ls -1 /c/winnt | wc -l
147369
- relates to
-
JDK-6474350 test/sun/security/tools/jarsigner/LargeJarEntry fails with OutofMemoryErr on system with big tmpdir
- Resolved
-
JDK-6541631 (fc) java/nio/channels/FileChannel/LongTransferTest.java should clean up after itself
- Resolved
-
JDK-6423026 Java.util.zip doesn't allow more than 2036 zip files to be concurrently open on Windows
- Resolved
-
JDK-4171239 File.deleteOnExit() does not work on open files (win32)
- Closed