From 60ac65dd19017d67d3d59fb100c41411ab4c33e2 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Thu, 16 Feb 2023 21:05:32 +0300 Subject: [PATCH] added alias for gh_7382_test.py (we have to use DB with increased page cache size in order to reduce impact of blob concatenation on performance of IO subsystem) --- files/qa-databases.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/files/qa-databases.conf b/files/qa-databases.conf index c1e21399..0b9ff6ab 100644 --- a/files/qa-databases.conf +++ b/files/qa-databases.conf @@ -172,6 +172,13 @@ tmp_core_6143_alias = $(dir_sampleDb)/qa/tmp_core_6143.fdb } +# Test issue: https://github.com/FirebirdSQL/firebird/issues/7382 +tmp_gh_7382_alias = $(dir_sampleDb)/qa/tmp_gh_7382.fdb +{ + DefaultDbCachePages = 30k +} + + # Databases for replication tests: # db_main_alias = $(dir_sampleDb)/qa_replication/db_main.fdb