adoptium / openj9-systemtest

Long running J9 tests
Other
6 stars 38 forks source link

Manage workload caches #79

Closed Mesbah-Alam closed 5 years ago

Mesbah-Alam commented 5 years ago

Run SharedClassesCacheChecker with only workload caches

Fixes: https://github.com/eclipse/openj9-systemtest/issues/78

Signed-off-by: Mesbah_Alam@ca.ibm.com Mesbah_Alam@ca.ibm.com

Mesbah-Alam commented 5 years ago

Reviewer: @hangshao0

hangshao0 commented 5 years ago

Please add more details in your commit message.

Mesbah-Alam commented 5 years ago

The test passes 5x Grinder on Internal Jenkins (Link shared with Hang on Slack).

Mesbah-Alam commented 5 years ago

There is a failure in the Grinder run at Adopt: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/906/tapResults/

From 62.WL3.stderr log file:

JVMSHRC162E The wait for the creation mutex while opening shared memory has timed out
JVMSHRC662I Error recovery: destroyed semaphore set associated with shared class cache.
JVMJ9VM015W Initialization error for library j9shr29(11): JVMJ9VM009E J9VMDllMain failed
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Mesbah-Alam commented 5 years ago

5x Grinder at openj9 passes : https://ci.eclipse.org/openj9/view/Test/job/Test-Grinder/245/console

Mesbah-Alam commented 5 years ago

Since the PR passes in internal Jenkins 5x Grinder and also OpenJ9 5x Grinder, it should be ready to merge.

@smlambert - Once you have a minute, please merge this PR.

hangshao0 commented 5 years ago

any comment? Is it something related to the changes in this PR?

No. I don't think it is related to this change.