pavel-zotov
2deebbef9a
added alias for gh_7917
2023-12-28 16:08:24 +03:00
pavel-zotov
b74e33d734
Added alias that will be used in gh_7723_test.py
2023-08-29 14:04:03 +03:00
pavel-zotov
08bb450bc7
Added section tmp_gh_7598_alias for test gh_7598_test.py
2023-05-30 15:54:03 +03:00
pavel-zotov
bc592ef4c5
Added alias for gh_7545. Parameter 'LockmemSize' has no value as it was described in the 1st example in the ticket.
2023-04-14 17:22:00 +03:00
pavel-zotov
5623ab563e
Content of $QA_HOME/files/qa-databases.conf must be *ADDED* to the file
...
$TESTING_FB_HOME/databases.conf rather than overwrite it.
Final file must contain aliases 'employee' and 'security.db'.
Otherwise in some cases attempt to made attach to Services can fail:
=======
provider.set_dbcrypt_callback(crypt_callback)
> svc = provider.attach_service_manager(host, spb_buf)
result = self.vtable.attachServiceManager(self, self.status, service.encode(), len(spb), spb)
> self._check()
> raise self.__report(DatabaseError, self.status.get_errors())
firebird.driver.types.DatabaseError: Error occurred during login,
please check server firebird.log for details
=======
And firebird.log contains at this moment:
Authentication error
I/O error during "CreateFile (open)" operation for file "...\SECURITY5.FDB"
Error while trying to open file
The system cannot find the file specified.
Detected on Windows, FB 5.0.0.970, Classic, test bugs/core_6316_test.py
2023-03-08 09:15:41 +03:00
pavel-zotov
886bdb1817
Added alias for upcoming test gh-7106
2023-03-06 23:08:47 +03:00
pavel-zotov
8d35717e30
Added alias that will be used in tests/functional/trigger/database/test_disconnect_05.py
2023-02-28 19:50:57 +03:00
pavel-zotov
faea1533a8
added section for upcoming gh_7046_test.py
2023-02-23 12:44:13 +03:00
pavel-zotov
60ac65dd19
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)
2023-02-16 21:05:32 +03:00
zotov
2228b6a51d
Added alias for using in the bugs/core_6143_test.py
2022-09-22 13:46:56 +03:00
zotov
f3cf084941
Added 'AuthServer' per-database parameter for core_5884_test.py
2022-09-20 12:55:11 +03:00
zotov
ca3c0af5c0
Added alias for core_5496_test.py
2022-09-18 15:18:24 +03:00
zotov
b211beb1bb
Added TWO aliases for test core_4821_test.py. NB: SECOND alias, 'tmp_bind_4821_alias', defines database for which FIRST alias, 'tmp_core_4821_alias', serves as security DB
2022-09-16 23:42:41 +03:00
zotov
c0f257821a
Added pre-defined alias 'tmp_core_5884_alias' for performing test bugs/core_5884_test.py
2022-09-15 22:14:45 +03:00
zotov
25ed5cabe7
Put initial data for replication tests preparation.
2022-08-23 09:59:15 +03:00
zotov
f8ca1ee1e2
Adjusted qa-databases.conf for current tests.
2022-08-20 19:37:56 +03:00
zotov
198da5ad4b
Added new aliases for tests which must use pre-created databases.conf
2022-08-17 23:33:28 +03:00
zotov
9924e8614e
Re-implemented details se in the notes to source code. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535 - both on Windows and Linux.
2022-08-08 21:02:46 +03:00
zotov
f0da63fc35
Added pair of aliases for running test core-6043.
2022-08-06 23:01:35 +03:00
zotov
3a3cfa30d5
Adjusted alias for core-4964. Added alias for core-4894.
2022-08-05 00:48:25 +03:00
zotov
6efb2db675
Made name of created test DB simpler, noted by pcisar.
2022-08-03 22:18:23 +03:00
zotov
f5dbd05e81
Adjusted, added comments.
2022-08-02 21:29:02 +03:00
zotov
8736e971a0
Added alias tmp_4964 for core_4964_test.py
2022-08-02 21:12:03 +03:00
zotov
062f0dc0b2
Initial prototype for databases.conf which will be used for every tests run session, i.e. would be manually copied to $FB_HOME/datbases.conf
2022-08-02 11:15:49 +03:00