adoptium / openj9-systemtest

Long running J9 tests
Other
6 stars 38 forks source link

Only destroy test specific caches at setup and teardown of SCC tests #71

Closed Mesbah-Alam closed 5 years ago

Mesbah-Alam commented 5 years ago

Only destroy test specific caches at setup and teardown of tests Signed-off-by: Mesbah_Alam@ca.ibm.com Mesbah_Alam@ca.ibm.com

Mesbah-Alam commented 5 years ago

Related: https://github.com/eclipse/openj9-systemtest/issues/62

Mesbah-Alam commented 5 years ago

Watching following test builds: SharedClasses_Workload: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/825/ SharedClassesAPI: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/852/ SharedClasses_Softmx_Increase: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/844/ SharedClasses_Softmx_UpDown: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/828/ SharedClasses_Softmx_JitAot: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/842/ SharedClasses.SCM01.SingleCL: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/849/

Mesbah-Alam commented 5 years ago

@pshipton - This PR updates all the Shared Classes tests to destroy only the test related caches at setup and teardown stages. I've verified it based by running specific tests in Grinder at Adopt (links abbove). Could you please review and merge it?

pshipton commented 5 years ago

Started a test build https://ci.eclipse.org/openj9/view/Pipelines/job/Pipeline-Release-Build/20/

Mesbah-Alam commented 5 years ago

This PR does not solve cache clean up required in SharedClassesAPI test properly. Details in: https://github.com/eclipse/openj9-systemtest/issues/73