From 5aca082b237d221facc11038d82421f152e21cf5 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sun, 1 Oct 2023 12:33:29 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_7772_test.py: corrected notes after check on intermediate snapshots 5.x and 6.x --- tests/bugs/gh_7772_test.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/bugs/gh_7772_test.py b/tests/bugs/gh_7772_test.py index 37d9b64b..9d2d96e3 100644 --- a/tests/bugs/gh_7772_test.py +++ b/tests/bugs/gh_7772_test.py @@ -14,10 +14,7 @@ NOTES: Thanks to Vlad for provided example for test. Confirmed bug on 4.0.4.2997: restored database contains blob with size = 4464 which is less than initial size. - Checked on 4.0.4.2998 -- all fine. - ::: NB ::: - Currently FB 5.x and 6.x are also affected, so this test will FAIL on them. - Sent report to Vlad, 01.10.2023 09:50. Waiting for reply / fix in FB 5.x and 6.x + Checked on 4.0.4.2998, 5.0.0.1235 (intermediate build), 6.0.0.65 (intermediate build) -- all fine. """ from io import BytesIO from pathlib import Path