-
Notifications
You must be signed in to change notification settings - Fork 729
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
CRIU tests get accurate pre-checkpoint time #18425
Conversation
jenkins test sanity xlinux jdk21 |
This is an infra issue. |
jenkins test sanity zlinux jdk21 |
cd4e06a
to
4a779be
Compare
The time between first |
4a779be
to
035a7dc
Compare
Unable to reproduce the failure in a grinder, the test is modified to check if the PR build picks up the change. |
jenkins test sanity zlinux jdk21 |
035a7dc
to
25662b3
Compare
In a large grinder (500x), a failure occurred with the time between first
Removed the comparison for now until find a reliable way to measure the time between two Passed PR builds: |
jenkins test sanity zlinux jdk21 |
Use CRIUTestUtils.prepareCheckPointJVM() to avoid potential long disk file related API calls before taking the pre-checkpoint time. Signed-off-by: Jason Feng <[email protected]>
25662b3
to
b1b9a71
Compare
Just resolved the merging conflict. |
jenkins test sanity zlinux jdk21 |
Failure in 0.43 build, https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.functional_s390x_linux_Release/82/ |
CRIU tests get accurate pre-checkpoint time
Use
CRIUTestUtils.prepareCheckPointJVM()
to avoid potential long disk file-related API calls before taking the pre-checkpoint time.100x grinder - no failure reproduced, a few infra errors.
closes #18384
Signed-off-by: Jason Feng [email protected]