mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00
Workaround criu re-linking output in system test
When run on an F36 host using netavark/aardvark-dns, for whatever underlying reason most checkpoint/restore tests are emitting an error similar to: `criu: Symbol `__rseq_offset' has different size in shared object, consider re-linking` This extraneous output is causing the basic checkpoint system test to fail. Since, all other testing of checkpoint/restore feature is passing (also with the extraneous message) loosen the system test sensitivity to match. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -47,7 +47,8 @@ function teardown() {
|
||||
|
||||
# Checkpoint, and confirm via inspect
|
||||
run_podman container checkpoint $cid
|
||||
is "$output" "$cid" "podman container checkpoint"
|
||||
# FIXME: remove the `.*` prefix after fix packaged for https://github.com/checkpoint-restore/criu/pull/1706
|
||||
is "$output" ".*$cid" "podman container checkpoint"
|
||||
|
||||
run_podman container inspect \
|
||||
--format '{{.State.Status}}:{{.State.Running}}:{{.State.Paused}}:{{.State.Checkpointed}}' $cid
|
||||
|
Reference in New Issue
Block a user