6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00
Commit Graph

58 Commits

Author SHA1 Message Date
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
zotov
fa29308c67 Added compressed .fbk that is used in the gh_6785_test.py 2022-06-30 12:33:14 +03:00
zotov
1dbbef7b0f Added file for storing variables/settings which will be shared among several tests. 2022-06-18 19:52:21 +03:00
zotov
b84d6cc25a Added compressed .fbk file that is needed for functional/tabloid/test_eqc_306263.py 2022-05-26 12:00:25 +03:00
zotov
51874cef2b Added compressed .fbk file that is needed for functional/tabloid/test_eqc_136030.py 2022-05-26 11:49:55 +03:00
zotov
e12c4e1153 Added .sql which will replace 'gtcs-ref-integ.sql' after all tests will be re-implemented: ID values must be of numeric type rather than strange char(3) that was taken from employee standard DB. 2022-04-20 18:22:13 +03:00
zotov
c8aad6f0c3 Added script that is used by several tests in functional/gtcs/ folder 2022-04-20 16:32:23 +03:00
zotov
631aaa8296 Added file that is needed for functional.gtcs.test_gtcs_proc_cast_isql.py 2022-04-20 13:38:43 +03:00