mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 10:50:42 +01:00
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)
This commit is contained in:
parent
ff1bdeedde
commit
60ac65dd19
@ -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:
|
# Databases for replication tests:
|
||||||
#
|
#
|
||||||
db_main_alias = $(dir_sampleDb)/qa_replication/db_main.fdb
|
db_main_alias = $(dir_sampleDb)/qa_replication/db_main.fdb
|
||||||
|
Loading…
Reference in New Issue
Block a user