Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-03ci: disable some tests on CentOS 7Adrian Reber
Now that we are running CI on an actual CentOS 7 kernel different tests are no longer working as they require newer kernels. This commit disables a few tests only on CentOS 7. Signed-off-by: Adrian Reber <areber@redhat.com>
2021-09-03others/ns_ext: restore a process out of PID namespaces into the host PID ↵Pavel Tikhomirov
namespace It is quiet a common case to move the process from one pidns to another existing pidns with criu (only restriction is pids should not intersect). Let's check it works. v2: - use pipe-s to synchronize processes - run the test in a pid namespace to avoid pid conflicts in the host pid namespace - grep errors in restore.log - add some more comments v3: use 1000 for ns_last_pid so that test works on systems with low pid_max; remove excess ';'s. Co-Developed-by: Andrei Vagin <avagin@gmail.com> Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
2020-10-20pidns: fixupAdrian Reber
I pushed the wrong branch to the pidns PR https://github.com/checkpoint-restore/criu/pull/1056 which resulted in the wrong patches getting merged. This is the actual result from the review. Signed-off-by: Adrian Reber <areber@redhat.com>
2020-10-20test: test external namespace supportAdrian Reber
Adapt netns_ext tests to also work with pid namespaces and move it from test/others/netns_ext/ to test/others/ns_ext/. Also enable ns_ext tests in Travis runs. Signed-off-by: Adrian Reber <areber@redhat.com>