Skip to content

Commit

Permalink
Merge pull request #16555 from VermaSh/criu_zlinux_tid_issue
Browse files Browse the repository at this point in the history
Update criu_random test to ignore tid issues
  • Loading branch information
tajila committed Jan 23, 2023
2 parents d18a29d + f1f92c6 commit a3dafa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/cmdLineTests/criu/criu_random.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<command>bash $SCRIPPATH$ $TEST_RESROOT$ $JAVA_COMMAND$ "$JVM_OPTIONS$" "SecondRestore"</command>
<output type="success" caseSensitive="yes" regex="no">Different random values</output>
<output type="success" caseSensitive="yes" regex="no">Post-checkpoint</output>
<output type="required" caseSensitive="yes" regex="no">Second Restore</output>
<output type="success" caseSensitive="yes" regex="no">Second Restore</output>
<output type="failure" caseSensitive="yes" regex="no">CRIU is not enabled</output>
<output type="failure" caseSensitive="yes" regex="no">Operation not permitted</output>
<!-- If CRIU can't acquire the original thread IDs, this test will fail. Nothing can be done about this failure. -->
Expand Down

0 comments on commit a3dafa7

Please sign in to comment.