summaryrefslogtreecommitdiff
path: root/tests/qemublocktestdata/bitmapblockcommit/basic-1-3
Commit message (Collapse)AuthorAgeFilesLines
* qemublocktest: Add 'basic' tests for commit bitmap handlingPeter Krempa2020-06-221-0/+145
| | | | | | | | In the 'basic' case we have few bitmaps in only the top layer. Simulate commit into the backing of the top layer and also 2 levels deep. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
* qemublocktest: Disable testcases for all bitmap handlingPeter Krempa2020-06-221-119/+0
| | | | | | | | | | | | | | | | | Upcoming patches are going to rewrite and semantically modify how bitmaps are handled during blockjobs. This is possible as incremental backup is not yet fully enabled. As the changes are going to be incompatible with any current test data remove all test cases for bitmap handling during checkpoint deletion, incremental backups, block commit, block copy, and bitmap validation operations. The tests will be gradually added back later after the code and test-data is refactored. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
* qemublocktest: Add tests for handling of bitmaps during block-commitPeter Krempa2020-03-161-0/+119
Add code for testing the two necessary steps of handling bitmaps during block commit and exercise the code on the test data which we have for bitmap handling. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>