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

Modify testConfig to add a check for guarded storage support #2947

Merged
merged 1 commit into from
Oct 2, 2018

Conversation

ebadyano
Copy link
Contributor

Added a check to configure.pl to check for zOS z14 or higher hardware to
enable concurrent scavenger tests.

@ebadyano
Copy link
Contributor Author

@sophia-guo could you please review?

Added a check to configure.pl to check for zOS z14 or higher hardware to
enable concurrent scavenger tests.

Signed-off-by: Evgenia Badyanova <[email protected]>
my $hardware=`uname -m`;
if ($hardware >= $ZOSR14) {
$capability_Hash{guardedstorage} = 1;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't necessarily true. We can very well be on a z14 but guarded storage disabled due to missing OS support. I guess it's a decent starting point though but we ought to be checking the port library or something for these kinds of queries. This shouldn't block the merge of this PR but something to think about for the future.

@smlambert
Copy link
Contributor

While we do not have this hardware in the open, will run a limited PR test to ensure script runs.

@smlambert
Copy link
Contributor

Jenkins test sanity zlinux jdk11

@smlambert
Copy link
Contributor

jenkins test extended zlinux jdk11

@smlambert smlambert merged commit 8e1a76d into eclipse-openj9:master Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants