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

Set umask for SharedClassesAPI test for OSX #1262

Closed
Mesbah-Alam opened this issue Aug 10, 2019 · 1 comment · Fixed by #1263
Closed

Set umask for SharedClassesAPI test for OSX #1262

Mesbah-Alam opened this issue Aug 10, 2019 · 1 comment · Fixed by #1263
Assignees
Milestone

Comments

@Mesbah-Alam
Copy link
Contributor

SharedClassesAPI test will set groupaccess to the shared cache file. But it failed to set the access because of the default umask setting on osx. So the umask needs to be changed.

Ref: eclipse-openj9/openj9#4375 (comment)

We should make the change in the test's playlist. This way the test itself can set the umask dynamically during runtime without having any external dependencies.

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

Successfully merging a pull request may close this issue.

2 participants