-
Notifications
You must be signed in to change notification settings - Fork 737
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
Fix testSCCacheManagement failure on ibm 11 zos #10368
Conversation
@hangshao0 @llxia Could you review it? Thanks. |
Test link in Internal Grinder: |
@@ -164,14 +164,18 @@ public static void main(String args[]) { | |||
} | |||
for(String cacheName: nonpersistentList) { | |||
if (cacheName.indexOf("groupaccess") != -1) { | |||
runSimpleJavaProgramWithNonPersistentCache(cacheName, "groupAccess"); | |||
if (isOpenJ9()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This check affects all platforms, but the original issue complains only about z/OS.
This PR has been temporarily changed to Draft mode, since the test failure may be caused by JDK build error, opened another issue on on Internal GitHub runtimes/openj9-openjdk-jdk11-zos/issues/360 |
- fix cache location change because ibm 11+ use -DOPENJ9_BUILD setting [ci skip] Signed-off-by: Longyu Zhang <longyu.zhang@ibm.com>
Test Links: vmfarm: 461152 jdk 11:
jdk 8:
|
lgtm. @hangshao0 pls review. |
[ci skip]
Signed-off-by: Longyu Zhang longyu.zhang@ibm.com