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

1333 Commits

Author SHA1 Message Date
pavel-zotov
559a0b0e8c Added/Updated tests\bugs\gh_7687_test.py: Removed 'rand()' in order to have predictable values in table column. Use mod() instead. 2023-12-19 12:06:14 +03:00
pavel-zotov
58caaa8239 Added/Updated tests\bugs\gh_7466_plans_tracking_test.py: Removed 'rand()' in order to have predictable values in table column. Use mod() instead. 2023-12-19 12:02:40 +03:00
pavel-zotov
d8b36f81de Added/Updated tests\bugs\gh_7921_test.py: Checked on 6.0.0.180. NOTE: currently test runs only for FB 6.x 2023-12-18 23:36:52 +03:00
pavel-zotov
dc1c5bbcfe Added/Updated tests\bugs\gh_7904_test.py: minor changes: make initial SQL same as in gh_7921_test.py 2023-12-18 23:36:27 +03:00
pavel-zotov
66103fa080 Added/Updated tests\bugs\gh_7904_test.py: Checked on 5.0.0.1303, 6.0.0.180 2023-12-18 22:37:16 +03:00
pavel-zotov
1a548baee6 Added/Updated tests\bugs\gh_7853_test.py: see notes 2023-12-18 01:07:14 +03:00
pavel-zotov
f5dcb7d31c Added/Updated tests\bugs\gh_7804_test.py: dummy replacement of non-ascii cyrillic 'es' with latin 'c' 2023-12-17 02:12:39 +03:00
pavel-zotov
f21320a5d8 Added/Updated tests\bugs\core_6282_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 14:11:43 +03:00
pavel-zotov
c07e96f70b Merge branch 'master' of https://github.com/FirebirdSQL/firebird-qa 2023-12-16 14:08:02 +03:00
pavel-zotov
a6bdb6748d Added/Updated tests\functional\tabloid\test_333be4bf.py: minor correction: removed several old commented lines 2023-12-16 14:04:16 +03:00
pavel-zotov
08bcaa46bd Added/Updated tests\functional\session\test_alter_session_reset_decfloat.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. 2023-12-16 14:01:48 +03:00
pavel-zotov
a4f0822afd Added/Updated tests\functional\monitoring\test_03.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:59:36 +03:00
pavel-zotov
61fd78a697 Added/Updated tests\functional\intfunc\date\test_dateadd_07.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:50:59 +03:00
pavel-zotov
c0530f06b9 Added/Updated tests\functional\intfunc\avg\test_06.py: see notes 2023-12-16 13:48:45 +03:00
pavel-zotov
1533f9da0f Added/Updated tests\functional\gtcs\test_dsql_domain_01.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:31:16 +03:00
pavel-zotov
8bb10ba7f5 Added/Updated tests\functional\gtcs\test_crash_of_group_by_varchar_4000.py: Added 'Error reading/writing' in substitutions: messages caused by crash must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:29:18 +03:00
pavel-zotov
d1345a1cb6 Added/Updated tests\functional\gtcs\test_computed_fields_12.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:20:35 +03:00
pavel-zotov
36ee1358d8 Added/Updated tests\functional\datatypes\test_miscelan_binding.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:02:06 +03:00
pavel-zotov
e22c1da850 Added/Updated tests\functional\datatypes\test_decfloat_parsing_scaled_integers_and_bigint_max_min.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 12:58:45 +03:00
pavel-zotov
7b6d3b5d90 Added/Updated tests\functional\datatypes\test_decfloat_binding_to_other_types.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 12:55:46 +03:00
Pavel Zotov
042a609aff
Merge pull request #20 from FirebirdSQL/work/docker
Make it possible to run with docker in Linux
2023-12-16 12:46:24 +03:00
pavel-zotov
3c365afaa3 Added/Updated tests\bugs\gh_7804_test.py: Adjusted output to recent changes in FB, сurrently only for FB 5.x. Output for FB 6.x will be changed later. 2023-12-16 12:37:40 +03:00
pavel-zotov
f74c936808 Added/Updated tests\bugs\core_2078_test.py: Removed output of execution plans after note by dimitr. This test probably needs to be re-implemented because initially it was designed for check NESTED LOOPS. 2023-12-16 00:42:45 +03:00
pavel-zotov
56b765306e Added/Updated tests\functional\arno\optimizer\test_opt_inner_join_05.py: adjusted expected output according to recent FB 5.x and 6.x versions. Re-implemented: check explained plan instead of legacy one. Data not shown. See notes. 2023-12-15 14:31:56 +03:00
pavel-zotov
c0ffb0fbce Added/Updated tests\functional\database\create\test_12.py: set SKIP mark because this test has been replaced with 'test_00.py' 2023-12-14 21:58:18 +03:00
pavel-zotov
50ce0edc74 Added/Updated tests\functional\database\create\test_07.py: set SKIP mark because this test has been replaced with 'test_00.py' 2023-12-14 21:58:08 +03:00
pavel-zotov
db53bf32ea Added/Updated tests\functional\database\create\test_06.py: set SKIP mark because this test has been replaced with 'test_00.py' 2023-12-14 21:58:01 +03:00
pavel-zotov
8c43c9cb33 Added/Updated tests\functional\database\create\test_05.py: set SKIP mark because this test has been replaced with 'test_00.py' 2023-12-14 21:57:52 +03:00
pavel-zotov
cc5a485801 Added/Updated tests\functional\database\create\test_04.py: set SKIP mark because this test has been replaced with 'test_00.py' 2023-12-14 21:57:44 +03:00
pavel-zotov
927fa97554 Added/Updated tests\functional\database\create\test_03.py: set SKIP mark because this test has been replaced with 'test_00.py' 2023-12-14 21:57:33 +03:00
pavel-zotov
9eabcba185 Added/Updated tests\functional\database\create\test_00.py: common test for diff values of page_size. Replacement for old tests - see notes. 2023-12-14 21:53:33 +03:00
pavel-zotov
642cf2e7c4 Added/Updated tests\functional\basic\isql\test_03.py: removed old comment 2023-12-14 20:57:47 +03:00
pavel-zotov
7624cc770b Added/Updated tests\functional\basic\isql\test_07.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Removed 'pytest.skip' for FB 5.x+ because this feature was frontported to these FB versions. 2023-12-14 20:55:43 +03:00
pavel-zotov
deebc8a3b1 Added/Updated tests\bugs\gh_7749_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:54:58 +03:00
pavel-zotov
0e826dbced Added/Updated tests\bugs\gh_7730_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:52:15 +03:00
pavel-zotov
812a70c7a5 Added/Updated tests\bugs\gh_7604_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:50:58 +03:00
pavel-zotov
cc3ac5e1c5 Added/Updated tests\bugs\gh_7558_test.py: adjusted nbotes block 2023-12-14 19:50:19 +03:00
pavel-zotov
d9ad689e3f Added/Updated tests\bugs\gh_7558_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:48:27 +03:00
pavel-zotov
584440cc6c Added/Updated tests\bugs\gh_7482_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:44:34 +03:00
pavel-zotov
de8441585c Added/Updated tests\bugs\gh_7256_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. 2023-12-14 19:42:41 +03:00
pavel-zotov
0832e345b8 Added/Updated tests\bugs\gh_7123_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:39:30 +03:00
pavel-zotov
2ce38a5ea0 Added/Updated tests\bugs\gh_7025_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:36:31 +03:00
pavel-zotov
e411bd8634 Added/Updated tests\bugs\gh_6987_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:30:22 +03:00
pavel-zotov
dc20c186b3 Added/Updated tests\bugs\gh_6874_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:29:30 +03:00
pavel-zotov
fd57b25d28 Added/Updated tests\bugs\gh_6845_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:28:14 +03:00
pavel-zotov
a9efbc38d4 Added/Updated tests\bugs\gh_6816_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:21:32 +03:00
pavel-zotov
4b1dea4ad4 Added/Updated tests\bugs\gh_6812_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:20:23 +03:00
pavel-zotov
2b9c601e25 Added/Updated tests\bugs\gh_6797_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 20:34:06 +03:00
pavel-zotov
dda4290b55 Added/Updated tests\bugs\core_6987_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 20:31:52 +03:00
pavel-zotov
9481ce7411 Added/Updated tests\bugs\core_6444_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 20:27:54 +03:00