6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 21:43:06 +01:00
Commit Graph

1203 Commits

Author SHA1 Message Date
pavel-zotov
ae7bf5006e Added/Updated tests\bugs\core_1058_test.py: added comments 2023-10-05 15:32:05 +03:00
pavel-zotov
b478e5b2a5 Removed unneeded .fbk 2023-10-05 15:24:27 +03:00
pavel-zotov
15e33b7a64 Added/Updated tests\bugs\core_3675_test.py: Removed SHOW command for check result because its output often changes. 2023-10-05 15:23:43 +03:00
pavel-zotov
eff0d49c92 Added/Updated tests\bugs\core_3447_test.py: Removed SHOW command for check result because its output often changes. Query to RDB$ tables is used instead. See notes. 2023-10-05 15:00:55 +03:00
pavel-zotov
6865f4cda2 Added/Updated tests\bugs\core_2788_test.py: Removed SHOW command for check result because its output often changes. Query to RDB$ tables is used instead. 2023-10-05 14:35:44 +03:00
pavel-zotov
94ddcc30cf Added/Updated tests\bugs\core_2426_test.py: Removed SHOW command for check result because its output often changes. Query to RDB$ tables is used instead. 2023-10-05 12:36:32 +03:00
pavel-zotov
a663a98925 Added/Updated tests\bugs\core_1640_test.py: minor correction 2023-10-05 12:23:07 +03:00
pavel-zotov
3e2c1d70d0 Added/Updated tests\bugs\core_1640_test.py: Removed SHOW TABLE command for check result because its output often changes. 2023-10-05 12:22:47 +03:00
pavel-zotov
499017fae8 Added/Updated tests\bugs\core_1167_test.py: Removed SHOW TABLE command for check result because its output often changes. Query to RDB$ tables is used instead. 2023-10-05 11:07:53 +03:00
pavel-zotov
05c9349c8f Added/Updated tests\bugs\core_0790_test.py: refactored, see notes. 2023-10-04 20:38:53 +03:00
pavel-zotov
bf5e325eed Added/Updated tests\bugs\gh_7476_test.py: increased min_version according to the ticket info 2023-10-04 13:35:59 +03:00
pavel-zotov
f3ff0d43e9 Added/Updated tests\bugs\gh_7600_test.py: increased min_version according to the ticket info 2023-10-04 13:35:34 +03:00
pavel-zotov
b382b7f613 Added/Updated tests\bugs\gh_7749_test.py: minor change: added comments 2023-10-03 22:06:35 +03:00
pavel-zotov
f7b40dcec1 Added/Updated tests\bugs\gh_7749_test.py: Checked on 6.0.0.66 (Intermediate build). 2023-10-03 21:50:45 +03:00
pavel-zotov
04b1f40b3d Added/Updated tests\bugs\gh_7476_test.py: Checked on 6.0.0.65. 2023-10-02 23:38:24 +03:00
pavel-zotov
16a419a226 Added/Updated tests\bugs\gh_7752_test.py: Checked on 5.0.0.1235, 6.0.0.65 -- all fine. 2023-10-02 22:21:23 +03:00
pavel-zotov
9bc8e24c59 Added/Updated tests\bugs\gh_7590_test.py: Checked on 6.0.0.65. 2023-10-02 21:37:17 +03:00
pavel-zotov
78dceba602 Added/Updated tests\bugs\gh_7687_test.py: added comments 2023-10-02 16:32:19 +03:00
pavel-zotov
0dee89a8e9 Added/Updated tests\bugs\gh_7675_test.py: Checked on 6.0.0.65. 2023-10-02 16:29:29 +03:00
pavel-zotov
7a8e066723 Added/Updated tests\bugs\gh_7715_test.py: Checked on 6.0.0.65 -- all fine. 2023-10-02 15:48:39 +03:00
pavel-zotov
e4eb1834b4 Added/Updated tests\bugs\gh_7600_test.py: Checked on 6.0.0.65 - all fine. 2023-10-02 13:46:24 +03:00
pavel-zotov
5aca082b23 Added/Updated tests\bugs\gh_7772_test.py: corrected notes after check on intermediate snapshots 5.x and 6.x 2023-10-01 12:33:29 +03:00
pavel-zotov
6cc0f067d3 Added/Updated tests\bugs\gh_7772_test.py: Confirmed bug on 4.0.4.2997: restored database contains blob with size = 4464 which is less than initial size. Checked on 4.0.4.2998 -- all fine. 2023-10-01 09:58:42 +03:00
pavel-zotov
ee235a052a Added/Updated tests\bugs\core_4137_test.py: Procedure text parameters have collate clause in FB 6.x, added splitting. 2023-09-30 21:21:55 +03:00
pavel-zotov
23acc4e983 Added/Updated tests\functional\procedure\create\test_15.py: Test not needed, see test_02.py and test_03.py. Added mark.skip(). 2023-09-30 11:35:57 +03:00
pavel-zotov
d27e02648e Added/Updated tests\functional\procedure\create\test_03.py: Added all supported data types that did appear since FB 4.x. Expected output differ in FB 3.x vs 4.x/5.x vs 6.x. Added splitting. 2023-09-30 11:32:36 +03:00
pavel-zotov
2f563be3e9 Added/Updated tests\functional\procedure\create\test_02.py: minor change: aded forgotten substitution 2023-09-30 11:20:34 +03:00
pavel-zotov
0e345c8698 Added/Updated tests\functional\procedure\create\test_02.py: Added all supported data types that did appear since FB 4.x. Expected output differ in FB 3.x vs 4.x/5.x vs 6.x. Added splitting. 2023-09-30 11:19:39 +03:00
pavel-zotov
4f0d7d88b5 Updated tests\functional\basic\isql\test_02.py: adjust expected stdout/stderr to current FB version. 2023-09-30 10:40:46 +03:00
pavel-zotov
89ac37919c Updated tests\functional\basic\isql\test_00.py: adjust expected stdout/stderr to current FB version. 2023-09-30 10:35:17 +03:00
pavel-zotov
35906837ed Added/Updated tests\bugs\core_4572_test.py: Expected error message became differ in FB 6.x, added splitting. 2023-09-30 10:32:10 +03:00
pavel-zotov
1fdd69fb28 Added/Updated tests\bugs\core_4280_test.py: added notes 2023-09-30 06:50:37 +03:00
pavel-zotov
9500ed44e4 Added/Updated tests\bugs\core_4280_test.py: Expected error message become differ in FB 6.x, added splitting. 2023-09-30 06:49:47 +03:00
pavel-zotov
e95286d49f Added/Updated tests\bugs\core_3509_test.py: Expected error message become differ in FB 6.x, added splitting. 2023-09-30 06:46:19 +03:00
pavel-zotov
4686b4400e Added/Updated tests\bugs\gh_7687_test.py: Added substitution to suppress output of BLOB_ID values because access_path type now is BLOB. 2023-09-29 21:01:09 +03:00
pavel-zotov
d80cd70470 Updated tests\bugs\gh_7086_test.py: adjust expected stdout/stderr to current FB version. 2023-09-29 20:46:45 +03:00
pavel-zotov
e89963fcbc Added/Updated tests\bugs\core_0214_test.py: added combine_output to isql call in order to see runtime errors if they occur 2023-09-29 17:22:56 +03:00
pavel-zotov
78dc4bafd8 Added/Updated tests\functional\transactions\test_read_consist_sttm_merge_deny_multiple_matches.py: one more re-implementing in order to prevent raises and get execution order predictable. See notes. 2023-09-29 17:10:55 +03:00
pavel-zotov
ff195a24a5 Added/Updated tests\bugs\gh_7760_test.py: Confirmed bug on 5.0.0.1225, 6.0.0.49. Checked on 6.0.0.57, 5.0.0.1233, 4.0.4.2995, 3.0.12.33713. 2023-09-28 19:38:00 +03:00
pavel-zotov
5c93362438 Added/Updated tests\bugs\core_5790_test.py: refactored: make code more robust when FB major version changes. Removed unneeded parts of code. 2023-09-28 15:18:08 +03:00
pavel-zotov
8de6057b4a Updated tests\bugs\gh_0310_test.py: adjust expected stdout/stderr to current FB version. 2023-09-28 14:14:10 +03:00
pavel-zotov
87d7334d20 Added/Updated tests\bugs\core_1018_test.py: replaced code that parses obtained engine version: removed dependency on concrete major version. 2023-09-28 14:01:44 +03:00
pavel-zotov
b0afe2e25a Added/Updated tests\bugs\gh_7761_test.py: Confirmed bug on 6.0.0.49. Checked on 6.0.0.55, 5.0.0.1229, 4.0.0.2995 - all fine. 2023-09-28 00:01:35 +03:00
pavel-zotov
57d84b449d Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_max_limit.py: one more re-implementing in order to prevent raises and get execution order predictable. See notes. 2023-09-27 11:25:58 +03:00
pavel-zotov
d1e428111d Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_03.py: restored substitutions which have been commented for debug 2023-09-26 13:12:04 +03:00
pavel-zotov
1acccdf888 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_02.py: restored substitutions which have been commented for debug 2023-09-26 12:59:48 +03:00
pavel-zotov
1d9a570c35 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_01.py: one more re-implementing in order to prevent raises and get execution order predictable. See notes. 2023-09-26 12:27:10 +03:00
pavel-zotov
4edaf5b7f8 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_delete_03.py: one more re-implementing in order to prevent raises and get execution order predictable. See notes. 2023-09-26 11:43:39 +03:00
pavel-zotov
d36db9712a Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_delete_02.py: one more re-implementing in order to prevent raises and get execution order predictable. See notes. 2023-09-26 11:28:59 +03:00
pavel-zotov
3ba2df6b63 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_delete_01.py: restored substitutions which have been commented for debug 2023-09-26 11:11:33 +03:00