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 |
|
pavel-zotov
|
890ebd9201
|
Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_01.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:16 +03:00 |
|
pavel-zotov
|
cf374b406a
|
Added/Updated tests\bugs\core_5381_test.py: Added max allowed time for prepare duration and appropriate check (suggested by dimitr).
|
2024-11-19 10:13:30 +03:00 |
|
pavel-zotov
|
943525b4a7
|
Added/Updated tests\bugs\gh_7853_test.py: Remove upper bound for version after this feature was front-ported to 6.x in commit 0d72b8097c292dabb5c9a257a157f20d9362ab26 (16.11.23).
|
2024-11-18 17:01:33 +03:00 |
|
pavel-zotov
|
c0e48cc498
|
Added/Updated tests\bugs\gh_8113_test.py: Checked on 6.0.0.532
|
2024-11-18 16:42:40 +03:00 |
|
pavel-zotov
|
50b088f0f6
|
Added/Updated tests\functional\tabloid\test_35f56933.py: Checked on 6.0.0.532
|
2024-11-18 13:13:17 +03:00 |
|
pavel-zotov
|
6448e5e106
|
Added/Updated tests\bugs\gh_8310_test.py: minor change: fixed typo.
|
2024-11-18 10:02:25 +03:00 |
|
pavel-zotov
|
d79e2dda74
|
Added/Updated tests\bugs\gh_8310_test.py: Currently the ticket is incompletely checked - SEE NOTES. Checked on 6.0.0.532; 5.0.2.1567.
|
2024-11-18 10:00:32 +03:00 |
|
pavel-zotov
|
fef1186873
|
Added/Updated tests\bugs\core_5381_test.py: Re-implemented. No sense to check execution time or execution plan. We have to ensure only ability of engine to complete prerape_statement.
|
2024-11-17 15:03:39 +03:00 |
|
pavel-zotov
|
5709c6696c
|
Added/Updated tests\functional\arno\optimizer\test_opt_sort_by_index_18.py: 'OPTIMIZE FOR FIRST ROWS' is used for 6.x - suggesed by dimitr, letter 16.11.2024 15:15. Checked on 6.0.0.532; 5.0.2.1567
|
2024-11-17 13:51:40 +03:00 |
|
pavel-zotov
|
7982277e69
|
Added/Updated tests\bugs\gh_7921_test.py: 'OPTIMIZE FOR FIRST ROWS' is used for 6.x - suggesed by dimitr, letter 16.11.2024 15:15. Checked on 6.0.0.532; 5.0.2.1567
|
2024-11-17 13:45:49 +03:00 |
|
pavel-zotov
|
57e95fd7f9
|
Added/Updated tests\bugs\gh_7675_test.py: Removed output of concrete data for checked query. It is enough only to display content of SQLDA (lines with 'sqltype:' and 'name:') and SQLSTATE (if some error occurs).
|
2024-11-17 13:29:48 +03:00 |
|
pavel-zotov
|
aabe3479b7
|
Added/Updated tests\functional\arno\optimizer\test_opt_sort_by_index_18.py: re-implemented after #26e64e9c: Cost-based decision between ORDER and SORT plans (#8316). Checked on 6.0.0.532; 5.0.2.1567; 4.0.6.3168; 3.0.13.33794.
|
2024-11-17 12:55:43 +03:00 |
|
pavel-zotov
|
42fa9a402c
|
Added/Updated tests\bugs\core_5020_test.py: re-implemented after #26e64e9c: Cost-based decision between ORDER and SORT plans (#8316). Checked on 6.0.0.532; 5.0.2.1567; 4.0.6.3168; 3.0.13.33794.
|
2024-11-17 11:40:13 +03:00 |
|
pavel-zotov
|
a438838b7c
|
Adjusted expected output after check on 6.0.0.530.
|
2024-11-16 13:58:12 +03:00 |
|
pavel-zotov
|
b3bd8f7851
|
Updated tests\functional\basic\isql\test_autoterm_01.py: adjust expected stdout/stderr to current FB version.
|
2024-11-16 13:55:56 +03:00 |
|
pavel-zotov
|
ec113ab750
|
Updated tests\functional\basic\isql\test_00.py: adjust expected stdout/stderr to current FB version.
|
2024-11-16 13:54:46 +03:00 |
|
pavel-zotov
|
95be77a751
|
Added/Updated tests\bugs\core_5381_test.py: dummy change in order to force all FB versions to be checked at nearest scheduled job
|
2024-11-15 01:01:28 +03:00 |
|
pavel-zotov
|
8ab4fbb19a
|
Added/Updated tests\bugs\core_5381_test.py: dummy change in order to force all FB versions to be checked at nearest scheduled job
|
2024-11-14 02:12:33 +03:00 |
|
pavel-zotov
|
8767812ce0
|
Added/Updated tests\bugs\core_5381_test.py: dummy change in order to force all FB versions to be checked at nearest scheduled job
|
2024-11-12 22:36:03 +03:00 |
|
pavel-zotov
|
6ed135d077
|
Added/Updated tests\bugs\gh_8309_test.py: Checked on 6.0.0.523-8ca2314.
|
2024-11-10 16:02:38 +03:00 |
|
pavel-zotov
|
e4df62936a
|
Added/Updated tests\bugs\core_5381_test.py: Adjusted notes about changed FB 4.x
|
2024-11-10 15:37:21 +03:00 |
|
pavel-zotov
|
a4e323c212
|
Added/Updated tests\bugs\core_5381_test.py: changed expected output for 4.x: adjusted INDENTATION.
|
2024-11-10 12:57:50 +03:00 |
|
pavel-zotov
|
a8f00de4fb
|
Added/Updated tests\bugs\gh_5537_test.py: Checked on 3.0.13.33794, 4.0.6.3165, 5.0.2.1553, 6.0.0.520
|
2024-11-09 15:49:01 +03:00 |
|
pavel-zotov
|
27486062b9
|
Added/Updated tests\bugs\core_5381_test.py: Reimplemented - see notes. Checked on 3.0.13.33794, 4.0.6.3165, 5.0.2.1553, 6.0.0.520
|
2024-11-08 10:19:22 +03:00 |
|
pavel-zotov
|
f537764866
|
Added/Updated tests\bugs\core_2668_test.py: reverted wrong changes
|
2024-11-07 16:15:14 +03:00 |
|
pavel-zotov
|
ea96df900b
|
Added/Updated tests\bugs\gh_7304_test.py: Confirmed problem on 5.0.0.731. Checked on 5.0.0.733 (16.09.2022); 5.0.2.1553, 6.0.0.515
|
2024-11-07 16:12:20 +03:00 |
|
pavel-zotov
|
aeb3dbe22d
|
Added/Updated tests\bugs\core_2668_test.py: Confirmed problem on 5.0.0.731. Checked on 5.0.0.733 (16.09.2022); 5.0.2.1553, 6.0.0.515
|
2024-11-07 16:09:24 +03:00 |
|
pavel-zotov
|
718804e976
|
Added/Updated tests\bugs\gh_8304_test.py: Checked on 6.0.0.515-1c3dc43; 5.0.2.1551-90fdb97; 4.0.6.3165 (intermediate build).
|
2024-11-04 12:37:18 +03:00 |
|
pavel-zotov
|
0f4c5acfef
|
Added/Updated tests\bugs\gh_7269_test.py: fixed wrong min_version
|
2024-11-04 10:03:27 +03:00 |
|
pavel-zotov
|
524b195208
|
Added forgotten .zip that is needed for appropriate test
|
2024-11-03 09:53:56 +03:00 |
|
pavel-zotov
|
2a969614c5
|
Added/Updated tests\bugs\gh_7269_test.py: Checked on 5.0.2.1551, 6.0.0.415.
|
2024-11-02 23:42:00 +03:00 |
|
pavel-zotov
|
87dfaf7f42
|
Added/Updated tests\bugs\gh_5009_test.py: Checked on 4.0.6.3165, 5.0.2.1551, 6.0.0.415
|
2024-11-02 22:22:57 +03:00 |
|
pavel-zotov
|
494488f3ec
|
Added/Updated tests\bugs\gh_8185_test.py: Checked on 5.0.1.1452-08dc25f (27.07.2024 11:50); 6.0.0.401-a7d10a4 (29.07.2024 01:33) -- all OK.
|
2024-11-01 23:40:23 +03:00 |
|
pavel-zotov
|
6ea1301610
|
Added/Updated tests\functional\intfunc\string\test_rpad_01.py: Finished adjusting for work both on Linux and Windows. Checked on 6.0.0.511 (Windows/Linux); 5.0.2.1550; 4.0.6.3165; 3.0.13.33794
|
2024-10-31 22:23:52 +03:00 |
|
pavel-zotov
|
e42745b7a4
|
Added/Updated tests\functional\intfunc\string\test_lpad_01.py: Finished adjusting for work both on Linux and Windows. Checked on 6.0.0.511 (Windows/Linux); 5.0.2.1550; 4.0.6.3165; 3.0.13.33794
|
2024-10-31 22:17:41 +03:00 |
|
pavel-zotov
|
4cf7cc1a3f
|
Added/Updated tests\bugs\core_2912_test.py: Checked on 6.0.0.511 (Windows/Linux); 5.0.2.1551; 4.0.6.3165; 3.0.13.33794
|
2024-10-31 21:38:51 +03:00 |
|
pavel-zotov
|
920dd0fc36
|
Added/Updated tests\functional\arno\optimizer\test_opt_inner_join_05.py: changed comment about explained plan in 6.x
|
2024-10-31 15:48:16 +03:00 |
|
pavel-zotov
|
d63eb542ca
|
Added/Updated tests\bugs\gh_8161_test.py: changed comment about explained plan in 6.x
|
2024-10-31 15:47:12 +03:00 |
|
pavel-zotov
|
1370ed4824
|
Added/Updated tests\bugs\gh_8214_test.py: Checked on 5.0.2.1551, 6.0.0.515.
|
2024-10-31 15:44:16 +03:00 |
|
pavel-zotov
|
20af1b6410
|
Added pytest.mark.intl to have ability filtering these files if only QA-run related to non-ascii data is needed.
|
2024-10-31 13:32:10 +03:00 |
|
pavel-zotov
|
0dece2247f
|
Added pytest.mark.intl to have ability filtering these files if only QA-run related to non-ascii data is needed.
|
2024-10-31 13:17:14 +03:00 |
|
pavel-zotov
|
19c51597e5
|
Added pytest.mark.intl to have ability filtering these files if only QA-run related to non-ascii data is needed.
|
2024-10-31 11:28:06 +03:00 |
|
pavel-zotov
|
a8d5d389f7
|
Added/Updated tests\functional\arno\optimizer\test_opt_inner_join_05.py: Adjusted expected_out discuss with dimitr. Explained plans for 5.x and 6.x are now identical. Checked on 3.0.13.33794, 4.0.6.3165, 5.0.2.1551, 6.0.0.515
|
2024-10-31 11:19:40 +03:00 |
|
pavel-zotov
|
26eae15c96
|
Added/Updated tests\bugs\gh_8161_test.py: Adjusted expected_out discuss with dimitr (explained plans for FB 3.x ...6.x now are identical).
|
2024-10-31 11:16:22 +03:00 |
|