pavel-zotov
1a62a85ba6
Removed old file that no more needed for test core-2115
2023-09-07 13:22:47 +03:00
pavel-zotov
f236cd96fb
Removed windows-style EOLs from oltp-emul-12_activate_db_triggers.sql
2023-09-07 00:29:21 +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
e0f194f67c
minor change in oltp-emul-05_main_tabs_filling.sql: commented out debug query that displayed active trigger names
2023-06-20 09:44:58 +03:00
pavel-zotov
bbd332d6c8
Added .fbk files needed for tests gh_7610_test.py and gh_7611_test.py
2023-06-04 08:55:45 +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
aa0f4a27a4
Updated scripts in .zip file for upcoming new version of functional/replication/test_oltp_emul_ddl.py
2023-04-21 23:06:47 +03:00
pavel-zotov
b639b86b44
Added parameters to be applied in generated replication.conf
2023-04-18 07:39:05 +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
b15832a357
Added setting 'MAX_TIME_FOR_WAIT_DATA_IN_REPLICA' to be used in re-implemented tests related to replication. Settings 'MAX_TIME_FOR_WAIT_SEGMENT_IN_LOG' and 'MAX_TIME_FOR_WAIT_ADDED_TO_QUEUE' eventually will be removed after finish this work.
2023-04-14 07:35:54 +03:00
pavel-zotov
91851b24c0
Added .zip that is needed for test
2023-03-31 12:08:27 +03:00
pavel-zotov
426b0e95ef
Added [wait_for_async_pid] section with MAX_WAIT_FOR_PID_APPEAR* parameters, separate for Windows and Linux. Will be used in some tests which have to be sure that launched async process really present in mon$attachments.
2023-03-18 17:58:54 +03:00
pavel-zotov
1c80560a78
Added xlsx with explanation for test test_read_consist_sttm_restart_on_update_01.py
2023-03-18 12:04:21 +03:00
pavel-zotov
d7a21a7541
Removed MAX_ENCRYPT_DECRYPT_MS setting because all tests now use MAX_WAIT_FOR_ENCR_FINISH_WIN or MAX_WAIT_FOR_ENCR_FINISH_NIX, depending on OS.
2023-03-11 11:02:22 +03:00
pavel-zotov
c99d2fac5c
Max waiting time for encryption to complete must be separated for different OS. Introduced MAX_WAIT_FOR_ENCR_FINISH_WIN and MAX_WAIT_FOR_ENCR_FINISH_NIX settings. They will replace old MAX_ENCRYPT_DECRYPT_MS.
2023-03-11 10:02:40 +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
ee06a7db85
Added compressed .fbk for test gh_7168_test.py
2023-03-02 11:45:30 +03:00
pavel-zotov
3563250ced
Added compressed .fbk that is needed by gh_7413_test.py
2023-03-01 21:29:36 +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
86ede885bb
Added compressed .fbk that is needed for upcoming gh_6941_test.py
2023-02-20 14:26:39 +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
ef8b688182
BAIL switch must be returned to its default value when script is to be finished. See IMPORTANT NOTES inside this .sql: PIPE is handled differently on Windows vs Linux.
2022-10-06 13:20:40 +03:00
zotov
478b2d5927
Removed unneeded file. New name: 'gtcs-ref-integ-init.sql' is used in all GTCS-related tests.
2022-10-06 12:56:26 +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
d89c6970d6
Changed name of stored compressor according to test core_4462_test.py
2022-08-29 11:12:44 +03:00
zotov
b4a0f82172
Added compressed files that will be needed for some tests.
2022-08-28 10:17:36 +03:00
zotov
13531d503f
Added setting 'MAX_TIME_FOR_WAIT_ADDED_TO_QUEUE'
2022-08-27 19:51:53 +03:00
zotov
16d9727fa4
Added settings and comments.
2022-08-24 13:28:19 +03:00
zotov
9f2aa9a885
Added settings and comments.
2022-08-24 13:23:09 +03:00
zotov
de3747c730
Removed uneeded settings
2022-08-24 00:44:49 +03:00
zotov
efc481a992
Added settings for replication tests.
2022-08-23 13:53:18 +03:00
zotov
0c6ab0240c
Added settings into
2022-08-23 13:52:06 +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
zotov
d4d507cadd
Added ENCRYPTION_BADKEY setting.
2022-07-31 13:46:10 +03:00
zotov
a436e84cf0
Added SQL script that is common for all functional/transactions/test_read_consist_* tests
2022-07-28 14:48:33 +03:00