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

CRIU adds InternalCRIUSupport.getLastRestoreTime() #18184

Merged
merged 1 commit into from Oct 11, 2023

Conversation

JasonFengJ9
Copy link
Member

CRIU adds InternalCRIUSupport.getLastRestoreTime()

Retrieve the time when the last restore occurred. In the case of multiple restores the previous times are overwritten.
The times returned are in milliseconds since the start of the epoch, -1 if restore has not occurred;
Added a test testGetLastRestoreTime().

closes #18105

Signed-off-by: Jason Feng fengj@ca.ibm.com

Retrieve the time when the last restore occurred. In the case of
multiple restores the previous times are overwritten.
The times returned are in milliseconds since the start of the epoch, -1
if restore has not occurred;
Added a test testGetLastRestoreTime().

Signed-off-by: Jason Feng <fengj@ca.ibm.com>
@JasonFengJ9 JasonFengJ9 added comp:vm criu Used to track CRIU snapshot related work labels Sep 22, 2023
@tajila
Copy link
Contributor

tajila commented Sep 27, 2023

jenkins test sanity alinux64 jdk21

@tajila
Copy link
Contributor

tajila commented Sep 27, 2023

jenkins test sanity xlinux jdk17

@JasonFengJ9
Copy link
Member Author

22:44:18 Exception: java.io.IOException: Failed to copy file:/var/lib/jenkins/jobs/test.getDependency/builds/868/archive/jtreg_7_2_1.tar.gz to /home/jenkins/workspace/Test_openjdk17_j9_sanity.functional_x86-64_linux_Personal/aqa-tests/TKG/lib/jtreg_7_2_1.tar.gz

The test failed with an info error.

@tajila
Copy link
Contributor

tajila commented Oct 10, 2023

jenkins test sanity xlinux jdk17

@JasonFengJ9
Copy link
Member Author

JasonFengJ9 commented Oct 10, 2023

22:44:18 Exception: java.io.IOException: Failed to copy file:/var/lib/jenkins/jobs/test.getDependency/builds/868/archive/jtreg_7_2_1.tar.gz to /home/jenkins/workspace/Test_openjdk17_j9_sanity.functional_x86-64_linux_Personal/aqa-tests/TKG/lib/jtreg_7_2_1.tar.gz

This occurred again, will rebase to get the latest updates. that was the same failure, will wait for a new test link.

@tajila tajila merged commit 7463bc9 into eclipse-openj9:master Oct 11, 2023
7 checks passed
@JasonFengJ9 JasonFengJ9 deleted the getlastrestoretime branch October 11, 2023 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:vm criu Used to track CRIU snapshot related work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CRIU: Add api to query restore time
3 participants