Line 9: |
Line 9: |
| | | |
| == Mr Jenkins == | | == Mr Jenkins == |
− | We use Jenkins to execute tests. It works only for the criu upstream repo and isn't available to users yet. If you visit [https://ci.openvz.org/view/CRIU/], you will find more than dozen jobs for different configurations. We try to test all criu features. In addition, we execute our tests on linux-next to be sure that nobody breaks us in a kernel space. | + | We use Jenkins to execute tests. It works only for the criu upstream repo and isn't available to users yet. If you visit [https://ci.openvz.org/view/CRIU/], you will find more than dozen jobs for different configurations. We try to test all criu features. |
| + | |
| + | Most part of jobs uses [ZDTM Test Suite]. There each test is a small program. Each job plays different scenarios with these tests: |
| + | * dump/restore |
| + | * dump/restore a few times |
| + | * dump/restore with a freezer cgroup |
| + | * dump only |
| + | * pre-dump, dump/restore with or without page-server |
| + | * pre-dump with duplication |
| + | * fault-injection |
| + | * collect code coverage |
| + | |
| + | In addition, we execute our tests on linux-next to be sure that nobody breaks us in a kernel space. |
| | | |
| == Links == | | == Links == |