2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00

test: run scm06 in the ns and uns flavors

The kernel releases a test socket asynchronously, so the restore can
fail if it is executed before the kernel actually destroys the socket.

Fixes #2537

Signed-off-by: Andrei Vagin <avagin@google.com>
This commit is contained in:
Andrei Vagin 2024-12-13 09:03:42 -08:00 committed by Andrei Vagin
parent d46cbf76ed
commit 32d5a766ee

View File

@ -1 +1,4 @@
{'flags': 'suid'}
# This test isn't executed in the host flavor (in the same network namespace,
# because the kernel releases a test socket asynchronously, so the restore
# can fail if it is executed before the kernel actually destroys the socket.
{'flags': 'suid', 'flavor': 'ns uns'}