Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java/util/zip/ZipFile/Zip64SizeTest.java forces test-softlayer-win2012r2-x64-2 to run out of space #1311

Closed
M-Davies opened this issue May 6, 2020 · 7 comments
Assignees
Labels
Milestone

Comments

@M-Davies
Copy link

M-Davies commented May 6, 2020

The test forces the machine to run out of space. test-softlayer-win2012r2-x64-1 is currently offline so I cannot check if it affects other softlayer machines. However, it doesn't affect test-aws-win2019-x64-2 as per https://ci.adoptopenjdk.net/job/Grinder/2989/

Seems similar to #1163

14:28:59  config Zip64SizeTest.setUp(): success
14:28:59  Creating LargeZipEntry.txt
14:28:59  test Zip64SizeTest.validateZipEntrySizes(): failure
14:28:59  java.io.IOException: There is not enough space on the disk
14:28:59  	at java.base/java.io.RandomAccessFile.setLength(Native Method)
14:28:59  	at Zip64SizeTest.createFiles(Zip64SizeTest.java:124)
14:28:59  	at Zip64SizeTest.validateZipEntrySizes(Zip64SizeTest.java:67)
14:28:59  	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
14:28:59  	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
14:28:59  	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
14:28:59  	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
14:28:59  	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
14:28:59  	at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
14:28:59  	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:821)
14:28:59  	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1131)
14:28:59  	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
14:28:59  	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
14:28:59  	at org.testng.TestRunner.privateRun(TestRunner.java:773)
14:28:59  	at org.testng.TestRunner.run(TestRunner.java:623)
14:28:59  	at org.testng.SuiteRunner.runTest(SuiteRunner.java:357)
14:28:59  	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:352)
14:28:59  	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:310)
14:28:59  	at org.testng.SuiteRunner.run(SuiteRunner.java:259)
14:28:59  	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
14:28:59  	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
14:28:59  	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1185)
14:28:59  	at org.testng.TestNG.runSuitesLocally(TestNG.java:1110)
14:28:59  	at org.testng.TestNG.run(TestNG.java:1018)
14:28:59  	at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:94)
14:28:59  	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
14:28:59  	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
14:28:59  	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
14:28:59  	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
14:28:59  	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
14:28:59  	at java.base/java.lang.Thread.run(Thread.java:834)
@karianna karianna added this to the May 2020 milestone May 6, 2020
@karianna karianna added this to TODO in infrastructure via automation May 6, 2020
@karianna karianna added the bug label May 6, 2020
@karianna karianna removed this from the May 2020 milestone May 6, 2020
@M-Davies
Copy link
Author

M-Davies commented May 7, 2020

@M-Davies
Copy link
Author

M-Davies commented May 12, 2020

@Willsparker Willsparker self-assigned this May 14, 2020
@Willsparker
Copy link
Contributor

Willsparker commented May 14, 2020

https://ci.adoptopenjdk.net/job/Grinder/3061/console
Another quick verification that it still affects the machine.
@M-Davies Do you have any idea of how much disk space this test takes up?
EDIT: The grinder passed- @M-Davies can you confirm I didn't mess anything up? 😁

@karianna karianna moved this from TODO to In Progress in infrastructure May 14, 2020
@karianna karianna added this to the May 2020 milestone May 14, 2020
@M-Davies
Copy link
Author

Yeah it looks good. Not sure why it didnt fill the machine up this time 🤔

@M-Davies
Copy link
Author

Try running with ITERATIONS=5?

@Willsparker
Copy link
Contributor

For #1328 , I had to restart the machine, which cleared off about a GB of space- it has about 12GB free, if I remember correctly- I'd be surprised if the test took up more than that!
Running with ITERATIONS=5 : https://ci.adoptopenjdk.net/job/Grinder/3063/console

@Willsparker
Copy link
Contributor

Above run succeeded (Passed the test 5 times) - closing issue

infrastructure automation moved this from In Progress to Done May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

3 participants