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

496 Commits

Author SHA1 Message Date
zotov
efcf2ef57f Added/Updated bugs\core_4998_test.py. There is a problem with issue reproduction if we use firebird-driver for work with too old FB version. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535 2022-08-19 10:28:32 +03:00
zotov
389572aebd Added/Updated bugs\core_6441_test.py. removed uneeded block that remained because of copy-paste 2022-08-18 15:46:31 +03:00
zotov
bf5fb4e20d Added/Updated bugs\gh_6860_test.py. Re-implemented. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. 2022-08-18 15:45:30 +03:00
zotov
b366eff138 Added/Updated bugs\gh_6790_test.py. Re-implemented. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. 2022-08-18 13:51:02 +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
e6e611c6a6 Added/Updated bugs\gh_1665_test.py. Adapted for work with pre-created [QA_ROOT]/files/qa-databases.conf. Discussed with pcisar in may-jun 2022. See details in the source. 2022-08-17 23:32:05 +03:00
zotov
5f6abfae33 Added/Updated bugs\core_6441_test.py. Adapted for work with pre-created [QA_ROOT]/files/qa-databases.conf. Discussed with pcisar in may-jun 2022. See details in the source. 2022-08-17 15:29:46 +03:00
zotov
13e5118462 Added/Updated bugs\core_6412_test.py. removed uneeded import directives 2022-08-17 15:18:06 +03:00
zotov
57071c1cbe Added/Updated bugs\core_6412_test.py. removed unneeded block 2022-08-17 15:10:23 +03:00
zotov
5479e498d4 Added/Updated bugs\core_6412_test.py. Adapted for work with pre-created [QA_ROOT]/files/qa-databases.conf. Discussed with pcisar in may-jun 2022. See details in the source. 2022-08-17 15:05:26 +03:00
zotov
8d0a89144d Added/Updated bugs\core_5887_trusted_role_test.py. Re-implemented. Checked on 5.0.0.623, 4.0.1.2692. 2022-08-15 01:04:08 +03:00
zotov
eaa53fef5b Removed core_6395_test because it requires to change content of firebird.conf. It was decided to PRESERVE all config files, discussed with pcisar, see letters after 31-may-2022. 2022-08-14 18:30:18 +03:00
zotov
f14008c53c Added/Updated bugs\core_0694_test.py. this test is REPLACEMENT for core_6395_test which will be removed. See details in the notes to core_0694_test.py 2022-08-14 18:28:25 +03:00
zotov
a573d7ec53 Updated bugs\core_0694_test.py. Adjust expected stdout/stderr to current FB version. 2022-08-14 18:26:36 +03:00
zotov
de290c5a2d Added/Updated bugs\core_6348_test.py. Fully re-implemented. Checked on 5.0.0.623, 4.0.1.2692, 3.0.8.33535 - both on Windows and Linux. 2022-08-14 13:57:36 +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
1be70062b8 Fix mapping fixture when source_db is not specified 2022-08-07 13:02:07 +02:00
zotov
a5bf010081 Added/Updated bugs\core_6147_test.py. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535 - both on Windows and Linux. 2022-08-07 11:27:02 +03:00
zotov
f0da63fc35 Added pair of aliases for running test core-6043. 2022-08-06 23:01:35 +03:00
zotov
7576648933 Added/Updated bugs\core_6043_test.py. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535 - both on Windows and Linux. 2022-08-06 22:32:38 +03:00
zotov
12a198fa19 Added/Updated bugs\core_5948_test.py. added comments about user='' if we want to make connection using Win_Sspi plugin 2022-08-06 10:51:27 +03:00
zotov
31d0e5b1e3 Added/Updated bugs\core_5948_test.py. Re-implemented: no more changes in the firebird.conf. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535 2022-08-06 10:47:52 +03:00
zotov
114c83a0b9 Added/Updated bugs\core_4864_test.py. Replaced code to be performed exactly as it was shown in the ticket, see comments. Removed unneeded statements. 2022-08-05 08:58:27 +03:00
zotov
9668e69c7c Added/Updated bugs\core_4864_test.py. added comments after check ticket issue on .sql and ISQL command 2022-08-05 01:03:36 +03:00
zotov
28d6e5e35a Adjusted alias with QA_root/files/qa-databases.conf 2022-08-05 00:49:06 +03:00
zotov
3a3cfa30d5 Adjusted alias for core-4964. Added alias for core-4894. 2022-08-05 00:48:25 +03:00
zotov
2106b9e63d Added/Updated bugs\core_4864_test.py. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535 - both on Windows and Linux. 2022-08-04 22:44:52 +03:00
zotov
c5923862a4 Added/Updated bugs\core_0733_test.py. Fully re-implemented. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535 - both on Windows and Linux. 2022-08-04 16:07:36 +03:00
zotov
6efb2db675 Made name of created test DB simpler, noted by pcisar. 2022-08-03 22:18:23 +03:00
zotov
2a480a7b31 Added/Updated bugs\core_4964_test.py. changed code: removed unneeded packages. 2022-08-03 00:54:27 +03:00
zotov
18998aed1c Added/Updated bugs\core_4964_test.py. Adapted for work with pre-created [QA_ROOT]/files/qa-databases.conf. Discussed with pcisar in may-jun 2022. See details in the source. 2022-08-02 22:28:32 +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
969e9a51f4 Added more comments and cautions. 2022-08-02 09:50:19 +03:00
3ba965cac4 Refactoring 2022-08-01 21:22:20 +02:00
9187b70fa4 Better method to determine samples directory 2022-08-01 11:16:38 +02:00
eff5bf90e7 Use different method to determine samples directory 2022-08-01 11:16:08 +02:00
zotov
2143995b26 Added firebird-driver.conf for usage in my own env. 2022-07-31 13:51:38 +03:00
zotov
81ffaef0aa Added/Updated bugs\core_5793_test.py. adjusted for usage together with QA_GLOBALS dict (read common settings from act.files_dir/test_config.ini) 2022-07-31 13:50:07 +03:00
zotov
23c20cec6d Added/Updated bugs\core_5796_test.py. adjusted for usage together with QA_GLOBALS dict (read common settings from act.files_dir/test_config.ini) 2022-07-31 13:49:57 +03:00
zotov
3b25117dd5 Added/Updated bugs\core_6048_test.py. adjusted for usage together with QA_GLOBALS dict (read common settings from act.files_dir/test_config.ini) 2022-07-31 13:49:47 +03:00
zotov
70ed6b9659 Added/Updated bugs\core_5808_test.py. adjusted for usage together with QA_GLOBALS dict (read common settings from act.files_dir/test_config.ini) 2022-07-31 13:49:38 +03:00
zotov
7fd8f6113e Added/Updated bugs\core_5831_test.py. adjusted for usage together with QA_GLOBALS dict (read common settings from act.files_dir/test_config.ini) 2022-07-31 13:49:28 +03:00
zotov
e9c98efc69 Added/Updated bugs\core_6071_test.py. adjusted for usage together with QA_GLOBALS dict (read common settings from act.files_dir/test_config.ini) 2022-07-31 13:49:17 +03:00
zotov
c03ec9ff5a Added/Updated bugs\core_6163_test.py. adjusted for usage together with QA_GLOBALS dict (read common settings from act.files_dir/test_config.ini) 2022-07-31 13:49:04 +03:00
zotov
f5e0f6c13e Merge branch 'master' of https://github.com/FirebirdSQL/firebird-qa 2022-07-31 13:46:40 +03:00
zotov
d4d507cadd Added ENCRYPTION_BADKEY setting. 2022-07-31 13:46:10 +03:00
zotov
16d3f9a5a1 Merge branch 'master' of https://github.com/FirebirdSQL/firebird-qa 2022-07-31 13:44:55 +03:00
d89c7525fd Raise exception instead key error when sample_dir cannot be determined 2022-07-31 12:44:48 +02:00