]> xenbits.xensource.com Git - libvirt.git/commit
qemublocktest: Disable testcases for all bitmap handling
authorPeter Krempa <pkrempa@redhat.com>
Thu, 28 May 2020 15:02:18 +0000 (17:02 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 22 Jun 2020 14:04:30 +0000 (16:04 +0200)
commite0828604f77b61d8ee41e72758b0c9d712b1e263
tree5c3d8a0a3adaa9f306412f36d1d3eec4d41a1e0f
parentcc1a33b59940f9e2a0856ac49dd9b8a185df8a01
qemublocktest: Disable testcases for all bitmap handling

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>
49 files changed:
tests/qemublocktest.c
tests/qemublocktestdata/backupmerge/basic-deep-out.json [deleted file]
tests/qemublocktestdata/backupmerge/basic-flat-out.json [deleted file]
tests/qemublocktestdata/backupmerge/basic-intermediate-out.json [deleted file]
tests/qemublocktestdata/backupmerge/snapshot-deep-out.json [deleted file]
tests/qemublocktestdata/backupmerge/snapshot-flat-out.json [deleted file]
tests/qemublocktestdata/backupmerge/snapshot-intermediate-out.json [deleted file]
tests/qemublocktestdata/bitmapblockcommit/basic-1-2 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/basic-1-3 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/basic-2-3 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-1-2 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-1-3 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-1-4 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-1-5 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-2-3 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-2-4 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-2-5 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-3-4 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-3-5 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-4-5 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-synthetic-broken-1-2 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-synthetic-broken-1-3 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-synthetic-broken-1-4 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-synthetic-broken-1-5 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-synthetic-broken-2-3 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-synthetic-broken-2-4 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-synthetic-broken-2-5 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-synthetic-broken-3-4 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-synthetic-broken-3-5 [deleted file]
tests/qemublocktestdata/bitmapblockcommit/snapshots-synthetic-broken-4-5 [deleted file]
tests/qemublocktestdata/bitmapblockcopy/basic-deep-out.json [deleted file]
tests/qemublocktestdata/bitmapblockcopy/basic-shallow-out.json [deleted file]
tests/qemublocktestdata/bitmapblockcopy/snapshots-deep-out.json [deleted file]
tests/qemublocktestdata/bitmapblockcopy/snapshots-shallow-out.json [deleted file]
tests/qemublocktestdata/checkpointdelete/basic-current-out.json [deleted file]
tests/qemublocktestdata/checkpointdelete/basic-intermediate1-out.json [deleted file]
tests/qemublocktestdata/checkpointdelete/basic-intermediate2-out.json [deleted file]
tests/qemublocktestdata/checkpointdelete/basic-intermediate3-out.json [deleted file]
tests/qemublocktestdata/checkpointdelete/basic-noparent-out.json [deleted file]
tests/qemublocktestdata/checkpointdelete/snapshots-current-out.json [deleted file]
tests/qemublocktestdata/checkpointdelete/snapshots-intermediate1-out.json [deleted file]
tests/qemublocktestdata/checkpointdelete/snapshots-intermediate2-out.json [deleted file]
tests/qemublocktestdata/checkpointdelete/snapshots-intermediate3-out.json [deleted file]
tests/qemublocktestdata/checkpointdelete/snapshots-noparent-out.json [deleted file]
tests/qemublocktestdata/checkpointdelete/snapshots-synthetic-checkpoint-current-out.json [deleted file]
tests/qemublocktestdata/checkpointdelete/snapshots-synthetic-checkpoint-intermediate1-out.json [deleted file]
tests/qemublocktestdata/checkpointdelete/snapshots-synthetic-checkpoint-intermediate2-out.json [deleted file]
tests/qemublocktestdata/checkpointdelete/snapshots-synthetic-checkpoint-intermediate3-out.json [deleted file]
tests/qemublocktestdata/checkpointdelete/snapshots-synthetic-checkpoint-noparent-out.json [deleted file]