mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
8baec93b4c
TestCheckpointRestore was testing that container can be restored into a new one (e.g. clone) - twice. Change one of the restores to use the same identity, to test the case where the same container is being saved and then resumed at a later time. PiperOrigin-RevId: 552866396