Pavel Emelyanov
Pavel Emelyanov
There are 4 barrier-only stages when migrating a tablet and the test needs to fail pending/leaving replica that handles it in order to validate how coordinator handles dead node. Failing...
Today's test.py allows filtering tests to run with the `test.py --options name` syntax. The "name" argument is then considered to be some prefix, and when iterating tests only those whose...
The test cases in this suite need to start scylla with custom config options, restart it and call API on it. By the time the suite was created all this...
While measuring #17149 with this test some changes were applied, here they are - keep initial_tablets number in output json's parameters section - disable auto compaction - add control over...
In RPC we report back the first error message met. But this is not always the case. See commit f1a9cd4d. The problem is that pre_dump_using_req() calls fork() to do the...
https://www.codacy.com/app/xemul/criu/issues?bid=4795042&filters=W3siaWQiOiJMYW5ndWFnZSIsInZhbHVlcyI6W251bGxdfSx7ImlkIjoiQ2F0ZWdvcnkiLCJ2YWx1ZXMiOlsiQ29kZSBTdHlsZSJdfSx7ImlkIjoiTGV2ZWwiLCJ2YWx1ZXMiOltudWxsXX0seyJpZCI6IlBhdHRlcm4iLCJ2YWx1ZXMiOlsyMjM5XX0seyJpZCI6IkF1dGhvciIsInZhbHVlcyI6W251bGxdfSx7InZhbHVlcyI6W119XQ==
In zdtm .desc files there can be a flag called "crfail". It means, that the dump of this test should fail, we know it and are willing to fix. Unfortunately,...
In the `parasite-syscall.c` file there's a function `parasite_dump_sigacts_seized()`. In the `cr-restore.c` file there's a `prepare_sigactions()` call (and whatever it calls). Both are better to be moved into a .c file...
In `criu/cr-restore.c` file there's a set of functions starting from `prepare_posix_timers()` and `prepare_itimers()`. In `criu/parasite-syscall.c` there's a set starting from `parasite_dump_itimers_seized()` and `parasite_dump_posix_timers_seized()`. Both are better to be moved to...