6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 21:43:06 +01:00
firebird-qa/tests/functional
2023-12-20 15:04:53 +03:00
..
arno Added/Updated tests\functional\arno\optimizer\test_opt_inner_join_05.py: adjusted expected output according to recent FB 5.x and 6.x versions. Re-implemented: check explained plan instead of legacy one. Data not shown. See notes. 2023-12-15 14:31:56 +03:00
basic Added/Updated tests\functional\basic\isql\test_08.py: added @pytest.mark.replication in order to skip this test using 'pytest -m "not replication"' command 2023-12-20 15:04:53 +03:00
blob Add missing file. 2023-12-08 22:59:35 -03:00
database Added/Updated tests\functional\database\create\test_12.py: set SKIP mark because this test has been replaced with 'test_00.py' 2023-12-14 21:58:18 +03:00
datatypes Added/Updated tests\functional\datatypes\test_miscelan_binding.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:02:06 +03:00
dml New metadata + cleanup 2022-02-04 19:05:19 +01:00
domain Added/Updated tests\functional\domain\create\test_31.py: Removed SHOW command for check result because its output often changes. It is enough for this test to obtain similar data from RDB tables. Created view and stored function to obtain type name by rdb$fields.rdb$field_type and .rdb$field_sub_type. 2023-10-09 11:11:23 +03:00
exception New metadata + cleanup 2022-02-04 19:05:19 +01:00
fkey New metadata + cleanup 2022-02-04 19:05:19 +01:00
generator New metadata + cleanup 2022-02-04 19:05:19 +01:00
gtcs Added/Updated tests\functional\gtcs\test_dsql_domain_01.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:31:16 +03:00
index New metadata + cleanup 2022-02-04 19:05:19 +01:00
intfunc Added/Updated tests\functional\intfunc\date\test_dateadd_07.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:50:59 +03:00
monitoring Added/Updated tests\functional\monitoring\test_03.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:59:36 +03:00
procedure Updated tests\functional\procedure\create\test_03.py: adjust expected stdout/stderr to current FB version. 2023-10-07 12:32:38 +03:00
replication Removed obsolete comments. Adjusted notes. 2023-12-12 11:00:13 +03:00
role New metadata + cleanup 2022-02-04 19:05:19 +01:00
services 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
session Added/Updated tests\functional\session\test_alter_session_reset_decfloat.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. 2023-12-16 14:01:48 +03:00
shadow New metadata + cleanup 2022-02-04 19:05:19 +01:00
syspriv 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
table Added/Updated tests\functional\table\create\test_03.py: added SKIP mark: this test will be fully re-implemented later. Currently SHOW TABLE command brokes it. 2023-10-07 22:42:00 +03:00
tabloid Added/Updated tests\functional\tabloid\test_333be4bf.py: minor correction: removed several old commented lines 2023-12-16 14:04:16 +03:00
transactions Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_max_limit.py: restored full set of options to be checked 2023-12-02 09:01:50 +03:00
trigger Added/Updated tests\functional\trigger\table\test_alter_07.py: changed substitutions so that only relevant lines from full error text will be filtered and checked. 2023-05-11 11:15:19 +03:00
util Added/Updated tests\functional\util\test_gbak_zip.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-26 01:02:31 +03:00
view Added/Updated tests\functional\view\create\test_10.py: Test not needed: there are lot tests which use this functionality. 2023-10-07 22:43:31 +03:00
__init__.py Firebird engine tests 2021-04-26 20:07:00 +02:00