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

1848 Commits

Author SHA1 Message Date
pavel-zotov
ef33e8f8a6 Added/Updated tests\functional\database\create\test_02.py: Added (temporary ?) 'credentials = False' to prevent ISQL from using '-USER ... -PASS ...'. IMO, this is bug; see https://github.com/FirebirdSQL/firebird/issues/8385 2025-01-13 14:44:35 +03:00
pavel-zotov
f869ab0158 Added/Updated tests\bugs\core_4218_test.py: Added (temporary ?) 'credentials = False' to prevent ISQL from using '-USER ... -PASS ...'. IMO, this is bug; see https://github.com/FirebirdSQL/firebird/issues/8385 2025-01-13 14:26:41 +03:00
pavel-zotov
3bbf0047ba Added/Updated tests\bugs\core_2650_test.py: Separated expected_out for FB 6.x after #b2d03 (More correct plan output for subqueries generated during NOT IN transformation). See notes. 2025-01-13 13:12:28 +03:00
pavel-zotov
4634414e66 Added/Updated tests\bugs\gh_7106_test.py: User names with delimiting character must be enclosed in double quotes since 6.0.0.570. SEE NOTES. 2024-12-31 18:12:08 +03:00
pavel-zotov
2ac5ddf343 Added/Updated tests\bugs\core_1142_test.py: Removed 'SHOW' command because its output can change during intensive development. Fixed https://github.com/FirebirdSQL/firebird-qa/pull/33/files 2024-12-31 16:55:55 +03:00
pavel-zotov
35aedb2690 Added/Updated tests\bugs\core_4321_test.py: Added forgotten semicolon after 'SET LIST ON'. 2024-12-31 11:43:04 +03:00
pavel-zotov
ba2fe0f292 Added/Updated tests\bugs\gh_6915_hu_hu_test.py: added comments 2024-12-30 12:13:29 +03:00
pavel-zotov
6c5b05bfdc Added/Updated tests\bugs\gh_6915_cs_cz_test.py: added comments 2024-12-30 12:13:18 +03:00
pavel-zotov
b2a5bd43ca Added/Updated tests\bugs\gh_6915_test.py: added comments 2024-12-30 12:13:09 +03:00
pavel-zotov
fab53758ab Added/Updated tests\functional\shadow\test_create_01.py: splitted expected output for 6.x since some columns in rdb$files now have NULLS instead of zeroes - see notes. 2024-12-30 12:05:43 +03:00
pavel-zotov
eb019319e5 Added/Updated tests\bugs\core_5630_test.py: splitted expected output for 6.x since some columns in rdb$files now have NULLS instead of zeroes - see notes. 2024-12-30 12:02:31 +03:00
pavel-zotov
4af274b8e8 Added/Updated tests\functional\shadow\test_create_02.py: Added restriction for FB 6.x: this test now must be skipped since implemented GH-8047 (Wipe out multi-file database support) 2024-12-29 11:47:54 +03:00
pavel-zotov
4d562f94ab Added/Updated tests\bugs\core_5704_test.py: Splitted code and expected output for FB versions upto 5.x vs 6.x -- see notes. 2024-12-29 11:44:04 +03:00
pavel-zotov
baa278f259 Added/Updated tests\functional\database\alter\test_03.py: Added restriction for FB 6.x: this test now must be skipped, see commit f0740d2a: Wipe out multi-file database support 2024-12-29 11:34:00 +03:00
pavel-zotov
62a0c1f7fb Added/Updated tests\functional\database\alter\test_02.py: Added restriction for FB 6.x: this test now must be skipped, see commit f0740d2a: Wipe out multi-file database support 2024-12-29 11:33:51 +03:00
pavel-zotov
ff9db383f1 Added/Updated tests\functional\database\alter\test_01.py: Added restriction for FB 6.x: this test now must be skipped, see commit f0740d2a: Wipe out multi-file database support 2024-12-29 11:33:40 +03:00
pavel-zotov
4bd6685186 Added/Updated tests\functional\database\create\test_10.py: Added restriction for FB 6.x: this test now must be skipped, see commit f0740d2a: Wipe out multi-file database support 2024-12-29 10:59:58 +03:00
pavel-zotov
a4e9f3dc09 Added/Updated tests\functional\database\create\test_09.py: Added restriction for FB 6.x: this test now must be skipped, see commit f0740d2a: Wipe out multi-file database support 2024-12-29 10:59:46 +03:00
pavel-zotov
be4d4cb2e4 Added/Updated tests\functional\database\create\test_08.py: Added restriction for FB 6.x: this test now must be skipped, see commit f0740d2a: Wipe out multi-file database support 2024-12-29 10:59:32 +03:00
pavel-zotov
306fdc72ac Added/Updated tests\bugs\core_3947_test.py: Added 'pytest.mark.intl' attribute in order to have ability to run only tests related to i18n 2024-12-29 09:59:26 +03:00
pavel-zotov
250d427e24 Added/Updated tests\bugs\gh_6872_test.py: Added 'pytest.mark.intl' attribute in order to have ability to run only tests related to i18n 2024-12-29 09:59:12 +03:00
pavel-zotov
3a43667f55 Added/Updated tests\bugs\gh_7140_test.py: Added 'pytest.mark.intl' attribute in order to have ability to run only tests related to i18n 2024-12-29 09:59:01 +03:00
pavel-zotov
5a7e3b3a00 Added/Updated tests\bugs\gh_7093_test.py: Added 'pytest.mark.intl' attribute in order to have ability to run only tests related to i18n 2024-12-29 09:58:45 +03:00
pavel-zotov
6c4ff410f3 Added/Updated tests\bugs\gh_7094_test.py: Added 'pytest.mark.intl' attribute in order to have ability to run only tests related to i18n 2024-12-29 09:58:34 +03:00
pavel-zotov
1de210d188 Added/Updated tests\bugs\gh_6915_cs_cz_test.py: Added 'pytest.mark.intl' attribute in order to have ability to run only tests related to i18n 2024-12-29 09:58:22 +03:00
pavel-zotov
cb4eb00e47 Added/Updated tests\bugs\gh_6915_hu_hu_test.py: Added 'pytest.mark.intl' attribute in order to have ability to run only tests related to i18n 2024-12-29 09:58:10 +03:00
pavel-zotov
137566dd24 Added/Updated tests\bugs\gh_6915_test.py: Added 'pytest.mark.intl' attribute in order to have ability to run only tests related to i18n 2024-12-29 09:57:56 +03:00
pavel-zotov
54488c2ac4 Added/Updated tests\bugs\gh_6915_test.py: added references to tests which must verify performance issues. See notes. 2024-12-24 14:21:11 +03:00
pavel-zotov
80647d8f14 Added/Updated tests\bugs\gh_6915_hu_hu_test.py: Checked on 6.0.0.553, 5.0.2.1580. FB 4.x not passed - see notes. Min_version was set to '5.0'. 2024-12-24 14:16:03 +03:00
pavel-zotov
996bba838b Added/Updated files\gh_6915_hu_hu.zip: added .zip required by bugs/gh_6915_hu_hu_test.py 2024-12-24 14:15:34 +03:00
pavel-zotov
92fcac0ceb Added/Updated tests\bugs\gh_6609_test.py: Separated definition of max ratio thresholds according to FB fork ('standard', 'HQbird', 'RedDatabase'). 2024-12-24 11:06:28 +03:00
pavel-zotov
9c2a5e3755 Added .zip that is needed to gh_6915_cs_cz_test.py 2024-12-24 00:05:23 +03:00
pavel-zotov
925aecc631 Added/Updated tests\bugs\gh_6915_cs_cz_test.py: adjusted names of .zip and extracted .fbk 2024-12-24 00:04:51 +03:00
pavel-zotov
0de0ff65f4 Added/Updated tests\bugs\gh_6915_cs_cz_test.py: Checked on 6.0.0.553, 5.0.2.1580. FB 4.x not passed - see notes. Min_version was set to '5.0'. 2024-12-23 18:16:54 +03:00
pavel-zotov
d9d02ef184 Added/Updated tests\bugs\gh_8353_test.py: Added pytest.skip() directive if ServerMode is not Super because there is no way to get info about other users for NON-dba. 2024-12-21 13:45:17 +03:00
pavel-zotov
872fd5ed13 Added/Updated tests\bugs\gh_8057_test.py: Checked on 6.0.0.295-ef66a9b (22-mar-2024 13:48): all OK,every of checked system tables has non-zero statistics for its indices. 2024-12-21 11:27:42 +03:00
pavel-zotov
ae66037bc4 Added/Updated tests\bugs\gh_8353_test.py: Checked on 6.0.0.553-7ebb66b, 5.0.2.1580-7961de2, 4.0.6.3172-4119f625: every user is specified only once 2024-12-19 15:54:53 +03:00
pavel-zotov
605ded6cf0 Added/Updated tests\functional\replication\test_grantor_not_changes_in_replica_if_owner_not_sysdba.py: added notes 2024-12-15 13:36:43 +03:00
pavel-zotov
7afd1647d0 Added/Updated tests\functional\replication\test_grantor_not_changes_in_replica_if_owner_not_sysdba.py: Checked on 6.0.0.552, 5.0.2.1569, 4.0.6.3170. 2024-12-15 01:20:30 +03:00
pavel-zotov
bc691dd2aa Updated tests\bugs\gh_7675_test.py: adjust expected stdout/stderr to current FB version. 2024-12-11 12:30:24 +03:00
pavel-zotov
ea82a1e919 Added/Updated tests\functional\replication\test_make_async_reinit_reliable.py: removed limitation for verions: execution allowed since 4.0.6. Adjusted comments. 2024-12-10 18:35:52 +03:00
pavel-zotov
eaa2d07ef2 Added/Updated tests\functional\replication\test_make_async_reinit_reliable.py: Checked on Windows, 5.0.2.1569. Temporary marked as to be SKIPPED on 4.x and 6.x until back- and front-port will be done. 2024-12-10 18:00:07 +03:00
pavel-zotov
8db3d1b57b Added/Updated tests\bugs\core_0214_test.py: Made MAX_RATIO different for Windows vs Linux. Increased its value on Linux: in some cases it can be more than 2.33 2024-12-03 12:08:59 +03:00
pavel-zotov
3ea708d076 Added/Updated tests\bugs\core_0214_test.py: fully re-implemented. See notes. 2024-11-29 12:29:31 +03:00
pavel-zotov
de2237e06e Added/Updated tests\bugs\gh_8323_test.py: see notes. 2024-11-28 13:34:30 +03:00
pavel-zotov
06f4702b70 Added/Updated tests\bugs\gh_0310_test.py: added forgotten corrections for expected output in FB 5.x 2024-11-26 16:23:17 +03:00
pavel-zotov
1f1eb1725d Updated tests\bugs\gh_0310_test.py: adjust expected stdout/stderr to current FB version. 2024-11-26 16:15:53 +03:00
pavel-zotov
3225efe192 Added/Updated tests\functional\basic\isql\test_00.py: adjust output: added lines related to wire stat 2024-11-21 07:57:46 +03:00
pavel-zotov
9435ab18f4 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_03.py: added 'ROWS nn' after 'ORDER BY ...' clause, otherwise engine can choose 'PLAN SORT' which leads to materialization of cursor resultset and, in turn, to increased statement restart count. See notes. 2024-11-20 20:14:46 +03:00
pavel-zotov
4337828fb5 Added/Updated tests\functional\transactions\test_read_consist_statement_delete_undone_02.py: added 'ROWS nn' after 'ORDER BY ...' clause, otherwise engine can choose 'PLAN SORT' which leads to materialization of cursor resultset and, in turn, to increased statement restart count. See notes. 2024-11-20 20:14:32 +03:00