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

1881 Commits

Author SHA1 Message Date
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
72908f2dcc Added/Updated bugs\core_4418_test.py: added substitutions because FB 5.x now issues 'ICU-VERSION=NN.N' beside COLL-VERSION 2022-04-28 19:57:18 +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
2b03624331 Added/Updated bugs\core_1885_test.py: added substitutions because FB 5.x now issues 'ICU-VERSION=NN.N' beside COLL-VERSION 2022-04-24 13:50:46 +03:00
zotov
ebe597bd06 Added/Updated bugs\core_6044_test.py: corrected escape prefix: backslash must be duplicated 2022-04-24 12:52:44 +03:00
zotov
bd090f1ecf Added/Updated bugs\core_4452_test.py: removed dependency on 'show collation' output. Added substitutions to suppress output of all COLL-VERSION details. 2022-04-24 12:51:25 +03:00
zotov
5be7d5275b Added/Updated bugs\core_6044_test.py: added substitutions because FB 5.x now issues 'ICU-VERSION=NN.N' beside COLL-VERSION 2022-04-24 12:24:10 +03:00
zotov
7544cb46ff Updated D:\FB\firebird-qa\tests\bugs\core_6336_test.py: adjust expected stdout/stderr to current FB version. 2022-04-24 12:19:16 +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
e12c4e1153 Added .sql which will replace 'gtcs-ref-integ.sql' after all tests will be re-implemented: ID values must be of numeric type rather than strange char(3) that was taken from employee standard DB. 2022-04-20 18:22:13 +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
c8aad6f0c3 Added script that is used by several tests in functional/gtcs/ folder 2022-04-20 16:32:23 +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
631aaa8296 Added file that is needed for functional.gtcs.test_gtcs_proc_cast_isql.py 2022-04-20 13:38:43 +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
c42116d1f1 Merge branch 'master' of https://github.com/FirebirdSQL/firebird-qa 2022-04-19 15:40:41 +03:00
zotov
d8d426ac3d Added/Updated bugs\core_6272_test.py: act.trace() must be called with passing encoding=locale.getpreferredencoding() 2022-04-19 15:39:18 +03:00
2e9a19c816 Release 0.13.0 2022-04-19 12:00:38 +02:00
8b1f46f34e Explicit Optional typing + encodinf/ecoding_errors for server connection and trace 2022-04-19 11:59:48 +02: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
003f3eaa05 Added/Updated bugs\core_5488_running_sttm_test.py: minor change: made TITLE text correct 2022-04-18 21:21:04 +03:00
zotov
20c2dafeab Added/Updated bugs\core_1885_test.py: changed code in order to make this test work OK both on Windows and Linux, FB 3.x only. 2022-04-17 13:09: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
b8f0163d43 Added/Updated bugs\core_6469_test.py: Fixed problems with running this test on Windows, One need to specify 'credentials = False' and 'connect_db = False' in db_factory() call. Details see in the test NOTES. 2022-04-08 23:06:37 +03:00
zotov
2106e3552c Added/Updated bugs\core_4760_test.py: One need to specify utf8filename=True in db_factory() call if we want to establish connection as non-ascii user. 2022-04-08 22:17:42 +03:00
zotov
859140fa10 Added/Updated bugs\core_4743_test.py: One need to specify utf8filename=True in db_factory() call if we want to establish connection as non-ascii user. 2022-04-08 22:17:28 +03:00
zotov
60719a13c0 Added/Updated bugs\core_5972_test.py: Test PASSES on FB 3.0.8 Rls, 4.0.1 RLs and 5.0.0.467. 2022-04-08 18:51:46 +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
937c110dde Adjusted TITLE section to actual info. Renamed file to have name similar to old one from FBT suite. 2022-04-08 09:23:41 +03:00
zotov
5e994b07a3 Added/Updated bugs\core_4492_test.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-07 21:27:40 +03:00
zotov
f8ff55d30a Added/Updated bugs\core_4528_test.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-07 21:23:35 +03:00
zotov
75905ca8d4 Added/Updated bugs\core_4809_test.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-07 21:21:02 +03:00
zotov
22e39eb86f Added/Updated bugs\core_5598_test.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-07 21:16:14 +03:00
zotov
e2363f5603 Added/Updated bugs\core_3553_test.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-07 21:02:51 +03:00
zotov
511a54cde8 Added/Updated bugs\core_3834_test.py: No need to use .fbk from original ticket. 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. See details in the test source. 2022-04-07 15:54:51 +03:00
zotov
38e749d56a Updated bugs\core_6444_test.py: adjust expected stdout/stderr to current FB version. 2022-04-07 14:35:46 +03:00
zotov
6a1345dcb3 Re-implemented after pcisar notes, see letter 25-mar-2022 14:17. 2022-03-30 22:47:07 +03:00
zotov
ca8278c169 Re-implemented: we have to create separate .sql file and run it using 'ISQL ... -I this_temporary_file.sql' - rather than use PIPE mechanism. Details see in the code. 2022-03-24 21:25:17 +03:00
zotov
0b97393439 Adjusted 2022-03-23 20:20:45 +03:00