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 |
|