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

1745 Commits

Author SHA1 Message Date
pavel-zotov
d061161bd1 Added/Updated tests\bugs\gh_8230_test.py: fixed wrong min_version 2024-10-30 10:03:12 +03:00
pavel-zotov
c6c39c6dc8 Added/Updated tests\bugs\gh_8230_test.py: Checked on 6.0.0.511-781e5d9 (intermediate build). 2024-10-29 22:57:01 +03:00
pavel-zotov
e72e216318 Added/Updated tests\bugs\gh_8255_test.py: added/adjusted comments. Tes can run currently only on Windows. On Linux server stil crashes. 2024-10-29 14:06:39 +03:00
pavel-zotov
38bdbb14ef Added/Updated tests\bugs\core_1725_test.py: fully re-implemented - see notes. 2024-10-28 14:21:51 +03:00
pavel-zotov
df802f3bfc Added/Updated tests\bugs\gh_8290_test.py: added ps.free() call otherwise pytest hangs at final point and does not return control to caller batch 2024-10-26 11:21:35 +03:00
pavel-zotov
2c41272f32 Added/Updated tests\bugs\gh_8091_test.py: Checked on 6.0.0.508-67d8e39 (intermediate build). 2024-10-25 18:58:49 +03:00
pavel-zotov
8d4f444954 Added/Updated tests\bugs\gh_8161_test.py: Splitted expected_out after fixed #8290 -- see notes. 2024-10-25 13:55:50 +03:00
pavel-zotov
d991658a61 Added/Updated tests\bugs\gh_8291_test.py: Checked on 6.0.0.502-d2f4cf6, 5.0.2.1542-ab50e20 (intermediate builds). 2024-10-25 01:05:31 +03:00
pavel-zotov
debd6ed3fd Added/Updated tests\bugs\gh_8290_test.py: Checked on 6.0.0.502-d2f4cf6, 5.0.2.1542-ab50e20 (intermediate builds). 2024-10-25 00:08:12 +03:00
pavel-zotov
d0a66d4f63 Added/Updated tests\bugs\gh_8241_test.py: dummy change to force QA scenario to check all FB versions. 2024-10-24 23:24:50 +03:00
pavel-zotov
c93d02de5f Added/Updated tests\bugs\gh_7748_test.py: added ref to gh_8249_test.py 2024-10-22 20:29:33 +03:00
pavel-zotov
063602005b Added/Updated tests\bugs\gh_8249_test.py: Checked on 6.0.0.485 -- all OK. No output to STDOUT, all queries finish with errors. 2024-10-22 20:29:09 +03:00
pavel-zotov
25dd99989d Added/Updated tests\bugs\core_4345_test.py: added combine_ouput=True in order to see failed details in annotations. 2024-09-29 23:11:41 +03:00
pavel-zotov
a26e1cce6b Added/Updated tests\bugs\gh_3357_test.py: added comment about related commit 2024-09-29 01:47:19 +03:00
pavel-zotov
f85816beb9 Added/Updated tests\bugs\gh_7118_test.py: added comment about related commit 2024-09-29 01:47:07 +03:00
pavel-zotov
75baaa8121 Added/Updated tests\bugs\gh_7398_test.py: Checked on 6.0.0.471, 5.0.2.1519, 4.0.6.3157. SEE NOTES. 2024-09-29 01:40:58 +03:00
pavel-zotov
c4e2af9b2c Added .zip that is needed for upcoming test bugs/gh_7398_test.py 2024-09-29 01:40:30 +03:00
pavel-zotov
f9366e4556 Added/Updated tests\bugs\gh_8263_test.py: Checked on 6.0.0.474, 5.0.2.1519. SEE NOTES. 2024-09-28 17:19:19 +03:00
pavel-zotov
dbcd5e8067 Increased ParallelWorkers: it must be greater than 1 because of tests/gh_8263_test.py - see notes there 2024-09-28 17:11:28 +03:00
pavel-zotov
ebc90eff48 Added/Updated tests\bugs\gh_8265_test.py: fixed wrong value of argument for 'driver_config.register_server()' call that caused another test fail with 'Server ... already registered' 2024-09-27 08:46:23 +03:00
pavel-zotov
89e3f717f8 Added/Updated tests\bugs\gh_8265_test.py: added comment 2024-09-26 11:31:15 +03:00
pavel-zotov
05df68c160 Added/Updated tests\bugs\gh_8265_test.py: Checked on 5.0.2.1516-92316F0 (intermediate snapshot 25.09.2024) 2024-09-26 11:28:54 +03:00
pavel-zotov
a3ba2b7669 Added/Updated tests\bugs\gh_8252_test.py: added comment about additional test for this issue: tests/functional/tabloid/test_aae2ae32.py 2024-09-26 10:50:19 +03:00
pavel-zotov
3fd3159708 Added/Updated tests\bugs\gh_8233_test.py: minor change - fixed typo 2024-09-26 10:48:49 +03:00
pavel-zotov
44dd2cdb34 Added/Updated tests\functional\tabloid\test_aae2ae32.py: Checked on 5.0.2.1516-92316F0 -- all ok: two hash joins instead of subquery. 2024-09-26 10:47:01 +03:00
pavel-zotov
b9c0379c0d Added/Updated tests\bugs\gh_8250_test.py: Checked on 6.0.0.467. NOTE: test currently has min_version=6.0, see notes. 2024-09-25 09:35:57 +03:00
pavel-zotov
a60b8c72cb Added/Updated tests\functional\tabloid\test_cc183f59.py: Checked on 6.0.0.467. See notes about MERGE JOIN selecting. 2024-09-25 00:09:52 +03:00
pavel-zotov
7f28961f1b Added/Updated tests\bugs\gh_8253_test.py: minor change: wrong alias name was in use, changed to correct. 2024-09-24 07:43:42 +03:00
pavel-zotov
9d34fda531 Added/Updated tests\functional\arno\optimizer\test_opt_inner_join_05.py: Changed substitutions: one need to suppress '(keys: N, total key length: M)' in FB 6.x after commit c50b0aa6 ('Add key info to the hash join plan output'). 2024-09-24 00:01:37 +03:00
pavel-zotov
25530f80bb Added/Updated tests\bugs\gh_7904_test.py: Changed substitutions: one need to suppress '(keys: N, total key length: M)' in FB 6.x after commit c50b0aa6 ('Add key info to the hash join plan output'). 2024-09-23 23:59:10 +03:00
pavel-zotov
ede28525bd Added/Updated tests\bugs\gh_8255_test.py: fixed forgotten import 2024-09-23 21:48:58 +03:00
pavel-zotov
bdb69722a7 Added/Updated tests\bugs\gh_8255_test.py: added skipif(platform.system() = 'Windows' according to ticket note about IFDEF WIN_NT. 2024-09-23 18:12:26 +03:00
pavel-zotov
6c67c080a4 Added/Updated tests\bugs\gh_8255_test.py: Checked on 6.0.0.466, 5.0.2.1513, 4.0.6.3156 2024-09-23 18:07:17 +03:00
pavel-zotov
cb6ed4b2eb Added/Updated tests\bugs\gh_8253_test.py: Checked on 6.0.0.466, 5.0.2.1513, 4.0.6.3156 2024-09-23 12:15:12 +03:00
pavel-zotov
a3cbdc9ece Added pre-defined alias required for bugs/gh_8253_test.py 2024-09-23 12:14:48 +03:00
pavel-zotov
c6c322001b Added/Updated tests\bugs\core_0986_test.py: dummy change in order to force all FB versions to be checked by subsequent QA run 2024-09-23 00:08:10 +03:00
pavel-zotov
e466c9de75 Added/Updated tests\bugs\gh_7846_test.py: Checked on 6.0.0.457; 5.0.2.1499; 4.0.5.3136. 2024-09-17 00:15:08 +03:00
pavel-zotov
e2e9a2b12c Added/Updated tests\bugs\gh_8115_test.py: Checked on 6.0.0.457, 5.0.2.1499. NOTE: plans differ in FB 5.x vs 6.x 2024-09-16 16:19:02 +03:00
pavel-zotov
6fced132bb Added .zip that is needed for upcoming test 2024-09-16 16:18:32 +03:00
pavel-zotov
aee78b8b69 Added/Updated tests\bugs\gh_5588_test.py: Minor change: fixed typo. 2024-09-15 12:30:15 +03:00
pavel-zotov
ca83a1bfa6 Added/Updated tests\bugs\gh_5589_test.py: Checked on 6.0.0.457, 5.0.2.1499 2024-09-15 12:29:43 +03:00
pavel-zotov
b604f005ea Added/Updated tests\bugs\gh_8252_test.py: Checked on 5.0.2.1499-5fa4ae6. 2024-09-14 13:46:05 +03:00
pavel-zotov
140ba94f6c Added/Updated tests\functional\tabloid\test_883200d1.py: Checked on 6.0.0.457 - all OK. 2024-09-13 22:09:28 +03:00
pavel-zotov
92e0fd027b Added/Updated tests\bugs\core_5118_test.py: dummy change in order to force subsequent QA run for all FB versions. 2024-09-12 21:04:46 +03:00
pavel-zotov
1e08690886 Added/Updated tests\bugs\core_5118_test.py: Replaced test query so that it does not use index navigation ('plan order') but still checks indexed access. Requested by dimitr, letters with subj 'core_5118_test', since 11.09.2024 17:26. Checked on 6.0.0.452, 5.0.2.1493, 4.0.5.3136, 3.0.13.33789 2024-09-12 12:31:24 +03:00
pavel-zotov
9afb73b053 Added/Updated tests\bugs\core_2051_test.py: Removed execution plan from expected output. Requested by dimitr. 2024-09-12 11:57:26 +03:00
pavel-zotov
1a3a9e0db7 Added/Updated tests\bugs\gh_8219_test.py: Confirmed problem on snapshotrs before 20-aug-2024 -- see notes. Test can be used only for ServerMode = Super or SuperClassic 2024-09-05 12:28:07 +03:00
pavel-zotov
17d8f37104 Added/Updated tests\bugs\gh_0731_test.py: ISQL must work with charset = utf8. Otherwise 'Expected end of statement, encountered EOF' will raise on Linux. 2024-09-05 10:07:37 +03:00
pavel-zotov
fb31b6c739 Added/Updated tests\functional\intl\test_non_ascii_firebird_and_trace_utf8.py: Checked 6.0.0.450, 5.0.2.1493, 4.0.6.3142 (on Windows). 2024-09-04 20:06:13 +03:00
pavel-zotov
b70f017488 Add marker 'intl' for tests which deal with non-ascii characters 2024-09-04 20:04:56 +03:00