CRIU timer time compensation tests use TestResult.lockStatus - #19112
Merged
Conversation
Contributor
|
jenkins test sanity xlinux jdk17 |
Contributor
|
jenkins test sanity plinux jdk21 |
Contributor
|
jenkins test sanity zlinux jdk17 |
Member
Author
This seems a known failure Interestingly a nightly build passed a grinder https://openj9-jenkins.osuosl.org/job/Grinder/3448/console, looking into why this PR build failed. |
Member
|
We just got a |
Remove hard-coded Thread.sleep(); Check TestResult.lockStatus.get() == 0 if the time task thread finished; Specify unusedArgument for criuScript.sh unused parameter $5 - the APP ARGS; Enable KEEP_TEST_OUTPUT for testMillisDelayBeforeCheckpointDone and testMillisDelayAfterCheckpointDone. Signed-off-by: Jason Feng <fengj@ca.ibm.com>
JasonFengJ9
force-pushed
the
criutesttimeout
branch
from
April 9, 2024 22:04
d5adaec to
76b3fb6
Compare
Member
Author
|
Rebased with #19277 |
Contributor
|
jenkins test sanity zlinux jdk17 |
Contributor
|
jenkins test sanity xlinux jdk17 |
Member
Author
A known failure |
tajila
approved these changes
Apr 10, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CRIU timer time compensation tests use
TestResult.lockStatusRemove hard-coded
Thread.sleep();Check
TestResult.lockStatus.get() == 0if the time task thread finished;Specify
unusedArgumentforcriuScript.shunused parameter$5-the APP ARGS;Enable
KEEP_TEST_OUTPUTfortestMillisDelayBeforeCheckpointDoneandtestMillisDelayAfterCheckpointDone.Related to
The initial time-out occurred at
There was little diagnosis info, this PR also added trace points and kept the test output file.
Signed-off-by: Jason Feng fengj@ca.ibm.com