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

509 Commits

Author SHA1 Message Date
pavel-zotov
1aaa28db16 Added/Updated tests\functional\trigger\database\test_disconnect_02.py: Checked on 5.0.0.961 2023-02-28 12:16:59 +03:00
pavel-zotov
54909b1858 Added/Updated tests\functional\transactions\test_read_consist_statement_delete_undone_01.py: Added check for presense of STATEMENT RESTART in the trace (see https://github.com/FirebirdSQL/firebird/issues/6730 ) 2023-02-27 18:33:32 +03:00
pavel-zotov
e10658b230 Added/Updated tests\functional\basic\isql\test_06.py: Checked on 5.0.0.958. 2023-02-23 13:39:50 +03:00
pavel-zotov
89018d0dc2 Added/Updated tests\functional\basic\isql\test_00.py: adjusted output for FB 5.x because of commit 03-jul2022 ('Update ISQLs HELP SET command') 2023-02-23 13:07:12 +03:00
pavel-zotov
d46491471f Added/Updated tests\functional\monitoring\test_03.py: Checked on 5.0.0.958 2023-02-21 11:58:02 +03:00
pavel-zotov
b68791243e Added/Updated tests\functional\blob/test_rdb_blob_util_basic.py: RDB$BLOB_UTIL package functionality - basic checks. 2023-02-17 08:11:50 +03:00
zotov
6ca91384c2 Added/Updated D:\FB\firebird-qa\tests\functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py: commented out command that changes replica DB FW to OFF - as it was initially in old QA. 2023-02-07 18:15:15 +03:00
zotov
b019556da0 Updated D:\FB\firebird-qa\tests\functional\basic\isql\test_01.py: adjust expected stdout/stderr to current FB version. 2023-01-27 09:55:38 +03:00
zotov
2db79046d0 Restored @pytest.mark.version() otherwise tests will not be displayed in the list of execution. 2023-01-17 17:52:13 +03:00
zotov
bcd6002f97 DISABLED all functional/basic/db/db* tests after discussion with dimitr, letters 17-sep-2022 11:23.
Reasons:
    * There is no much sense to keep such tests because they fails extremely often during new major FB developing.
    * There is no chanse to get successful outcome for the whole test suite is some of system table became invalid,
      i.e. lot of other tests will be failed in such case.
Single test for check DDL (type of columns, their order and total number) will be implemented for all RDB-tables.
2023-01-17 12:59:02 +03:00
zotov
a2887dbae0 Put test into proper folder. 2022-11-03 09:24:17 +03:00
zotov
5499a5e88a Set proper place for this test. 2022-10-31 16:30:56 +03:00
zotov
bfc82953e4 minor change: removed old notes with run outcomes. 2022-10-31 16:28:54 +03:00
zotov
911001509e Added asert: size of ExtConnPool must be greater than 1. 2022-10-31 16:27:27 +03:00
zotov
773f6f3bc5 Added/Updated D:\FB\firebird-qa\tests\functional\syspriv\test_use_gbak_utility.py: adjusted code: make ATT_NAME column value in case-insensitive because of Linux 2022-10-07 20:51:54 +03:00
zotov
9f12466262 Added/Updated D:\FB\firebird-qa\tests\functional\syspriv\test_create_database.py: adjusted expected data for Linux 2022-10-07 20:48:09 +03:00
zotov
82806070df Added/Updated D:\FB\firebird-qa\tests\functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py: added notes 2022-10-06 22:28:27 +03:00
zotov
694012ff69 Added/Updated D:\FB\firebird-qa\tests\functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py: In case of fail database must be recreated by removing FILE rather than call act.db.drop(). DB filename must be obtained via con.info.name because act.db.db_path contains ALIAS for replication related tests. 2022-10-06 22:13:54 +03:00
zotov
2f3f0f7eb7 Could not complete adjustingfor LINUX in new-qa. DEFERRED. 2022-10-06 15:14:23 +03:00
zotov
7f8b50d77d Added/Updated D:\FB\firebird-qa\tests\functional\intfunc\string\test_lpad_01.py: Could not complete adjustingfor LINUX in new-qa. DEFERRED. 2022-10-06 15:13:58 +03:00
zotov
06f8a51f71 Minor corrections. 2022-10-06 12:56:49 +03:00
zotov
c6f0563c44 Added/Updated functional\syspriv\test_access_shutdown_database.py. Added substituion pair for suppressing '-Some database(s) were shutdown when trying to read mapping data' message that appears on Classic when we try to bring DB online using fbsvcmgr call. It seems to be a kind of bug. Sent report to Alex et al. 2022-09-25 19:10:57 +03:00
zotov
fadffa9bce Added/Updated functional\basic\db\test_30.py. adjusted expected_stdout to FB 4.0.1 Release 2022-09-22 14:11:06 +03:00
zotov
b94d981d49 Added/Updated functional\services\test_role_in_service_attachment.py. replaced code: make EXPLICIT call of fbsvcmgr utility. See notes. 2022-09-21 00:11:44 +03:00
zotov
fee7925d47 Added/Updated functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. On linux test atually silently FAILS, without showing any error. Will be investigated later. 2022-08-27 20:19:40 +03:00
zotov
4c8a8a04a2 Added/Updated functional\replication\test_blob_not_found_in_rw_replica_if_target_row_exists.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown. 2022-08-26 19:12:24 +03:00
zotov
bb385aa110 Minor change: removed old comments. 2022-08-26 19:11:54 +03:00
zotov
f2db1aa26a Added/Updated functional\replication\test_invalid_msg_if_target_db_has_no_replica_flag.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown. 2022-08-26 15:18:17 +03:00
zotov
9304abab12 Added/Updated functional\replication\test_duplicates_in_rw_replica_after_conflicting_insert.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown. 2022-08-25 22:40:46 +03:00
zotov
1a2254dd44 Added/Updated functional\replication\test_permission_error_on_ddl_issued_by_non_sysdba.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown. 2022-08-25 18:08:39 +03:00
zotov
2d0cce4191 Added/Updated functional\replication\test_some_updates_crash_server_on_replica_side.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown. 2022-08-25 16:21:23 +03:00
zotov
b0e432217a Added/Updated functional\replication\test_generator_could_not_be_transferred_to_replica.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown. 2022-08-25 16:00:06 +03:00
zotov
8b792a51c9 Added/Updated functional\replication\test_ddl_triggers_must_not_fire_on_replica.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown. 2022-08-25 12:31:03 +03:00
zotov
ef737b470e Added/Updated functional\replication\test_dblevel_triggers_must_not_fire_on_replica.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown. 2022-08-25 11:45:46 +03:00
zotov
f34dcf3cb5 Added/Updated functional\replication\test_blob_segments_longer_32kb_are_not_replicated.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown. 2022-08-25 10:11:06 +03:00
zotov
65e8c0c432 Added/Updated functional\replication\test_updating_blob_with_empty_string_stops_replication.py. Checked on 5.0.0.623, 4.0.1.2692 - both CS and SS. Both on Windows and Linux. Warning 'PytestAssertRewriteWarning' raises, both on Windows and Linux. Reason is currently unknown. 2022-08-24 13:30:29 +03:00
zotov
e29fb0318c Added/Updated functional\replication\test_updating_blob_with_empty_string_stops_replication.py. Checked on 5.0.0.623, 4.0.1.2692 - both CS and SS. Both on Windows and Linux. 2022-08-24 13:25:44 +03:00
zotov
a21f54edf0 Added/Updated functional\replication\test_failed_DDL_commands_can_be_replicated.py. Checked on 5.0.0.623, 4.0.1.2692 - both CS and SS. Both on Windows and Linux. Warning 'PytestAssertRewriteWarning' raises on Linux. 2022-08-24 00:45:46 +03:00
zotov
d87f820ea9 Added/Updated functional\util\test_gbak_zip.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. 2022-08-22 01:10:23 +03:00
zotov
7b39a47685 Added/Updated functional\tabloid\test_remote_access_to_security_db.py. Checked on 5.0.0.623, 4.0.1.2692, 3.0.8.33535 - both on Windows and Linux. 2022-08-21 14:10:11 +03:00
zotov
f8c2161e8a Added/Updated functional\session\test_ext_conn_pool_01.py. Totally re-implemeted. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. 2022-08-21 13:32:49 +03:00
zotov
d2113dd6fb Added/Updated functional\syspriv\test_user_management_in_selfsec_db.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. 2022-08-20 19:37:29 +03:00
zotov
76427f17e8 Added/Updated functional\gtcs\test_external_file_09_d.py. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.591 2022-07-31 11:08:38 +03:00
zotov
5da08d29c5 Added/Updated functional\gtcs\test_external_file_06_d.py. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.591 2022-07-31 11:04:11 +03:00
zotov
c3c07c64c5 Added/Updated functional\gtcs\test_external_file_04_d_int128.py. minor change: removed old commented code from FBT 2022-07-31 10:58:08 +03:00
zotov
ca78ee57e1 Added/Updated functional\gtcs\test_external_file_04_d_int128.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-31 10:56:58 +03:00
zotov
86c6e1ef75 Added/Updated functional\gtcs\test_external_file_04_d.py. minor correction 2022-07-31 10:53:39 +03:00
zotov
73376a783e Added/Updated functional\gtcs\test_external_file_04_d_bigint.py. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.591 2022-07-31 10:53:12 +03:00
zotov
e7d2bfc836 Added/Updated functional\gtcs\test_external_file_04_d.py. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.591 2022-07-31 10:47:22 +03:00
zotov
7198e3c695 Added/Updated functional\gtcs\test_external_file_03_d.py. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.591 2022-07-31 10:35:14 +03:00
zotov
2c4bd77394 Added/Updated functional\services\test_role_in_service_attachment.py. ACHTUNG: test works OK only if plugin.py has modification in def trace_thread() - see details in the notes to this test. 2022-07-30 18:33:02 +03:00
zotov
d808db5954 Added assert to check empty STDERR after running ISQL with preparing scripts. See also letter from dimitr, 01-feb-2022 14:46 2022-07-30 13:01:46 +03:00
zotov
9a328f737c Added/Updated functional\transactions\test_read_consist_sttm_restart_max_limit.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-29 22:45:44 +03:00
zotov
8dae5bc88b Added/Updated functional\transactions\test_read_consist_sttm_merge_deny_multiple_matches.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-29 21:39:17 +03:00
zotov
a328b7446d Added/Updated functional\transactions\test_read_consist_sttm_restart_on_update_04.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-29 21:08:45 +03:00
zotov
08d4fc61e5 Added/Updated functional\transactions\test_read_consist_sttm_restart_on_update_03.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-29 21:02:54 +03:00
zotov
22f97fae37 Added/Updated functional\transactions\test_read_consist_sttm_restart_on_update_02.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-29 20:54:46 +03:00
zotov
305f6a969e Added/Updated functional\transactions\test_read_consist_sttm_restart_on_update_01.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-29 20:44:56 +03:00
zotov
507b7d1c2e Added/Updated functional\transactions\test_read_consist_sttm_restart_on_merge_03.py. minor change: removed old FBT source code. 2022-07-29 20:31:08 +03:00
zotov
c7598851b9 Added/Updated functional\transactions\test_read_consist_sttm_restart_on_merge_04.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-29 20:30:48 +03:00
zotov
1fb455d1c8 Added/Updated functional\transactions\test_read_consist_sttm_restart_on_merge_03.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-29 18:16:31 +03:00
zotov
d8d294baee Added/Updated functional\transactions\test_read_consist_sttm_restart_on_merge_02.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-29 18:04:47 +03:00
zotov
dfd33d53e6 Added/Updated functional\transactions\test_read_consist_sttm_restart_on_merge_01.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-29 17:55:18 +03:00
zotov
06d2718332 Added/Updated functional\transactions\test_read_consist_sttm_restart_on_delete_04.py. minor change: removed old .fbt source code 2022-07-29 17:36:55 +03:00
zotov
e164a05dca Added/Updated functional\transactions\test_read_consist_sttm_restart_on_delete_04.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-29 17:36:18 +03:00
zotov
a9ce71ae37 Added/Updated functional\transactions\test_read_consist_sttm_restart_on_delete_03.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-29 17:15:55 +03:00
zotov
c5ca5d8da1 Added/Updated functional\transactions\test_read_consist_sttm_restart_on_delete_01.py. minor change 2022-07-28 18:39:14 +03:00
zotov
3b1d4fcad3 Added/Updated functional\transactions\test_read_consist_sttm_restart_on_delete_02.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-28 18:38:41 +03:00
zotov
efcdd95515 Added/Updated functional\transactions\test_read_consist_statement_delete_undone_01.py. minor change: import time must be restored in this test 2022-07-28 18:23:08 +03:00
zotov
cab4960cb1 Added/Updated functional\transactions\test_read_consist_statement_delete_undone_02.py. minor change: import time must be restored in this test 2022-07-28 18:22:55 +03:00
zotov
5d08aaa223 Added/Updated functional\transactions\test_read_consist_sttm_restart_on_delete_01.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-28 18:22:19 +03:00
zotov
247fb02903 Added/Updated functional\transactions\test_read_consist_statement_delete_undone_02.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-28 17:31:58 +03:00
zotov
3dc314b68b Added/Updated functional\transactions\test_read_consist_statement_delete_undone_01.py. minor adjustings 2022-07-28 17:31:43 +03:00
zotov
dc64956c6b Added/Updated functional\transactions\test_read_consist_statement_delete_undone_01.py. Checked on 4.0.1.2692, 5.0.0.591 2022-07-28 17:00:37 +03:00
zotov
24918989bd Added/Updated functional\syspriv\test_use_gstat_utility.py: minor change: added forgotten import directive 2022-05-28 17:25:36 +03:00
zotov
3d16f66c13 Added/Updated functional\trigger\database\test_disconnect_01.py: Checked on: 4.0.1.2692, 5.0.0.497 2022-05-26 14:12:48 +03:00
zotov
a0a57a07e2 Added/Updated functional\trigger\database\test_connect_04.py: Checked on: 3.0.8.33535, 4.0.1.2692, 5.0.0.497 2022-05-26 13:21:29 +03:00
zotov
5e6f7c15cf Added/Updated functional\trigger\database\test_connect_02.py: Checked on: 3.0.8.33535, 4.0.1.2692, 5.0.0.497 2022-05-26 12:44:40 +03:00
zotov
9e757e44ba Added/Updated functional\tabloid\test_eqc_306263.py: Checked on: 3.0.8.33535, 4.0.1.2692, 5.0.0.497 2022-05-26 12:00:43 +03:00
zotov
0d62d4ce41 Added/Updated functional\tabloid\test_eqc_136030.py: Checked on: 3.0.8.33535, 4.0.1.2692, 5.0.0.497 2022-05-26 11:48:56 +03:00
zotov
5da35c2d91 Added/Updated functional\syspriv\test_trace_any_attachment.py: Checked on 4.0.1.2692, 5.0.0.497. 2022-05-25 14:28:57 +03:00
zotov
eaa605b920 Added/Updated functional\syspriv\test_use_gbak_utility.py: Checked on 4.0.1.2692, 5.0.0.497. 2022-05-23 20:02:00 +03:00
zotov
e1634d3f7a Added/Updated functional\syspriv\test_change_shutdown_mode.py: minor correction: replace shutdown mode to correct mnemonic value after it was changed in the firebird-driver 2022-05-23 17:24:44 +03:00
zotov
9bb612bb1b Added/Updated functional\syspriv\test_use_gstat_utility.py: minor change: removed old code that was copied from FBT suite. 2022-05-20 22:05:52 +03:00
zotov
73c917100c Added/Updated functional\syspriv\test_read_raw_pages.py: minor change: removed old code that was copied from FBT suite. 2022-05-20 22:05:12 +03:00
zotov
88d42c776c Added/Updated functional\syspriv\test_read_raw_pages.py: Checked on 4.0.1.2692, 5.0.0.497. 2022-05-20 22:04:40 +03:00
zotov
cdadc5e1d3 Added/Updated functional\syspriv\test_drop_database.py: Checked on 4.0.1.2692, 5.0.0.497. 2022-05-20 21:16:45 +03:00
zotov
bc7a30f31c Added/Updated functional\syspriv\test_create_database.py: Checked on 4.0.1.2692, 5.0.0.497. 2022-05-20 20:03:07 +03:00
zotov
9ea623ab9c Added/Updated functional\syspriv\test_change_shutdown_mode.py: refactored: added 'ACCESS_SHUTDOWN_DATABASE' privilege in order to have ability to use shutdown modes 'single' and 'multi'. Use nested loops instead of direct specification of diff values. 2022-05-20 19:31:21 +03:00
zotov
dfc906b1c4 Added/Updated functional\syspriv\test_change_shutdown_mode.py: NOTE. Modes 'single' and 'multi' will be added after fix of this issue. See details in the source. Checked on 4.0.1.2692, 5.0.0.497. 2022-05-20 10:40:08 +03:00
zotov
84481a4549 Added/Updated functional\syspriv\test_change_header_settings.py: checked on 4.0.1.2692, 5.0.0.489. 2022-05-19 21:52:17 +03:00
zotov
fbf8caa8ba Added/Updated functional\syspriv\test_use_gstat_utility.py: checked on 4.0.1.2692, 5.0.0.489. 2022-05-18 13:47:39 +03:00
zotov
8b10670e0a Added/Updated functional\syspriv\test_access_shutdown_database.py: checked on 4.0.1.2692, 5.0.0.489. 2022-05-18 00:58:43 +03:00
zotov
542c549c40 Added/Updated functional\session\test_alter_session_reset_raise_if_open_tx.py: checked on 4.0.1.2692, 5.0.0.489 2022-05-17 15:50:51 +03:00
zotov
6882f281bd Added/Updated functional\session\test_alter_session_reset_allow_2pc_prepared.py: refactored according to suggestions by pcisar, see notes inside. 2022-05-14 10:29:15 +03:00
zotov
597d21d641 Added/Updated functional\session\test_alter_session_reset_allow_2pc_prepared.py: Checked on 4.0.2.2692, 5.0.0.489. See details in the source code. 2022-05-12 23:18:52 +03:00
zotov
a9244a2a77 Added/Updated functional\services\test_role_in_service_attachment.py: Checked on 4.0.1.2692, 5.0.0.489. Questions remain about act.trace method -- see details in the NOTES. 2022-05-10 19:27:13 +03:00
zotov
7396be2b92 Added/Updated functional\services\test_user_management.py: checked on 4.0.1.2692, 3.0.8.33535 2022-05-08 22:18:43 +03:00
zotov
9e8aab1510 Added/Updated functional\monitoring\test_04.py: checked on 4.0.1.2692, 3.0.8.33535 2022-05-08 07:50:43 +03:00
zotov
73198d674e Added/Updated functional\intfunc\string\test_rpad_01.py: checked on 4.0.1.2692, 3.0.8.33535 2022-05-07 18:26:21 +03:00
zotov
f5b0dadbd1 Added/Updated functional\intfunc\string\test_lpad_01.py: checked on 4.0.1.2692 2022-05-07 18:21:17 +03:00
zotov
d576ef2896 Added/Updated functional\gtcs\test_window_func_05.py: checked on 4.0.1.2692 2022-05-07 17:13:11 +03:00
zotov
d812a82926 Added/Updated functional\gtcs\test_window_func_04.py: checked on 4.0.1.2692, 3.0.8.33535 2022-05-07 17:08:47 +03:00
zotov
41a5287e8c Added/Updated functional\gtcs\test_window_func_03.py: checked on 4.0.1.2692, 3.0.8.33535 2022-05-07 17:06:02 +03:00
zotov
76a16dc61b Added/Updated functional\gtcs\test_window_func_02.py: checked on 4.0.1.2692, 3.0.8.33535 2022-05-07 16:53:31 +03:00
zotov
50af7b5ce9 Added/Updated functional\gtcs\test_window_func_01.py: checked on 4.0.1.2692, 3.0.8.33535 2022-05-07 16:48:38 +03:00
zotov
02fd131ef9 Added/Updated functional\gtcs\test_transactions_autocommit_3.py: checked on 4.0.1.2692, 3.0.8.33535 2022-04-29 20:46:56 +03:00
zotov
64fd89305f Added/Updated functional\gtcs\test_transactions_autocommit_2.py: checked on 4.0.1.2692, 3.0.8.33535 2022-04-29 20:24:14 +03:00
zotov
c62b6a98e5 Added/Updated functional\gtcs\test_transactions_autocommit_1.py: checked on 4.0.1.2692, 3.0.8.33535 2022-04-29 19:52:04 +03:00
zotov
ed55644aa1 Added/Updated functional\gtcs\test_ref_integ_inactive_pk_index_2.py: checked on 4.0.1.2692, 3.0.8.33535 2022-04-28 20:42:08 +03:00
zotov
58858d8c97 Added/Updated functional\gtcs\test_ref_integ_inactive_pk_index.py: checked on 4.0.1.2692, 3.0.8.33535 2022-04-28 20:39:06 +03:00
zotov
d655a5d856 Added/Updated functional\gtcs\test_ref_integ_inactive_fk_index.py: checked on 4.0.1.2692, 3.0.8.33535 2022-04-28 20:36:28 +03:00
zotov
1b463eaebb Added/Updated functional\gtcs\test_ref_integ_drop_pk_index.py: minor correction: removed old code 2022-04-28 20:32:21 +03:00
zotov
ed35a8261f Added/Updated functional\gtcs\test_ref_integ_drop_pk_index.py: checked on 4.0.1.2692, 3.0.8.33535 2022-04-28 20:31:51 +03:00
zotov
914704b924 Added/Updated functional\gtcs\test_ref_integ_drop_pk_constraint.py: checked on 4.0.1.2692 2022-04-28 20:19:55 +03:00
zotov
35d00c393d Added/Updated functional\gtcs\test_ref_integ_drop_fk_index.py: checked on 4.0.1.2692 2022-04-28 20:19:35 +03:00
zotov
0c4880dcdc Updated functional\basic\isql\test_03.py: adjust expected stdout/stderr to current FB version. 2022-04-28 19:39:02 +03:00
zotov
9017be2ea3 Added/Updated functional\basic\db\test_03.py: added substitutions because FB 5.x now issues 'ICU-VERSION=NN.N' beside COLL-VERSION 2022-04-24 13:59:02 +03:00
zotov
813e42e235 Added/Updated functional\gtcs\test_ref_integ_drop_fk_then_pk.py: see details in the test source. Checked on 4.0.1.2692. 2022-04-20 18:23:08 +03:00
zotov
62f77e2cc1 Added/Updated functional\gtcs\test_ref_integ_drop_fk_index.py: see details in the test source. Checked on 4.0.1.2692. 2022-04-20 17:03:57 +03:00
zotov
1be4813ea1 Added/Updated functional\gtcs\test_gtcs_proc_cast_isql.py: see details in the test source. Checked on 4.0.1.2692. 2022-04-20 13:39:21 +03:00
zotov
617980a7df Added/Updated functional\gtcs\test_dsql_domain_22.py: Manipulations with domain 'dom22_08' were changed: removed usage of EXP() to get value that is minimal distinguish from zero. Reason: result is hardware-dependent (Intel vs AMD). 2022-04-19 23:44:05 +03:00
zotov
b64188c9b7 Updated functional\basic\db\test_23.py: adjust expected stdout/stderr to current FB version. 2022-04-18 21:22:24 +03:00
zotov
681efc39e1 Added/Updated functional\gtcs\test_time_zone.py: CAN NOT reproduce fail, used dates before and after daylight saving threshold. 2022-04-08 23:12:51 +03:00
zotov
7660db3737 Added/Updated functional\database\alter\test_03.py: Test PASSES on FB 3.0.8 Rls, 4.0.1 RLs and 5.0.0.467. 2022-04-08 16:03:30 +03:00
zotov
0e933ea00b Engine version should be compared with tested value via Action.is_version() rather than excessive connect to services and obtaining it from srv.info. Changed code after suggestion by pcisar. 2022-04-08 14:16:01 +03:00
zotov
ba568a137e Removed test which depends on CPU manufacturer and (on Windows) MS runtime version. 2022-04-08 10:19:30 +03:00
zotov
452005b356 Added/Updated functional\arno\optimizer\test_opt_mixed_joins_06.py: Expected stdout depends now on major FB version because of changes since 5.0.0.455: data source with greatest cardinality will be specified at left-most position in the plan when HASH JOIN is choosen. See details in NOTES to this test. 2022-04-08 10:00:29 +03:00
zotov
410c403fa3 Added NOTES section. 2022-04-08 09:56:23 +03:00
zotov
0a457d5f74 Added/Updated functional\arno\optimizer\test_opt_mixed_joins_05.py: Expected stdout depends now on major FB version because of changes since 5.0.0.455: data source with greatest cardinality will be specified at left-most position in the plan when HASH JOIN is choosen. See details in NOTES to this test. 2022-04-08 09:55:35 +03:00
zotov
2bc4b4e3ad Added/Updated functional\arno\optimizer\test_opt_mixed_joins_02.py: Expected stdout depends now on major FB version because of changes since 5.0.0.455 in PLAN HASH when data sources have the same cardinality. 2022-04-08 09:45:42 +03:00
zotov
ec71edd3f0 Added/Updated functional\arno\optimizer\test_opt_inner_join_merge_06.py: Expected stdout depends now on major FB version because of changes since 5.0.0.455 in PLAN HASH when data sources have the same cardinality. 2022-04-08 09:41:53 +03:00
zotov
56634f41e9 Adjusted output to recent FB 5.0.x snapshot. 2022-03-23 16:35:04 +03:00
zotov
7e48423300 Changed .sql column names. Changed ORDER BY clause according to RDB$RELATION_FIELDS unique key: RDB$FIELD_NAME plus RDB$RELATION_NAME. Changed substitutions list. Adjusted output to FB 3.0.8 Release, 4.0.1 Release and recent 5.0.x snapshot. 2022-03-23 16:28:04 +03:00
zotov
397b1f239f Adjusted output for recent FB 5.x version. 2022-03-07 12:13:22 +03:00
zotov
1826c8cbec Adjusted output to current FB snapshot. 2022-02-17 12:15:02 +03:00
zotov
b67dd9b499 Adjusted output to fresh FB-5.x snashot 2022-02-14 11:49:12 +03:00
Dmitry Yemanov
3655598c1a Fixed a few ambiguous tests 2022-02-10 12:12:49 +03:00
8cd83ec67f Fix for Windows with 4.0.1 2022-02-09 20:47:40 +01:00
2e0f861142 Fix for 3.0.8 Windows 2022-02-08 18:14:29 +01:00
9a10f3468e Corrections for FB 4.0.1 2022-02-07 18:03:19 +01:00
dfd437d7f9 fix escape sequence 2022-02-06 15:21:23 +01:00
91781e9231 New metadata + cleanup 2022-02-04 19:05:19 +01:00
160bc9e23c New metadata + cleanup 2022-01-30 16:52:03 +01:00
cb52f90685 New metadata + cleanup 2022-01-28 18:56:36 +01:00
c282bd46fc Fix test 2022-01-16 12:38:16 +01:00
805ef0ed38 Fix tests (windows) 2022-01-16 10:03:34 +01:00
627493b61a fix FB3 test 2022-01-13 17:06:09 +01:00
0c47f798c6 Action.files_dir + XFAIL for not implemented 2021-12-30 17:00:48 +01:00
2b19dc571c Missing functional tests, fresh conversion without adjustment 2021-12-23 16:00:23 +01:00
c8af46bc79 refactoring, python tests, added missing test from fbt 2021-12-22 20:25:10 +01:00
8b48d5f188 Tests 2021-12-19 22:25:36 +01:00
b458cecb1e Fixes for FB 4 2021-11-09 11:01:26 +01:00
e754587c22 Fix for tests on Linux 3.0.7 2021-10-21 19:29:23 +02:00
59fcb66ce0 Changes in plugin + some tests fixed 2021-08-03 23:29:08 +02:00
9ec943fc6d Change name scheme for tests 2021-04-28 12:52:50 +02:00
a4111205c3 Change name scheme for tests 2021-04-28 12:42:11 +02:00
3081aa0974 Update tests 2021-04-28 11:54:08 +02:00
7a9962e6bf Firebird engine tests 2021-04-26 20:07:00 +02:00