From b2a5bd43cab9bc10bedf628f7b7c27514aeb8353 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Mon, 30 Dec 2024 12:13:09 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_6915_test.py: added comments --- tests/bugs/gh_6915_test.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/bugs/gh_6915_test.py b/tests/bugs/gh_6915_test.py index 83c848a9..2754e794 100644 --- a/tests/bugs/gh_6915_test.py +++ b/tests/bugs/gh_6915_test.py @@ -5,8 +5,11 @@ ID: issue-6915 ISSUE: 6915 TITLE: Allow attribute DISABLE-COMPRESSIONS in UNICODE collations DESCRIPTION: - Only ability to use 'DISABLE-COMPRESSION' in attributes list is checked here. - Performance comparison with and without this attribute will be checked in separate test. + Original discussion: + https://sourceforge.net/p/firebird/mailman/firebird-devel/thread/9361c612-d720-eb76-d412-7101518ca60d%40ibphoenix.cz/ + + Only ability to use 'DISABLE-COMPRESSION' in attributes list is checked here. + Performance comparison with and without this attribute will be checked in separate test. NOTES: [24.12.2024] pzotov Several tests have been added in order to check PERFORMANCE affect of 'DISABLE-COMPRESSIONS=1':