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

jdk_rmi test failures #1144

Open
smlambert opened this issue Feb 9, 2018 · 2 comments
Open

jdk_rmi test failures #1144

smlambert opened this issue Feb 9, 2018 · 2 comments

Comments

@smlambert
Copy link
Contributor

smlambert commented Feb 9, 2018

Test results from the openjdk regression test group run against the nightly openjdk8-openj9 build at AdoptOpenJDK: Test results: passed: 131; failed: 5

make jdk_rmi_0

https://ci.adoptopenjdk.net/view/work%20in%20progress/job/test_personal/202/
https://ci.adoptopenjdk.net/view/work%20in%20progress/job/test_personal/202/artifact/jvmtest/openjdk_regression/work/

java/rmi/dgc/dgcAckFailure/DGCAckFailure.java
java/rmi/registry/serialFilter/RegistryFilterTest.java
java/rmi/server/RemoteObject/notExtending/NotExtending.java
java/rmi/transport/runtimeThreadInheritanceLeak/RuntimeThreadInheritanceLeak.java
sun/rmi/server/UnicastServerRef/FilterUSRTest.java


As links above expire, steps to reproduce locally (on x86-64_linux machine and assume cloned into /tmp):

Get test materials and SDK:
cd /tmp
git clone https://github.com/AdoptOpenJDK/openjdk-tests.git
cd /tmp/openjdk-tests
./get.sh -s /tmp/openjdk8_j9_nightlybuild -t /tmp/openjdk-tests -p x64_linux -v openjdk8-openj9 -r nightly

Update the excludes file to reinclude the test you want to retry:
/tmp/openjdk-tests/openjdk_regression/ProblemList_openjdk8-openj9.txt

Configure/compile/execute tests:
cd /tmp/openjdk-tests/TestConfig
export JAVA_BIN=/tmp/openjdk8_j9_nightlybuild/jre/bin
export SPEC=linux_x86-64_cmprssptrs
export JAVA_VERSION=SE80
export BUILD_LIST=openjdk_regression
make -f run_configure.mk
make compile
make jdk_rmi

@sophia-guo
Copy link
Contributor

@sophia-guo
Copy link
Contributor

Recently got a few others failed for

17:43:58 ACTION: main -- Failed. Execution failed: `main' threw exception: TestFailedException: TEST FAILED: rmid not destroyed in: 60000 milliseconds
17:43:58 REASON: User specified action: run main/othervm/policy=security.policy/timeout=240 DownloadParameterClass 
17:43:58 TIME:   63.65 seconds
17:43:58 messages:
17:43:58 command: main DownloadParameterClass
17:43:58 reason: User specified action: run main/othervm/policy=security.policy/timeout=240 DownloadParameterClass 
17:43:58 Mode: othervm [/othervm specified]
17:43:58 elapsed time (seconds): 63.65
17:43:58 configuration:

17:43:58 TEST RESULT: Failed. Execution failed: `main' threw exception: TestFailedException: TEST FAILED: rmid not destroyed in: 60000 milliseconds

Will exclude them temporarily

java/rmi/activation/Activatable/downloadParameterClass/DownloadParameterClass.java
java/rmi/activation/Activatable/extLoadedImpl/ext.sh.ext
java/rmi/activation/Activatable/forceLogSnapshot/ForceLogSnapshot.java.ForceLogSnapshot
java/rmi/activation/Activatable/inactiveGroup/InactiveGroup.java.InactiveGroup
java/rmi/activation/Activatable/restartCrashedService/RestartCrashedService.java.RestartCrashedService
java/rmi/activation/Activatable/restartLatecomer/RestartLatecomer.java.RestartLatecomer
java/rmi/activation/Activatable/restartService/RestartService.java.RestartService
java/rmi/activation/ActivateFailedException/activateFails/ActivateFails.java.ActivateFails
java/rmi/activation/ActivationSystem/modifyDescriptor/ModifyDescriptor.java.ModifyDescriptor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants