block: qcow: tests: Update combo_write_read for cluster leak fixes
Freed clusters correctly have refcount=0. Remove the assertion that expected no clusters with zero refcount, as it was validating the buggy behavior. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
parent
efad6578d1
commit
f1ffd795e0
1 changed files with 0 additions and 2 deletions
|
|
@ -2882,8 +2882,6 @@ mod unit_tests {
|
|||
assert_eq!(orig, read);
|
||||
}
|
||||
}
|
||||
|
||||
assert_eq!(qcow_file.first_zero_refcount().unwrap(), None);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue