mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
27 lines
884 B
Plaintext
27 lines
884 B
Plaintext
# QA-specific databases.conf, would be copied manually to $FB_HOME
|
|
# by batch scenario as part of preparation, before QA suite run.
|
|
# Discussed with pcisar, letters since 30-may-2022 13:48, subject:
|
|
# "new qa, core_4964_test.py: strange outcome when use... shutil.copy() // comparing to shutil.copy2()"
|
|
###################################################################
|
|
|
|
employee.fdb = $(dir_sampleDb)/employee.fdb
|
|
employee = $(dir_sampleDb)/employee.fdb
|
|
|
|
# Master security database specific setup.
|
|
#
|
|
security.db = $(dir_secDb)/security5.fdb
|
|
{
|
|
# NOTE. We have to ALLOW RemoteAccess for some tests:
|
|
# bugs/core_4821_test.py
|
|
# bugs/gh_6860_test.py
|
|
# bugs/test_user_management.py
|
|
# functional/session/test_ext_conn_pool_01.py
|
|
#
|
|
RemoteAccess = true
|
|
DefaultDbCachePages = 256
|
|
}
|
|
|
|
# Hereafter we specify data for tests which
|
|
# require special settings for database:
|
|
#
|