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

1052 Commits

Author SHA1 Message Date
pavel-zotov
23f4b76a48 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_03.py: one more re-implementing in order to prevent raises and get execution order predictable. See notes. 2023-09-26 10:54:43 +03:00
pavel-zotov
9fb038aedf Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_02.py: one more re-implementing in order to prevent raises and get execution order predictable. See notes. 2023-09-26 01:55:14 +03:00
pavel-zotov
0b2f313971 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_01.py: restored substitutions which have been commented for debug 2023-09-25 22:30:24 +03:00
pavel-zotov
8dbe8d7b67 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_01.py: one more re-implementing in order to prevent raises and get execution order predictable. See notes. 2023-09-25 22:22:17 +03:00
pavel-zotov
fb18a3ea23 Adjusted info about minimal build numbers of FB 4.x and 5.x that can be used for these tests 2023-09-25 21:59:36 +03:00
pavel-zotov
96230acefb Added/Updated tests\functional\transactions\test_read_consist_statement_delete_undone_01.py: cleanup, added comments, adjust min_version to 4.0.3 because of using trace with watching for EXECUTE_STATEMENT_RESTART event that first appeared in 4.0.2.2807 2023-09-25 21:37:09 +03:00
pavel-zotov
f27e30a24a Added/Updated tests\functional\transactions\test_read_consist_statement_delete_undone_02.py: one more re-implementing in order to prevent raises and get execution order predictable. See notes. 2023-09-25 21:33:00 +03:00
pavel-zotov
b5282e080c Added/Updated tests\functional\transactions\test_read_consist_statement_delete_undone_01.py: restored substitutions which have been commented for debug 2023-09-25 21:03:29 +03:00
pavel-zotov
3bfca00d36 Added/Updated tests\functional\transactions\test_read_consist_statement_delete_undone_01.py: one more re-implementing in order to prevent raises and get execution order predictable. See notes. 2023-09-25 20:33:28 +03:00
pavel-zotov
44098cdfba Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_04.py: one more re-implementing in order to prevent raises and get execution order predictable. See notes. 2023-09-25 14:58:15 +03:00
pavel-zotov
d60709d08d Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_delete_04.py: removed unneded block 2023-09-25 14:23:15 +03:00
pavel-zotov
4066b05eaa Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_delete_04.py: one more re-implementing in order to prevent raises and get execution order predictable. See notes. 2023-09-25 14:22:20 +03:00
pavel-zotov
da9edd067d Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_04.py: one more re-implementing in order to prevent raises and get execution order predictable. See notes. 2023-09-25 02:18:42 +03:00
pavel-zotov
f7714da147 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_max_limit.py: added pytest.mark.skip tag 2023-09-24 17:09:36 +03:00
pavel-zotov
5c63d404db Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_01.py: removed pytest.mark.skip tag 2023-09-24 17:09:08 +03:00
pavel-zotov
710b05d048 Updated tests\bugs\core_5481_test.py: adjust expected stdout/stderr to current FB version. 2023-09-24 17:04:50 +03:00
pavel-zotov
dd89167945 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_max_limit.py: TEST MUST BE REIMPLEMENTED. Currently only replaced verification method of worker attachment presense (which tries DML and waits for resource). 2023-09-23 23:38:47 +03:00
pavel-zotov
a7af825275 Added/Updated tests\functional\transactions\test_read_consist_sttm_merge_deny_multiple_matches.py: Replaced verification method of worker attachment presense (which tries DML and waits for resource). Loop with query to mon$statements is used instead. Maximal duration of this loop is limited - see notes. 2023-09-23 22:59:37 +03:00
pavel-zotov
ac4ba3ba0c Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_04.py: Replaced verification method of worker attachment presense (which tries DML and waits for resource). Loop with query to mon$statements is used instead. Maximal duration of this loop is limited - see notes. 2023-09-23 22:55:50 +03:00
pavel-zotov
8df943a710 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_03.py: Replaced verification method of worker attachment presense (which tries DML and waits for resource). Loop with query to mon$statements is used instead. Maximal duration of this loop is limited - see notes. 2023-09-23 22:51:31 +03:00
pavel-zotov
a90f57e309 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_02.py: minor change: added forgotten call to func 'wait_for_attach_showup_in_monitoring()' 2023-09-23 22:50:18 +03:00
pavel-zotov
8a5a65cdb4 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_02.py: Replaced verification method of worker attachment presense (which tries DML and waits for resource). Loop with query to mon$statements is used instead. Maximal duration of this loop is limited - see notes. 2023-09-23 22:47:02 +03:00
pavel-zotov
50d446bb0c Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_01.py: Replaced verification method of worker attachment presense (which tries DML and waits for resource). Loop with query to mon$statements is used instead. Maximal duration of this loop is limited - see notes. 2023-09-23 22:43:26 +03:00
pavel-zotov
1bd26f85b4 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_04.py: Replaced verification method of worker attachment presense (which tries DML and waits for resource). Loop with query to mon$statements is used instead. Maximal duration of this loop is limited - see notes. 2023-09-23 22:36:26 +03:00
pavel-zotov
05f77f0d7f Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_03.py: Replaced verification method of worker attachment presense (which tries DML and waits for resource). Loop with query to mon$statements is used instead. Maximal duration of this loop is limited - see notes. 2023-09-23 22:32:30 +03:00
pavel-zotov
d826a44139 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_02.py: Replaced verification method of worker attachment presense (which tries DML and waits for resource). Loop with query to mon$statements is used instead. Maximal duration of this loop is limited - see notes. 2023-09-23 22:28:51 +03:00
pavel-zotov
ebd880b4a3 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_01.py: Replaced verification method of worker attachment presense (which tries DML and waits for resource). Loop with query to mon$statements is used instead. Maximal duration of this loop is limited - see notes. 2023-09-23 22:24:00 +03:00
pavel-zotov
53a808b62a Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_delete_04.py: Replaced verification method of worker attachment presense (which tries DML and waits for resource). Loop with query to mon$statements is used instead. Maximal duration of this loop is limited - see notes. 2023-09-23 22:18:19 +03:00
pavel-zotov
fa14a01083 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_delete_03.py: Replaced verification method of worker attachment presense (which tries DML and waits for resource). Loop with query to mon$statements is used instead. Maximal duration of this loop is limited - see notes. 2023-09-23 22:11:37 +03:00
pavel-zotov
8619513297 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_delete_02.py: Replaced verification method of worker attachment presense (which tries DML and waits for resource). Loop with query to mon$statements is used instead. Maximal duration of this loop is limited - see notes. 2023-09-23 21:44:41 +03:00
pavel-zotov
ec97ce85b1 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_delete_01.py: Replaced verification method of worker attachment presense (which tries DML and waits for resource). Loop with query to mon$statements is used instead. Maximal duration of this loop is limited - see notes. 2023-09-23 21:39:41 +03:00
pavel-zotov
f5e419ccfa Added/Updated tests\functional\transactions\test_read_consist_statement_delete_undone_02.py: Replaced verification method of worker attachment presense (which tries DML and waits for resource). Loop with query to mon$statements is used instead. Maximal duration of this loop is limited - see notes. 2023-09-23 21:15:43 +03:00
pavel-zotov
184c0f0caa Added/Updated tests\functional\transactions\test_read_consist_statement_delete_undone_01.py: Replaced verification method of worker attachment presense (which tries DML and waits for resource). Loop with query to mon$statements is used instead. Maximal duration of this loop is limited - see notes. 2023-09-23 21:02:56 +03:00
pavel-zotov
f807b16334 Added/Updated tests\bugs\gh_3810_test.py: Removed usage of index test_fld2 after discuss with Anton Zuev (Red Soft) and dimitr 2023-09-22 20:19:43 +03:00
pavel-zotov
d79fe4f174 Prepare to run tests against FB 6.x major version. Created prototypes for firebird.conf 2023-09-22 13:28:35 +03:00
pavel-zotov
836eceddb2 Updated tests\bugs\gh_0310_test.py: adjust expected stdout/stderr to current FB version. 2023-09-14 22:03:50 +03:00
pavel-zotov
5e20f8b56b Updated tests\bugs\core_6444_test.py: adjust expected stdout/stderr to current FB version. 2023-09-14 19:42:39 +03:00
pavel-zotov
5415ce16f4 Added/Updated tests\bugs\gh_7747_test.py: Checked on 5.0.0.1211, 4.0.4.2988 (intermediate snapshots), SS/CS. 2023-09-14 14:18:25 +03:00
pavel-zotov
733eead599 Added/Updated tests\bugs\gh_7350_test.py: several changes after fixed gh-7700, see notes 2023-09-13 12:49:15 +03:00
pavel-zotov
2e7d814168 Added/Updated tests\functional\tabloid\test_8816d5c8.py: see notes 2023-09-13 11:23:20 +03:00
pavel-zotov
a427e6f7bc Added/Updated tests\bugs\core_5845_test.py: change expected plan for one of provided queries because there was a bug fixed in intermediate snapshot 5.0.0.1204 with timestamp 12-sep-2023 08:00. 2023-09-12 12:49:30 +03:00
pavel-zotov
566e6fa091 Added/Updated tests\bugs\core_5845_test.py: Refactored - see notes. 2023-09-12 12:27:39 +03:00
pavel-zotov
100370cd21 Added/Updated tests\bugs\gh_7331_test.py: Adjusted plan for query #2 after letter from dimitr, 11-sep-2023 20:23. 2023-09-12 08:26:44 +03:00
pavel-zotov
01674a3b32 Added/Updated tests\bugs\gh_7466_plans_tracking_test.py: fixed wrong subsitution item 2023-09-10 11:29:01 +03:00
pavel-zotov
c50bfc4ed8 Updated tests\functional\tabloid\test_e260ced8.py: adjust expected stdout/stderr to current FB version. 2023-09-09 08:47:45 +03:00
pavel-zotov
f11a0bc870 Added/Updated tests\bugs\gh_7466_plans_tracking_test.py: see notes 2023-09-08 20:59:33 +03:00
pavel-zotov
7e3ddec61c Added/Updated tests\functional\tabloid\test_e260ced8.py: see notes 2023-09-08 12:40:11 +03:00
pavel-zotov
1a62a85ba6 Removed old file that no more needed for test core-2115 2023-09-07 13:22:47 +03:00
pavel-zotov
f5ae194cba Added/Updated tests\bugs\core_2115_test.py: Refactored. See notes. 2023-09-07 13:22:10 +03:00
pavel-zotov
a761949760 Added/Updated tests\bugs\gh_7691_test.py: Checked on 5.0.0.1190, 4.0.4.2986. 2023-09-07 11:46:55 +03:00