-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Store sharedClassesTestData using getResultsDir() instead of getPrereqRoots() #154
Conversation
Grinder links: m/c:rtj-ubu24x86-svl-test-qvfxt-1.fyre.ibm.com TARGET: extended.system https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/41051/ without the PRs Branches i.e. on master branch |
@annaibm can you date the title to |
- Store sharedClassesTestData using getResultsDir() instead of getPrereqRoots(). related:eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <[email protected]>
Can you also run |
Just for the record, in order to pre-stage 3rd party system test jars change, getPrereqRoots() cannot be used for storing generated test data. This PR changes to use getResultsDir(), which changes the current behavior.
I believe this new behavior does not change the actual tests. It will make the test more self contained. |
@annaibm needs a rebase |
related:eclipse-openj9/openj9#19582