-
Notifications
You must be signed in to change notification settings - Fork 729
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
testDDRExt_General failed in OpenJ9 SDK #5089
Comments
I tried this test locally on a zLinux system: that test passes for me. |
Same results on xLinux.
|
I tried to test a build using the same SHAs as reported in the description, but I got no response from testmgmt.stage1.mybluemix.net (see [1]). Is there another way to get those resources? |
When that service is not available we automatically fall back to use ottawa.csv and modes.xml files from the repo. In other words, we use the resources in https://github.com/eclipse/openj9/tree/master/test/TestConfig/resources. |
It doesn't appear to be working that way; instead curl returns an error and configuration terminates incomplete (no |
|
It would have been helpful to know that this issue only arises in the presence of #5137. |
The failure was observed on a virtual system running without access to IBM's internal network. Given this is an open source project, that should be a reasonable use case. |
I managed to get a troublesome core file generated where the output of |
I believe the underlying issue here is that the core file is generated from a command that loads everything from the shared class cache. See #5175. |
Close this issue as it is fixed. |
When importing the DDR tests, DDR general test (testDDRExt_General_openj9) passed on IBM SDK from vmfarm, but did not passed on OpenJ9 SDK.
Failure link
https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1249/
If the link cannot be opened:
Failure output
Output from Grinder: test name: testDDRExt_General_openj9
Then I tried to test locally using IBM SDK from vmfarm and Openj9 nightly build, after typing
!walkinterntable 4
in each jdumpview core,IBM SDK gives:
WALKING LOCAL INTERN HASHTABLE COMPLETED
Nightly Openj9 SDK build gives:
HeadNode is null
The IBM SDK from vmfarm
OpenJ9 nightly build
The text was updated successfully, but these errors were encountered: