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

921 Commits

Author SHA1 Message Date
pavel-zotov
b440e1a93d Added/Updated tests\bugs\core_6319_test.py: minor changes: added ref to gh-6728 (ex. CORE-6498), removed old commented code 2023-08-12 08:45:29 +03:00
pavel-zotov
c4f7e8e959 Added/Updated tests\bugs\gh_7670_test.py: increased min version to 4.0.2 according to the ticket info 2023-08-12 08:37:15 +03:00
pavel-zotov
9045290f54 Added/Updated tests\bugs\core_5674_test.py: Adjusted expected error text for FB 3.0.12: now it is the same as for FB 4.x+ 2023-08-12 08:31:35 +03:00
pavel-zotov
b6b533dae3 Added/Updated tests\bugs\gh_7698_test.py: Checked on 5.0.0.1155 -- all OK. 2023-08-05 09:14:28 +03:00
pavel-zotov
cae18186f8 Added/Updated tests\functional\arno\optimizer\test_opt_full_join_04.py: Adjusted plan to actual for FB 5.x after letter from dimitr. 2023-08-01 02:02:56 +03:00
pavel-zotov
317e4a06ba Added/Updated tests\bugs\core_4809_test.py: Adjusted expected execution plans for FB 5.x. Explained by dimitr, letter 31-JUL-2023 11:00, see notes. 2023-07-31 14:02:20 +03:00
pavel-zotov
02f6f92b19 Added/Updated tests\bugs\gh_7683_test.py: Checked on 5.0.0.1145, 4.0.3.2975 -- all fine. 2023-07-31 09:51:46 +03:00
pavel-zotov
e9321fc96b Added/Updated tests\bugs\core_5061_test.py: excluded from execution after discussion with dimitr. See notes. 2023-07-31 00:29:19 +03:00
pavel-zotov
9bf25ac8e6 Added/Updated tests\functional\arno\optimizer\test_opt_left_join_11.py: excluded from execution under FB 5.x: no more sense in it for this FB version. Discussed with dimitr, letter 30.07.2023 2023-07-31 00:16:39 +03:00
pavel-zotov
451f4d9ef1 Added/Updated tests\functional\arno\optimizer\test_opt_left_join_07.py: excluded from execution under FB 5.x: no more sense in it for this FB version. Discussed with dimitr, letter 30.07.2023 2023-07-31 00:15:38 +03:00
pavel-zotov
f524c3d410 Added/Updated tests\functional\arno\optimizer\test_opt_left_join_06.py: excluded from execution under FB 5.x: no more sense in it for this FB version. Discussed with dimitr, letter 30.07.2023 2023-07-31 00:14:33 +03:00
pavel-zotov
c6705b92c1 Added/Updated tests\functional\arno\optimizer\test_opt_left_join_03.py: excluded from execution under FB 5.x: no more sense in it for this FB version. Discussed with dimitr, letter 30.07.2023 2023-07-31 00:13:09 +03:00
pavel-zotov
cad9401645 Added/Updated tests\bugs\core_4710_test.py: Removed comparison of actual and expected STDOUT content because execution plan can change 2023-07-29 21:38:28 +03:00
pavel-zotov
a479c5339e Added/Updated tests\bugs\core_4131_test.py: Enclose query in execute block so that no output will be if it completes successfully. 2023-07-29 21:30:16 +03:00
pavel-zotov
a1e3da0865 Added/Updated tests\functional\tabloid\test_crash_when_too_long_username_for_auth.py: see notes 2023-07-20 00:17:29 +03:00
pavel-zotov
198bbad2dd Added/Updated tests\bugs\core_5674_test.py: adjusted check of version for definition of apropriate error text (changed FB 4.x and 5.x). Added comments. 2023-07-19 12:24:24 +03:00
pavel-zotov
e1c597fa38 Added/Updated tests\bugs\gh_7382_test.py: added comments and results for both machines - home and IBSurgeon test server 2023-07-19 11:58:54 +03:00
pavel-zotov
9bece10914 Added/Updated tests\bugs\gh_7382_test.py: Increased values of N_BLOB_FINAL_LEN and N_COUNT_PER_MEASURE, reduced value of N_MEASURES 2023-07-19 11:35:13 +03:00
pavel-zotov
e769dc22ec Added/Updated tests\bugs\gh_7638_test.py: Checked on 4.0.3.2966 (after backport 08-JUL-2023). Adjusted min_version. 2023-07-19 00:22:52 +03:00
pavel-zotov
be336890df Added/Updated tests\bugs\gh_7670_test.py: Checked on 4.0.3.2966, 5.0.0.1121: all OK. 2023-07-19 00:19:25 +03:00
pavel-zotov
09a3a2fade Added/Updated tests\bugs\gh_7651_test.py: Adjusted min_version. Checked on 3.0.11.33695, 4.0.3.2956 -- all fine. 2023-07-19 00:00:32 +03:00
pavel-zotov
d330da8e2a Added/Updated tests\bugs\gh_7664_test.py: Checked on 3.0.11.33695, 4.0.3.2966, 5.0.0.1121: all OK. 2023-07-18 23:57:07 +03:00
pavel-zotov
30f3a65cb7 Added/Updated tests\bugs\gh_7665_test.py: Checked on 3.0.11.33695, 4.0.3.2966, 5.0.0.1121: all OK. 2023-07-18 23:44:46 +03:00
pavel-zotov
5628999229 ENABLED execution of on Linux when ServerMode = Classic after letter from dimitr 13-JUL-2023 12:58. 2023-07-18 17:40:55 +03:00
pavel-zotov
1fb3b0e493 Added/Updated tests\bugs\gh_7382_test.py: fixed dummy error in comparison: GREATER instead of GREATER or EQUAL. 2023-07-18 14:11:01 +03:00
pavel-zotov
8ac032e414 Added/Updated tests\bugs\gh_7382_test.py: added details to the output when median of execution time ratios become greater than threshold. 2023-07-18 12:25:25 +03:00
pavel-zotov
ca54b8e300 Added/Updated tests\bugs\core_5463_test.py: Adjusted STDERR text after changes related to fixed gh-7638. See comments inside test. 2023-07-18 11:54:37 +03:00
pavel-zotov
46f0a50f9a Added/Updated tests\bugs\core_5674_test.py: Adjusted expected error text for FB 5.x: it now contains not only errors but also warnings about non-used CTEs. 2023-07-18 11:02:26 +03:00
pavel-zotov
424864fcfb Added/Updated tests\bugs\gh_7638_test.py: Checked on 5.0.0.1093 (intermediate build). 2023-06-28 15:50:36 +03:00
pavel-zotov
7093239465 Added/Updated tests\bugs\core_5337_test.py: Regression detected with 'UPDATE OR INSERT' statement (it was missed in original version of this test), added appropriate EXECUTE BLOCK. 2023-06-27 13:32:38 +03:00
pavel-zotov
c9a2075b04 Added/Updated tests\bugs\gh_7651_test.py: Confirmed bug on 4.0.3.2955. Checked on 4.0.3.2956 -- all fine. 2023-06-27 13:26:16 +03:00
pavel-zotov
5054542f21 Added/Updated tests\functional\basic\isql\test_02.py: adjusted output after commit that fixed #7475 2023-06-27 00:28:22 +03:00
pavel-zotov
878e1a2553 Added/Updated tests\functional\basic\isql\test_03.py: adjusted output after commit that fixed #7475 2023-06-27 00:26:04 +03:00
pavel-zotov
959e5ca3a2 Added/Updated tests\bugs\gh_7046_test.py: check ability to see comments to mapping in extacted metadata. Replaced text of comments to non-ascii. 2023-06-27 00:11:31 +03:00
pavel-zotov
4cc1039736 Added/Updated tests\bugs\gh_7642_test.py: Checked on 5.0.0.1087: all OK. 2023-06-26 22:57:55 +03:00
pavel-zotov
e0f194f67c minor change in oltp-emul-05_main_tabs_filling.sql: commented out debug query that displayed active trigger names 2023-06-20 09:44:58 +03:00
pavel-zotov
ebb773488d Merge branch 'master' of https://github.com/FirebirdSQL/firebird-qa 2023-06-20 09:38:16 +03:00
pavel-zotov
8796afbfac Added/Updated tests\functional\datatypes\test_int128_binary_operations.py: Adjusted output - see notes. 2023-06-20 09:30:03 +03:00
pavel-zotov
5923afd26b Updated tests\bugs\core_5750_test.py: adjust expected stdout/stderr to current FB version. 2023-06-17 07:45:23 +03:00
Pavel Císař
ca8e21b5a0
Merge pull request #18 from ant-zuev/start_time_info
Add test start time info to terminal report.
2023-06-16 12:05:54 +02:00
pavel-zotov
ea1febdeda Added/Updated tests\functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py: Refactored, see notes. 2023-06-08 17:35:15 +03:00
pavel-zotov
1b30c9da24 Added/Updated tests\bugs\gh_7554_test.py: Checked on 5.0.0.1050: all OK. 2023-06-04 15:59:27 +03:00
pavel-zotov
305dc3318c Added/Updated tests\bugs\gh_7604_test.py: moved DDL with non-ascii text into 'init_sql' to be executed on initial phase, otherwise get exception UnicodeEncodeError: 'charmap' codec can not encode characters in position 208-211: character maps to [undefined]. 2023-06-04 10:22:26 +03:00
pavel-zotov
80521671ee Added/Updated tests\bugs\gh_7611_test.py: Checked on 4.0.3.2950, 5.0.0.1067 - all fine. 2023-06-04 09:02:07 +03:00
pavel-zotov
bbd332d6c8 Added .fbk files needed for tests gh_7610_test.py and gh_7611_test.py 2023-06-04 08:55:45 +03:00
pavel-zotov
23f8166933 Added/Updated tests\bugs\gh_7604_test.py: Checked on 4.0.3.2947, 5.0.0.1063 -- all fine. 2023-06-04 00:01:30 +03:00
pavel-zotov
ab84adb794 Added/Updated tests\bugs\gh_7610_test.py: checked on 4.0.3.2948 and 5.0.0.1065. See notes. 2023-06-03 22:56:50 +03:00
pavel-zotov
930027a0d5 Added/Updated tests\bugs\gh_7599_test.py: Checked on 5.0.0.1066 2023-06-03 10:32:23 +03:00
pavel-zotov
434b822360 Added/Updated tests\bugs\core_5750_test.py: adjusted expected STDERR for binary characters in the string literal that can not be converted to date. See notes. 2023-06-03 09:55:32 +03:00
pavel-zotov
0bab0127c1 Added/Updated tests\functional\datatypes\test_decfloat_exceptions_trapping.py: Adjusted expected-section after discuss with Alex. 2023-06-02 22:18:57 +03:00