6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-23 05:53:06 +01:00
Commit Graph

784 Commits

Author SHA1 Message Date
pavel-zotov
d2180b5d84 Added/Updated tests\bugs\core_5077_test.py: Max waiting time for encryption/decryption to complete must be separated for different OS. MAX_WAIT_FOR_ENCR_FINISH_WIN and MAX_WAIT_FOR_ENCR_FINISH_NIX settings are used now from QA_GLOBALS['encryption'] instead of old MAX_ENCRYPT_DECRYPT_MS. 2023-03-11 10:45:47 +03:00
pavel-zotov
5a1b144d4d Added/Updated tests\bugs\core_4524_test.py: Max waiting time for encryption/decryption to complete must be separated for different OS. MAX_WAIT_FOR_ENCR_FINISH_WIN and MAX_WAIT_FOR_ENCR_FINISH_NIX settings are used now from QA_GLOBALS['encryption'] instead of old MAX_ENCRYPT_DECRYPT_MS. 2023-03-11 10:42:07 +03:00
pavel-zotov
53a4107c3d Added/Updated tests\bugs\core_6163_test.py: Max waiting time for encryption/decryption to complete must be separated for different OS. MAX_WAIT_FOR_ENCR_FINISH_WIN and MAX_WAIT_FOR_ENCR_FINISH_NIX settings are used now from QA_GLOBALS['encryption'] instead of old MAX_ENCRYPT_DECRYPT_MS. 2023-03-11 10:39:55 +03:00
pavel-zotov
840a554a6e Added/Updated tests\bugs\core_6071_test.py: Max waiting time for encryption/decryption to complete must be separated for different OS. MAX_WAIT_FOR_ENCR_FINISH_WIN and MAX_WAIT_FOR_ENCR_FINISH_NIX settings are used now from QA_GLOBALS['encryption'] instead of old MAX_ENCRYPT_DECRYPT_MS. 2023-03-11 10:34:50 +03:00
pavel-zotov
a32216f0cd Added/Updated tests\bugs\gh_6947_test.py: minor correction of comment 2023-03-11 10:27:35 +03:00
pavel-zotov
024fa7baaa Added/Updated tests\bugs\gh_6947_test.py: Marked as SKIPPED because covered by core_6048_test. Probably will be deleted soon. 2023-03-11 10:25:52 +03:00
pavel-zotov
06c7753c78 Added/Updated tests\bugs\gh_7200_test.py: removed unused variable 2023-03-11 10:09:11 +03:00
pavel-zotov
4f56bdc67e Added/Updated tests\bugs\core_6048_test.py: minor correction of comment 2023-03-11 10:04:23 +03:00
pavel-zotov
ffe2049dc4 Added/Updated tests\bugs\core_6048_test.py: re-implemented: it is enough to see only few different values of mon$database.mon$crypt_page while encryption is running. See notes in the test. 2023-03-11 10:00:53 +03:00
pavel-zotov
9a015031bf Added/Updated tests\bugs\gh_7501_test.py: Checked on 5.0.0.972; 4.0.3.2907 2023-03-11 00:40:03 +03:00
Pavel Zotov
486c4ad0dc
Merge pull request #14 from ant-zuev/add_tests_alter_trigger
Add tests for ALTER TRIGGER from fbtest.
2023-03-10 19:46:57 +03:00
Pavel Zotov
36faaa6d3e
Merge pull request #13 from ant-zuev/add_test_gh_6987
Add a test tests/bugs/gh_6987_test.py from fbtest.
2023-03-10 19:43:29 +03:00
Pavel Zotov
f7cd756e9f
Merge pull request #12 from ant-zuev/add_test_gh_6778
Add a test tests/bugs/gh_6778_test.py from fbtest.
2023-03-10 19:35:43 +03:00
Pavel Zotov
d5dccfd1f5
Update gh_6778_test.py
Minor change: provide two backslashes for each regexp special character.
2023-03-10 19:34:45 +03:00
pavel-zotov
3e36cef652 Removed test that was replaced by two ones: core_3690_dialect_1_test.py and core_3690_dialect_3_test.py 2023-03-10 19:10:32 +03:00
pavel-zotov
78721b418b Added/Updated tests\bugs\core_3690_dialect_3_test.py: restored test that was missed during migration. Thanks to Anton Zuev. 2023-03-10 19:09:45 +03:00
pavel-zotov
dd77299b70 Added/Updated tests\bugs\core_3690_dialect_1_test.py: restored test that was missed during migration. Thanks to Anton Zuev. 2023-03-10 19:09:36 +03:00
Anton Zuev
091a25f6c8 Add tests for ALTER TRIGGER from fbtest. 2023-03-10 16:41:49 +03:00
Anton Zuev
6f6a80883a Add a test tests/bugs/gh_6987_test.py from fbtest. 2023-03-10 15:51:08 +03:00
Anton Zuev
51018f7690 Add a test tests/bugs/gh_6778_test.py from fbtest. 2023-03-10 15:38:33 +03:00
Pavel Zotov
bc76b654c8
Merge pull request #10 from ant-zuev/add_test_trunc_function
Add a test for TRUNC function
2023-03-10 13:52:59 +03:00
pavel-zotov
48025dfd6e Added/Updated tests\functional\datatypes\test_miscelan_binding.py: minor change: backslash for regexp special characters must be specified twise in order to avoit warnings 2023-03-10 13:51:13 +03:00
Anton Zuev
116ab4a4b2 Add a test for TRUNC function. 2023-03-10 12:39:13 +03:00
Anton Zuev
9feb70a5b8 Add a test tests/functional/datatypes/test_miscelan_binding.py from fbtest. 2023-03-10 10:47:00 +03:00
Anton Zuev
1d6878f080 Add a test tests/functional/datatypes/test_int128_agregate_functions.py from fbtest 2023-03-10 10:47:00 +03:00
Anton Zuev
208855b192 Add a test tests/functional/datatypes/test_decfloat_ordering_rules.py from fbtest. 2023-03-10 10:47:00 +03:00
Anton Zuev
a463953ed9 Revert "Merge branch 'master' of github.com:ant-zuev/firebird-qa-ant"
This reverts commit 99a3aebc58, reversing
changes made to 7f14175f7a.
2023-03-10 10:46:19 +03:00
Anton Zuev
034b469851 Merge remote-tracking branch 'upstream/master' 2023-03-10 10:15:38 +03:00
pavel-zotov
f31ae40749 Added/Updated tests\bugs\gh_7488_test.py: Checked on intermediate builds 5.0.0.970; 4.0.3.2906 2023-03-10 00:36:34 +03:00
pavel-zotov
16d07d6101 Added/Updated tests\functional\arno\optimizer\test_opt_multi_index_selection_06.py: -m Adjusted allowed versions: FB 3.x and 4.x issue same execution plan. Plan in FB 5.x differs. Version 5.x is not checked currently. Wait for resolution. 2023-03-09 14:10:06 +03:00
Anton Zuev
82c72f4ee9 Merge branch 'master' of https://github.com/FirebirdSQL/firebird-qa 2023-03-09 13:46:31 +03:00
Anton Zuev
ec8a2227a3 Merge branch 'add_tests_optimizer' 2023-03-09 13:46:04 +03:00
Anton Zuev
99a3aebc58 Merge branch 'master' of github.com:ant-zuev/firebird-qa-ant 2023-03-09 13:45:37 +03:00
Anton Zuev
479e885476
Merge pull request #1 from ant-zuev/add_tests_derived_table
Add tests derived table
2023-03-09 13:42:37 +03:00
Pavel Zotov
bb2a02d75f
Merge pull request #8 from ant-zuev/add_tests_optimizer
Add tests for optimizer from fbtest.
2023-03-09 12:46:31 +03:00
pavel-zotov
f34e1615a8 Added/Updated tests\bugs\gh_6220_test.py: Increased threshold from 1.3 to 1.8 2023-03-09 11:35:45 +03:00
Anton Zuev
68492ca2a0 Restrict a version of the test tests/functional/arno/optimizer/test_opt_multi_index_selection_06.py to 3.0. 2023-03-09 10:38:13 +03:00
Anton Zuev
07b7af8652 Add a test tests/functional/arno/optimizer/test_opt_single_index_selection_04.py from fbtest. 2023-03-09 10:25:37 +03:00
pavel-zotov
7d2a86717f Added tests that were missed after migration from FBT. Thanks to Anton Zuev. Checked on 3.0.11.33665, 4.0.3.2904, 5.0.0.970 2023-03-09 10:23:44 +03:00
Anton Zuev
841cdcb554 Add a test tests/functional/arno/optimizer/test_opt_multi_index_selection_06.py from fbtest. 2023-03-09 10:19:29 +03:00
Anton Zuev
c889f96846 Add a test tests/functional/arno/derived_tables/test_27.py from fbtest. 2023-03-09 09:41:36 +03:00
Anton Zuev
6f5894e085 Add a test tests/functional/arno/derived_tables/test_26.py from fbtest. 2023-03-09 09:41:25 +03:00
Anton Zuev
5191587217 Add a test tests/functional/arno/derived_tables/test_25.py from fbtest. 2023-03-09 09:29:55 +03:00
Anton Zuev
fe8a91ee0f Add a test tests/functional/arno/derived_tables/test_24.py from fbtest. 2023-03-09 09:29:45 +03:00
Anton Zuev
c3bb73e10a Add a test tests/functional/arno/derived_tables/test_23.py from fbtest. 2023-03-09 09:23:18 +03:00
pavel-zotov
0de3c5e9e8 Added/Updated tests\bugs\core_5602_test.py: Checked on 3.0.11.33665, 4.0.3.2904, 5.0.0.970 2023-03-08 14:37:15 +03:00
pavel-zotov
8059e7f8b7 Added/Updated tests\bugs\core_6095_test.py: Reimplemented again. See notes. 2023-03-07 19:19:08 +03:00
pavel-zotov
67ff49b951 Added/Updated tests\functional\arno\optimizer\test_opt_full_join_03.py: Replaced WHERE-expr: added coalesce() after discussion with dimitr. Checked on 3.0.11.33665, 4.0.3.2904, 5.0.0.970 2023-03-07 17:19:59 +03:00
pavel-zotov
796854a2f6 Added/Updated tests\functional\arno\optimizer\test_opt_full_join_02.py: Replaced WHERE-expr: added coalesce() after discussion with dimitr. Checked on 3.0.11.33665, 4.0.3.2904, 5.0.0.970 2023-03-07 17:16:17 +03:00
pavel-zotov
34f1623498 Added/Updated tests\bugs\core_5696_test.py: minor change: added descr. from fbt 2023-03-07 16:56:30 +03:00
pavel-zotov
dcbb095124 Added/Updated tests\bugs\core_5696_test.py: Checked on 4.0.3.2904, 5.0.0.970 2023-03-07 16:54:46 +03:00
pavel-zotov
5ae860dbb1 Added/Updated tests\bugs\core_0190_test.py: Checked on 3.0.11.33665, 4.0.3.2904, 5.0.0.970 2023-03-07 16:42:04 +03:00
pavel-zotov
16af5f2e5d Added/Updated tests\bugs\core_5793_test.py: minor change: added message for better diagnostics 2023-03-07 13:42:37 +03:00
pavel-zotov
929d9e1dac Added/Updated tests\bugs\gh_7106_test.py: Checked on 5.0.0.379, 5.0.0.970, 4.0.3.2904, 3.0.11.33665 -- all OK. 2023-03-06 23:09:54 +03:00
pavel-zotov
087aaff641 Added/Updated tests\bugs\gh_6872_test.py: slightly increased ADDED_COLL_TIME_MAX_RATIO because of failed test on Debian-11 when checked 5.0.0.970 SS. 2023-03-05 18:41:14 +03:00
pavel-zotov
26262424f1 Added/Updated tests\bugs\core_0733_test.py: slightly increased MAX_CPU_RATIO_TXT2BIN_WCOMPR_OFF because of failed test on Debian-11 when checked 5.0.0.970 SS. 2023-03-05 18:36:44 +03:00
pavel-zotov
127e46a764 Added/Updated tests\bugs\gh_7167_test.py: re-implemented in order to run both on Windows and Linux. See notes. 2023-03-05 17:50:00 +03:00
pavel-zotov
6f839d8f1f Added/Updated tests\bugs\core_6095_test.py: reimplemented. See notes. 2023-03-05 11:52:55 +03:00
pavel-zotov
20d7865c0f Added/Updated tests\functional\blob\test_rdb_blob_util_basic.py: elevated min_version to 5.0 because rdb$blob_util package does not exists in FB 4.x 2023-03-05 08:57:02 +03:00
pavel-zotov
db76332dc5 Added/Updated tests\bugs\core_5470_test.py: Reimplementedб ыуу тщеуы шт еру еуые ыщгксу 2023-03-04 23:54:40 +03:00
pavel-zotov
96ef8484d4 Added/Updated tests\bugs\core_5887_trusted_role_test.py: Computer name must be converted to UPPERCASE, otherwise test fails. 2023-03-04 21:57:47 +03:00
pavel-zotov
97f7d166d8 Updated tests\functional\basic\isql\test_02.py: adjust expected stdout/stderr to current FB version. 2023-03-04 21:47:44 +03:00
pavel-zotov
b3226eebec Updated tests\bugs\core_5488_session_idle_test.py: adjust expected stdout/stderr to current FB version. 2023-03-04 21:37:24 +03:00
pavel-zotov
3d47f0cb13 Added/Updated tests\bugs\core_5236_test.py: Expected output was splitted because it differs in FB 5.x 2023-03-04 21:31:52 +03:00
pavel-zotov
5ae25e0179 Updated C:\FBTESTING\qa\firebird-qa\tests\bugs\core_4809_test.py: adjust expected stdout/stderr to current FB version. 2023-03-04 21:26:18 +03:00
pavel-zotov
e02e703539 Added/Updated tests\bugs\core_4319_test.py: Removed assert: requirement about empty trace must be removed because 'FAILED ATTACH_DATABASE' presents in the trace for recent FB 4.x and 5.x 2023-03-04 20:14:17 +03:00
pavel-zotov
8418aa1c97 Added/Updated tests\bugs\core_3064_test.py: Expected output was splitted because FB 5.x now *allows* execution w/o error. 2023-03-04 19:53:40 +03:00
pavel-zotov
7ea48326b3 Added/Updated tests\bugs\core_2078_test.py: Splitted expected out because of changed explained_plan in FB 5.x. 2023-03-04 19:44:47 +03:00
pavel-zotov
eb7c3b1286 Added/Updated tests\bugs\core_4447_test.py: added substitutions for ignoring phrases with line/column numbers in the execution plan (difference was introduced in FB 5.x) 2023-03-04 19:33:50 +03:00
pavel-zotov
4f1534bf61 Added/Updated tests\bugs\core_4379_test.py: added substitutions for ignoring phrases with line/column numbers in the execution plan (difference was introduced in FB 5.x) 2023-03-04 19:32:07 +03:00
pavel-zotov
1b150c8f1f Added/Updated tests\bugs\core_4318_test.py: Splitted expected out because of changed explained_plan in FB 5.x. Added substitutions because plan in FB 5.x contains concrete numbers of line and column 2023-03-04 19:28:05 +03:00
pavel-zotov
eca54af2eb Added/Updated tests\bugs\core_2650_test.py: Splitted expected out because of changed explained_plan in FB 5.x 2023-03-04 19:19:28 +03:00
pavel-zotov
7f4391d247 Added/Updated tests\bugs\core_2303_test.py: Refactored: use python code instead of SQL with two cursors, in order to escape from dependency of possible explained plan changes in the future 2023-03-04 19:13:26 +03:00
pavel-zotov
430588c564 Updated tests\bugs\core_1549_test.py: adjust expected stdout/stderr to current FB version. 2023-03-04 18:49:13 +03:00
pavel-zotov
3ac3b20336 Added/Updated tests\bugs\core_5061_test.py: Separated query for FB 5.x: length of explained plan in previous version of query exceeded 64K. 2023-03-04 16:33:14 +03:00
pavel-zotov
1955ab2a6b Updated tests\bugs\gh_0310_test.py: adjust expected stdout/stderr to current FB version. 2023-03-04 15:56:45 +03:00
pavel-zotov
c20ad3b7e2 Added/Updated tests\bugs\core_4731_test.py: Separated code for FB-4x because it allows now statement 'delete from RDB$BACKUP_HISTORY ...' 2023-03-04 15:52:20 +03:00
pavel-zotov
9e1d581383 Added/Updated tests\bugs\core_6362_test.py: additional comments 2023-03-04 12:27:18 +03:00
pavel-zotov
cd205402cc Added/Updated tests\bugs\gh_7165_test.py: added mark to be executed only on Windows 2023-03-04 12:26:58 +03:00
pavel-zotov
b13bee1ee1 Added/Updated tests\bugs\gh_3357_test.py: Checked on 5.0.0.970, 4.0.3.2904, 3.0.11.33665. Test must verify that execution plan uses NESTED LOOPS rather than HASH JOIN. Because of this, tables must be filled with approximately equal volume of data. 2023-03-04 12:18:05 +03:00
pavel-zotov
b671a259ad Added/Updated tests\functional\tabloid\test_remote_access_to_security_db.py: DISABLED execution: see notes. 2023-03-04 01:48:28 +03:00
pavel-zotov
25f4dd553c Added/Updated tests\bugs\core_5948_test.py: Fixed wrong usage of driver_config.register_database() instance. Checked on 5.0.0.967 SS/CS, 4.0.3.2904 SS/CS, 3.0.11.33665 SS/CS 2023-03-04 01:36:20 +03:00
pavel-zotov
2daab6206d Added/Updated tests\bugs\gh_7493_test.py: Checked on 5.0.0.970. 2023-03-04 01:02:14 +03:00
pavel-zotov
4f72926fd5 Added/Updated tests\bugs\gh_7186_test.py: Checked on 5.0.0.967 SS/CS, 4.0.3.2904 SS/CS -- all fine. 2023-03-04 00:49:15 +03:00
pavel-zotov
765cc542a3 Added/Updated tests\bugs\gh_7256_test.py: Checked on 5.0.0.967, 4.0.3.2904 (intermediate build 03-mar-2023 12:33). Adjusted notes. 2023-03-03 17:29:36 +03:00
pavel-zotov
2dae2778ad Added/Updated tests\bugs\gh_7482_test.py: Checked on 5.0.0.967, 4.0.3.2904 (intermediate build 03-mar-2023 12:33). Adjusted notes. 2023-03-03 17:29:24 +03:00
pavel-zotov
f4fa586ddf Added/Updated tests\bugs\gh_7482_test.py: see notes in the test 2023-03-03 15:06:17 +03:00
pavel-zotov
3c092813ab Added/Updated tests\bugs\gh_7256_test.py: see notes in the test 2023-03-03 15:03:58 +03:00
pavel-zotov
0aa8320919 Added/Updated tests\bugs\core_0733_test.py: Fixed wrong usage of driver_config.register_database() instance, added check for properly selected protocol. See other notes in the test source. 2023-03-03 14:42:58 +03:00
pavel-zotov
876164c853 Added/Updated tests\bugs\core_6348_test.py: Fixed wrong usage of driver_config.register_database() instance, added check for properly selected protocol. See other notes in the test source. 2023-03-03 13:40:40 +03:00
pavel-zotov
b5339a9eb3 Added/Updated tests\bugs\gh_7200_test.py: replaced comment about Classic 4.0.2.2772 2023-03-03 00:50:30 +03:00
pavel-zotov
5101753761 Added/Updated tests\bugs\gh_7200_test.py: C:\FBTESTING\qa\firebird-qa\git-commit-adjust-output.bat gh_7200_test.py re-implemented with using ISQL for drop databae. See notes inside. 2023-03-03 00:15:07 +03:00
pavel-zotov
d61d32a39a Added/Updated tests\bugs\gh_7164_test.py: reduced min_version according to ticket 2023-03-02 22:44:11 +03:00
pavel-zotov
2550a716fc Added/Updated tests\bugs\gh_7484_test.py: reduced min_version to 4.0.3 2023-03-02 19:01:05 +03:00
pavel-zotov
fd3821985f Added/Updated tests\bugs\gh_7484_test.py: Checked on 5.0.0.957 - all OK. 2023-03-02 19:00:02 +03:00
pavel-zotov
85faa9ac41 Added/Updated tests\bugs\gh_7168_test.py: Checked on: 4.0.3.2904, 5.0.0.475 -- all OK. 2023-03-02 11:45:52 +03:00
pavel-zotov
762e41402d Added/Updated tests\bugs\gh_7129_test.py: Checked on 4.0.3.2904, 5.0.0.964 - all OK. 2023-03-01 22:25:55 +03:00
pavel-zotov
142163f4e8 Added/Updated tests\bugs\gh_7474_test.py: Checked on 5.0.0.964, intermediate build with timestamp 01-mar-2023 08:00. All fine. 2023-03-01 22:17:15 +03:00
pavel-zotov
66ae194ee0 Added/Updated tests\bugs\gh_7108_test.py: Checked on 4.0.3.2904, 5.0.0.964. 2023-03-01 21:52:31 +03:00
pavel-zotov
788a2ffe50 Added/Updated tests\bugs\gh_7413_test.py: Checked on 3.0.11.33665, 4.0.3.2904, 5.0.0.964 2023-03-01 21:29:56 +03:00
pavel-zotov
a9c15435e3 Added/Updated tests\bugs\gh_7118_test.py: Checked on 3.0.11.33665, 4.0.3.2904, 5.0.0.964 2023-03-01 20:31:15 +03:00
pavel-zotov
280087592e Added/Updated tests\bugs\gh_3357_test.py: Checked on 3.0.11.33665, 4.0.3.2904, 5.0.0.964 2023-03-01 20:11:05 +03:00
pavel-zotov
068b23d67c Added/Updated tests\bugs\gh_4769_test.py: Checked on 5.0.0.964 2023-03-01 17:13:58 +03:00
pavel-zotov
f10a91fa8a Added/Updated tests\functional\tabloid\test_dsqlrequests.py: Checked on 5.0.0.964, 4.0.3.2903, 3.0.11.33664. 2023-03-01 00:33:15 +03:00
pavel-zotov
a03ba1685b Added/Updated tests\functional\trigger\database\test_disconnect_06.py: Checked on 5.0.0.964 SS/CS. 2023-02-28 20:51:31 +03:00
pavel-zotov
d850b6ca9d Added/Updated tests\functional\trigger\database\test_disconnect_05.py: Checked on 5.0.0.467 (07-apr-2022), 5.0.0.964 SS/CS - all OK. 2023-02-28 19:51:19 +03:00
pavel-zotov
8d35717e30 Added alias that will be used in tests/functional/trigger/database/test_disconnect_05.py 2023-02-28 19:50:57 +03:00
pavel-zotov
0251370389 Added/Updated tests\functional\trigger\database\test_disconnect_04.py: Checked on 5.0.0.961 2023-02-28 13:29:16 +03:00
pavel-zotov
97cd5e5b39 Added/Updated tests\functional\trigger\database\test_disconnect_02.py: elevated min_version, added combine_output = True 2023-02-28 12:35:30 +03:00
pavel-zotov
c3a4b71047 Added/Updated tests\functional\trigger\database\test_disconnect_03.py: Checked on 5.0.0.961 2023-02-28 12:34:15 +03:00
pavel-zotov
1aaa28db16 Added/Updated tests\functional\trigger\database\test_disconnect_02.py: Checked on 5.0.0.961 2023-02-28 12:16:59 +03:00
pavel-zotov
566772553a Added/Updated tests\bugs\gh_7164_test.py: Checked on 5.0.0.961 2023-02-28 11:13:47 +03:00
pavel-zotov
33708341ea Added/Updated tests\bugs\gh_7167_test.py: Checked on 5.0.0.961, 4.0.3.2903 2023-02-28 10:21:01 +03:00
pavel-zotov
dc5f06a3da Added/Updated tests\bugs\gh_7124_test.py: Checked on 5.0.0.961, 4.0.3.2903 2023-02-28 10:03:08 +03:00
pavel-zotov
9d388feace Added/Updated tests\bugs\gh_7123_test.py: elevated min_version according to ticket 2023-02-28 09:32:42 +03:00
pavel-zotov
e3e602c1f8 Added/Updated tests\bugs\gh_7123_test.py: Checked on 5.0.0.961, 4.0.3.2903 2023-02-28 09:32:11 +03:00
pavel-zotov
3f5e0604e0 Added/Updated tests\bugs\gh_7200_test.py: elevated min_version according to ticket 2023-02-27 22:28:30 +03:00
pavel-zotov
ff8a60cc9d Added/Updated tests\bugs\gh_7200_test.py: Checked on 5.0.0.961 SS, 4.0.3.2903 SS - all fine. 2023-02-27 22:27:49 +03:00
pavel-zotov
54909b1858 Added/Updated tests\functional\transactions\test_read_consist_statement_delete_undone_01.py: Added check for presense of STATEMENT RESTART in the trace (see https://github.com/FirebirdSQL/firebird/issues/6730 ) 2023-02-27 18:33:32 +03:00
pavel-zotov
ef2f0fa417 Added/Updated tests\bugs\gh_7176_test.py: Checked on 5.0.0.959, 4.0.3.2903, 3.0.11.33664 -- all OK. 2023-02-27 12:32:54 +03:00
pavel-zotov
420e8edbd5 Added/Updated tests\bugs\gh_7179_test.py: Reduced min_version to 4.0.2 according to ticket 2023-02-27 12:25:50 +03:00
pavel-zotov
b4f88adb1d Added/Updated tests\bugs\gh_7179_test.py: Checked on 5.0.0.959 - all OK. 2023-02-27 12:23:52 +03:00
pavel-zotov
9d7b2520d6 Added/Updated tests\bugs\gh_7183_test.py: Checked on 5.0.0.959 - all OK. 2023-02-27 12:10:47 +03:00
pavel-zotov
b20fb6cd6b Added/Updated tests\bugs\gh_7350_test.py: Checked on 5.0.0.959 SS/CS. See notes in the test. 2023-02-27 11:39:25 +03:00
pavel-zotov
c6c5a2399a Added/Updated tests\bugs\gh_7139_test.py: elevated min_version to 4.0.2 2023-02-27 09:58:42 +03:00
pavel-zotov
2d354e7641 Added/Updated tests\bugs\gh_7139_test.py: added comments 2023-02-26 18:17:30 +03:00
pavel-zotov
11a48d97ae Added/Updated tests\bugs\gh_7139_test.py: Checked on 5.0.0.518 SS/CS; 4.0.1.2736 SS/CS -- all fine 2023-02-26 18:13:22 +03:00
pavel-zotov
a3005ab4aa Added/Updated tests\bugs\gh_6947_test.py: renamed file to have proper prefix. Old prefix was wrong. 2023-02-26 12:16:28 +03:00
pavel-zotov
47f072f0bd Added/Updated tests\bugs\gh_7217_test.py: minor change: reduced min_version to 4.0.2 after appropriate check 2023-02-25 14:00:05 +03:00
pavel-zotov
5d5801c389 Added/Updated tests\bugs\gh_7217_test.py: Checked on 5.0.0.959 - all OK. 2023-02-25 13:58:33 +03:00
pavel-zotov
dc257d8e17 Added/Updated tests\bugs\gh_6869_test.py: Checked on 5.0.0.959 - all OK. 2023-02-25 13:13:59 +03:00
pavel-zotov
030ec25f7c Added/Updated tests\bugs\gh_6807_test.py: Checked on 5.0.0.959 2023-02-25 11:01:34 +03:00
pavel-zotov
c6c4682470 Added/Updated tests\bugs\gh_7256_test.py: adjusted output: added 'Nullable' clause 2023-02-25 10:14:02 +03:00
pavel-zotov
18232c46ff Added/Updated tests\bugs\gh_7482_test.py: minor change: fixed dummy copy-paste, adjusted title with actual one. 2023-02-25 10:11:32 +03:00
pavel-zotov
86dfb6d458 Added/Updated tests\bugs\gh_7165_test.py: Checked on 5.0.0.958 - all OK. See also bugs/core_6362_test.py 2023-02-24 21:18:06 +03:00
pavel-zotov
2e935208a8 Added/Updated tests\bugs\gh_7482_test.py: Checked on 5.0.0.958, intermediate build of 24-feb-2023. All OK. 2023-02-24 19:41:30 +03:00
pavel-zotov
c112b66dc4 Added/Updated tests\bugs\gh_7208_test.py: Checked on 5.0.0.958, 4.0.3.2903 -- all fine. 2023-02-24 18:04:48 +03:00
pavel-zotov
2992956403 Added/Updated tests\bugs\gh_7222_test.py: Checked on 5.0.0.958, 4.0.3.2903 - all fine. 2023-02-24 10:52:00 +03:00
pavel-zotov
e10658b230 Added/Updated tests\functional\basic\isql\test_06.py: Checked on 5.0.0.958. 2023-02-23 13:39:50 +03:00
pavel-zotov
89018d0dc2 Added/Updated tests\functional\basic\isql\test_00.py: adjusted output for FB 5.x because of commit 03-jul2022 ('Update ISQLs HELP SET command') 2023-02-23 13:07:12 +03:00
pavel-zotov
47891eac1d Added/Updated tests\bugs\gh_7133_test.py: Checked on 5.0.0.958 - works fine. 2023-02-23 13:01:12 +03:00
pavel-zotov
9f0ed203e1 Added/Updated tests\bugs\gh_7046_test.py: minor correction (typo) 2023-02-23 12:46:09 +03:00
pavel-zotov
5c6bff76fe Added/Updated tests\bugs\gh_7046_test.py: Checked on 5.0.0.958 2023-02-23 12:44:30 +03:00
pavel-zotov
14bc4b33e0 Added/Updated tests\bugs\gh_7220_test.py: Confirmed bug on 5.0.0.520. Checked on 5.0.0.958 - all fine. 2023-02-23 11:37:16 +03:00
pavel-zotov
2144a3b3b8 Added/Updated tests\bugs\core_5431_test.py: minor addition and correction of GH ticket 2023-02-23 11:18:25 +03:00
pavel-zotov
f6f6cdb182 Added/Updated tests\bugs\core_5431_test.py: Adjusted expected_stderr according to notes in #7229. Removed unneeded substitutions and old comments. 2023-02-23 11:15:20 +03:00
pavel-zotov
3b3e483c62 Added/Updated tests\bugs\gh_7239_test.py: Checked on 4.0.3.2903, 5.0.0.958 - all fine. 2023-02-23 00:14:30 +03:00
pavel-zotov
03003d2648 Added/Updated tests\bugs\gh_7331_test.py: elevated min_version to 5.0 according to ticket info. 2023-02-22 22:26:14 +03:00
pavel-zotov
05e60132e6 Added/Updated tests\bugs\gh_7237_test.py: Cheched on 5.0.0.958; 4.0.3.2903; 3.0.11.33664 - all fine. 2023-02-22 22:21:59 +03:00
pavel-zotov
beec9beb53 Added/Updated tests\bugs\gh_7243_test.py: Cheched on 5.0.0.958; 4.0.3.2903 - all fine. 2023-02-22 22:10:45 +03:00
pavel-zotov
52159debd4 Added/Updated tests\bugs\core_4337_test.py: see notes in the test 2023-02-22 21:50:56 +03:00
pavel-zotov
c52f2343b4 Added/Updated tests\bugs\gh_7256_test.py: adjusted min_version to 4.0.3 2023-02-22 15:48:33 +03:00
pavel-zotov
700a0fcf31 Added/Updated tests\bugs\gh_7256_test.py: Checked on 5.0.0.958. 2023-02-22 15:47:29 +03:00
pavel-zotov
0abc0eb3cb Added/Updated tests\bugs\gh_7086_test.py: Checked on 5.0.0.958 SS/CS. 2023-02-21 19:17:27 +03:00
pavel-zotov
2f01f50ed7 Added/Updated tests\bugs\gh_7178_test.py: Checked on 5.0.0.958 2023-02-21 12:54:35 +03:00
pavel-zotov
d46491471f Added/Updated tests\functional\monitoring\test_03.py: Checked on 5.0.0.958 2023-02-21 11:58:02 +03:00
pavel-zotov
9531141d19 Added/Updated tests\bugs\gh_7288_test.py: removed 'set bail on' otherwise this test silently quits on Linux 2023-02-21 11:06:49 +03:00
pavel-zotov
b65120c1d6 Added/Updated tests\bugs\core_6444_test.py: changed variables for storing expected result: we have to take in account differences betwee Windows and Linux. 2023-02-21 10:47:52 +03:00
pavel-zotov
bd8f0c4131 Added/Updated tests\bugs\core_6444_test.py: Checked on 4.0.3.2903, 5.0.0.957 (both SS and CS). 2023-02-20 20:51:28 +03:00
pavel-zotov
2cb1150f4c Added/Updated tests\bugs\gh_7276_test.py: Checked on 4.0.3.2825 -- all fine. 2023-02-20 20:19:24 +03:00
pavel-zotov
cc35d5b7a0 Added/Updated tests\bugs\gh_7288_test.py: Checked on 5.0.0.733 -- all fine. 2023-02-20 17:06:10 +03:00
pavel-zotov
962c0e9698 Added/Updated tests\bugs\gh_6941_test.py: fixed dummy copy-paste result 2023-02-20 16:37:49 +03:00
pavel-zotov
3c8168a2ce Added/Updated tests\bugs\gh_6941_test.py: сhecked on: 5.0.0.957, 4.0.3.2876, 3.0.11.33664 - all fine. 2023-02-20 14:27:25 +03:00
pavel-zotov
4a1bed35a7 Added/Updated tests\bugs\gh_7331_test.py: Checked on 5.0.0.763 (plan did not use hash join); 5.0.0.957 (plan uses HJ). 2023-02-20 10:42:45 +03:00
pavel-zotov
f6a84045f3 Added/Updated tests\bugs\gh_7257_test.py: Checked on 5.0.0.957 (intermediate build). Currently this test contains only trivial cases for check. 2023-02-18 14:30:36 +03:00
pavel-zotov
46f1636919 Added/Updated tests\bugs\gh_1708_test.py: Checked on 5.0.0.736 - works fine. NB. Currently this test contains only trivial case for check. More complex examples, including recursive SQL, will be added later. 2023-02-18 13:59:18 +03:00
pavel-zotov
d19b8ebbe6 Added/Updated tests\bugs\gh_5749_test.py: Checked on 5.0.0.742 - all OK. 2023-02-18 12:54:39 +03:00
pavel-zotov
7c600da32e Added/Updated tests\bugs\gh_3812_test.py: Checked on 5.0.0.745 - all OK. 2023-02-18 09:43:32 +03:00
pavel-zotov
a98d6047ac Added/Updated tests\bugs\gh_6992_test.py: initial implementation. Additional tests will be added further. 2023-02-17 22:19:35 +03:00
pavel-zotov
b68791243e Added/Updated tests\functional\blob/test_rdb_blob_util_basic.py: RDB$BLOB_UTIL package functionality - basic checks. 2023-02-17 08:11:50 +03:00
pavel-zotov
e0c2dc72b2 Added/Updated tests\bugs\gh_7382_test.py: see notes in the source of test 2023-02-16 21:57:33 +03:00
pavel-zotov
ff1bdeedde Added/Updated tests\bugs\gh_7379_test.py: minor change: adjust pytest.mark.version 2023-02-16 12:33:48 +03:00
pavel-zotov
f5d4ebb40c Added/Updated tests\bugs\gh_7380_test.py: Confirmed bug on 5.0.0.821, 4.0.3.2873 2023-02-16 12:33:19 +03:00
pavel-zotov
d2eea4f172 Added/Updated tests\bugs\gh_7379_test.py: Checked on 5.0.0.938, 4.0.3.2876 -- all fine. 2023-02-16 12:25:54 +03:00
pavel-zotov
c9d8748c29 Added/Updated tests\bugs\gh_7391_test.py: Checked on 5.0.0.938 -- all fine. 2023-02-16 12:01:30 +03:00
pavel-zotov
4e6d093065 Added/Updated tests\bugs\gh_4729_test.py: Checked on 5.0.0.938, 4.0.3.2900, 3.0.11.33664 -- all fine 2023-02-16 11:11:38 +03:00
pavel-zotov
33cd05d57f Added/Updated tests\bugs\gh_7456_test.py: Checked on 5.0.0.920, 4.0.3.2900, 3.0.11.33664 -- all fine. 2023-02-15 23:43:37 +03:00
pavel-zotov
7b53dda10c Added/Updated tests\bugs\gh_7464_test.py: Confirmed crash on 5.0.0.910. Checked on 5.0.0.920 -- all fine. 2023-02-15 17:58:56 +03:00
pavel-zotov
84906dfc20 Added/Updated tests\bugs\gh_7467_test.py: Checked on 5.0.0.932; 4.0.3.2900; 3.0.11.33664 -- all fine. 2023-02-14 17:05:56 +03:00
zotov
6ca91384c2 Added/Updated D:\FB\firebird-qa\tests\functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py: commented out command that changes replica DB FW to OFF - as it was initially in old QA. 2023-02-07 18:15:15 +03:00
zotov
cfcadbb989 Added/Updated D:\FB\firebird-qa\tests\bugs\core_5201_test.py: adjusted tail of restore log - see notes. 2023-02-07 14:08:48 +03:00
zotov
062c9d1a85 Added/Updated D:\FB\firebird-qa\tests\bugs\gh_7446_check_regression_test.py: minor change for triggering all QA runs 2023-02-05 22:04:15 +03:00
zotov
0de555bcf6 Added/Updated D:\FB\firebird-qa\tests\bugs\gh_7446_check_regression_test.py: minor change for triggering all QA runs 2023-02-04 20:36:58 +03:00
zotov
34a25c2d2c Added/Updated D:\FB\firebird-qa\tests\bugs\D:\FB\firebird-qa\tests\bugs\gh_7446_check_regression_test.py: minor change in comment in order to trigger re-run QA tests for all FB major versions. 2023-02-03 23:06:47 +03:00
zotov
c1f57432d4 Added/Updated D:\FB\firebird-qa\tests\bugs\gh_7446_check_regression_test.py: removed unneeded import directive, adjusted comments after additional check. 2023-02-02 10:10:34 +03:00
zotov
4d0ff477a7 Added/Updated D:\FB\firebird-qa\tests\bugs\gh_7446_check_regression_test.py: Checked on 3.0.11.33658; 4.0.3.2894 -- all fine. NOTE: Build 5.0.0.920: still has a problem with BUGCHECK 2023-02-01 22:17:29 +03:00
zotov
b019556da0 Updated D:\FB\firebird-qa\tests\functional\basic\isql\test_01.py: adjust expected stdout/stderr to current FB version. 2023-01-27 09:55:38 +03:00
zotov
2db79046d0 Restored @pytest.mark.version() otherwise tests will not be displayed in the list of execution. 2023-01-17 17:52:13 +03:00
zotov
bcd6002f97 DISABLED all functional/basic/db/db* tests after discussion with dimitr, letters 17-sep-2022 11:23.
Reasons:
    * There is no much sense to keep such tests because they fails extremely often during new major FB developing.
    * There is no chanse to get successful outcome for the whole test suite is some of system table became invalid,
      i.e. lot of other tests will be failed in such case.
Single test for check DDL (type of columns, their order and total number) will be implemented for all RDB-tables.
2023-01-17 12:59:02 +03:00
zotov
28cd8a8a1f Added/Updated D:\FB\firebird-qa\tests\bugs\core_5434_test.py: adjusted TITLE test and ISSUE tag 2023-01-17 11:39:41 +03:00
zotov
89515d5503 prepare for qa-new batch 2022-12-05 23:13:53 +03:00
zotov
a2887dbae0 Put test into proper folder. 2022-11-03 09:24:17 +03:00
zotov
5499a5e88a Set proper place for this test. 2022-10-31 16:30:56 +03:00
zotov
bfc82953e4 minor change: removed old notes with run outcomes. 2022-10-31 16:28:54 +03:00
zotov
911001509e Added asert: size of ExtConnPool must be greater than 1. 2022-10-31 16:27:27 +03:00
zotov
92f9408920 added assert 2022-10-31 16:25:00 +03:00
zotov
f43a45fe8b Must be executed only on Windows - see notes. 2022-10-31 16:24:21 +03:00
zotov
4017c97fa4 minor change: added notes 2022-10-31 16:23:16 +03:00
zotov
f1853140fa added notes 2022-10-31 16:22:24 +03:00
zotov
b507250cf8 Added/Updated D:\FB\firebird-qa\tests\bugs\core_2477_test.py: increased number of rows to be processed after fail on Linux, mode=CS. 2022-10-10 11:16:16 +03:00
zotov
11b55e1db1 Added/Updated D:\FB\firebird-qa\tests\bugs\core_5892_test.py: Added 'order by clause' to provide predictable output from selectable procedures. This became actual after commit e9fdb67e63ce17947766b5acd02cb543fc227a61 'Rework monitoring logic to provide faster response under high CPU-bound load' - thanks to dimitr for suggestion. 2022-10-09 16:35:22 +03:00
zotov
6c77e9bd9c Added/Updated bugs\core_0959_test.py. prepared for futher checks of ability to use each avaliable protocols: INET, XNET. Currently commented because of problems with it. 2022-10-08 13:05:17 +03:00
zotov
773f6f3bc5 Added/Updated D:\FB\firebird-qa\tests\functional\syspriv\test_use_gbak_utility.py: adjusted code: make ATT_NAME column value in case-insensitive because of Linux 2022-10-07 20:51:54 +03:00
zotov
9f12466262 Added/Updated D:\FB\firebird-qa\tests\functional\syspriv\test_create_database.py: adjusted expected data for Linux 2022-10-07 20:48:09 +03:00
zotov
bd177b855c Added/Updated D:\FB\firebird-qa\tests\bugs\core_2484_test.py: separated code for Windows nd Linux 2022-10-06 22:34:38 +03:00
zotov
82806070df Added/Updated D:\FB\firebird-qa\tests\functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py: added notes 2022-10-06 22:28:27 +03:00
zotov
694012ff69 Added/Updated D:\FB\firebird-qa\tests\functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py: In case of fail database must be recreated by removing FILE rather than call act.db.drop(). DB filename must be obtained via con.info.name because act.db.db_path contains ALIAS for replication related tests. 2022-10-06 22:13:54 +03:00
zotov
b3b921da61 Added/Updated D:\FB\firebird-qa\tests\bugs\core_5685_test.py: Unstable outcome on Linux, see notes. Will be re-implemented. DEFERRED. 2022-10-06 18:57:12 +03:00
zotov
2ee714fe37 Added/Updated D:\FB\firebird-qa\tests\bugs\core_5464_test.py: Could not complete adjusting for LINUX in new-qa. DEFERRED. 2022-10-06 15:27:09 +03:00
zotov
33897d8a62 Added/Updated D:\FB\firebird-qa\tests\bugs\core_3489_test.py: Could not complete adjusting for LINUX in new-qa. DEFERRED. 2022-10-06 15:25:37 +03:00
zotov
6272058b04 Added/Updated D:\FB\firebird-qa\tests\bugs\core_2227_test.py: Could not complete adjusting for LINUX in new-qa. DEFERRED. 2022-10-06 15:23:51 +03:00
zotov
29d4267b9b Added/Updated D:\FB\firebird-qa\tests\bugs\core_1366_test.py: Could not complete adjusting for LINUX in new-qa. DEFERRED. 2022-10-06 15:21:14 +03:00
zotov
865143061e Added/Updated D:\FB\firebird-qa\tests\bugs\core_0857_test.py: Could not complete adjusting for LINUX in new-qa. DEFERRED. 2022-10-06 15:18:18 +03:00
zotov
2f3f0f7eb7 Could not complete adjustingfor LINUX in new-qa. DEFERRED. 2022-10-06 15:14:23 +03:00
zotov
7f8b50d77d Added/Updated D:\FB\firebird-qa\tests\functional\intfunc\string\test_lpad_01.py: Could not complete adjustingfor LINUX in new-qa. DEFERRED. 2022-10-06 15:13:58 +03:00
zotov
06f8a51f71 Minor corrections. 2022-10-06 12:56:49 +03:00
zotov
c6f0563c44 Added/Updated functional\syspriv\test_access_shutdown_database.py. Added substituion pair for suppressing '-Some database(s) were shutdown when trying to read mapping data' message that appears on Classic when we try to bring DB online using fbsvcmgr call. It seems to be a kind of bug. Sent report to Alex et al. 2022-09-25 19:10:57 +03:00
zotov
49c162c060 Added/Updated bugs\core_4337_test.py. Removed check of sweep log: sometime it can remain empty, for unknown reason (detected on 4.0.1 Classic). Added loop with check for several seconds for appearance of 2nd gfix attach - as it was initially implemented in fbt. 2022-09-25 16:02:24 +03:00
zotov
6ebb2e3824 Added/Updated bugs\gh_6782_test.py. fixed pattern for search performnce statictics in the trace log: there may be only 'N ms' without any other tokens 2022-09-24 13:11:12 +03:00
zotov
eb70db276a Added/Updated bugs\core_4200_test.py. adjusted SQL code: it is enough to see only first 3 characters of auth protocol name. No matter is it Srp or Srp256. 2022-09-24 11:40:01 +03:00
zotov
df5a046cdb Added/Updated bugs\core_6248_test.py. Totally reimplemented. See notes. Checked on Windows and Linux, 4.0.1.2692 (SS/CS), 5.0.0.736 (SS/CS). 2022-09-23 19:39:38 +03:00
zotov
fdf8ec9955 Added/Updated bugs\core_6509_test.py. No crashes on Windows and Linux (CentOS 7.9.2009). 2022-09-22 14:20:51 +03:00
zotov
fadffa9bce Added/Updated functional\basic\db\test_30.py. adjusted expected_stdout to FB 4.0.1 Release 2022-09-22 14:11:06 +03:00
zotov
e400ebaee7 Added/Updated bugs\core_3450_test.py. Removed SKIP notation because test works fine on FB 4.0.1. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.736 2022-09-22 14:05:23 +03:00
zotov
e2c848eea7 Added/Updated bugs\core_6143_test.py. Self-security database is used to avoid any problems with global mappings. See notes. Checked on Linux and Windows: 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS) 2022-09-22 13:47:58 +03:00
zotov
2228b6a51d Added alias for using in the bugs/core_6143_test.py 2022-09-22 13:46:56 +03:00
zotov
0386c34cbb Added/Updated bugs\core_5921_test.py. Common temporary file must be used instead of temp database that is provided by db_factory(). See notes. Checked on Linux and Windows: 4.0.1.2692 (SS/CS). 2022-09-22 09:12:39 +03:00
zotov
1aebdaabb0 Added/Updated bugs\core_4524_test.py. Checked on Linux and Windows: 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS) 2022-09-21 20:20:41 +03:00
zotov
5efc8274a9 Added/Updated bugs\core_4582_test.py. temporary commented out 'gfix -shut single ...' and bring it online after. See notes. 2022-09-21 09:41:54 +03:00
zotov
1681883f0c Added/Updated bugs\core_5664_test.py. thresholds must differ for STARTS_WITH vs ENDS_WITH cases. Added comments. 2022-09-21 09:01:14 +03:00
zotov
e527a32ccb Added/Updated bugs\core_3658_test.py. adjusted pattern because trace has diff formats on Windows and Linux 2022-09-21 00:12:22 +03:00
zotov
b94d981d49 Added/Updated functional\services\test_role_in_service_attachment.py. replaced code: make EXPLICIT call of fbsvcmgr utility. See notes. 2022-09-21 00:11:44 +03:00
zotov
56d0e6afc6 Added/Updated bugs\gh_6932_test.py. Increased min_version to 4.x because of ability to query config only since FB 4.x - see 'TempTableDirectory' 2022-09-20 21:27:08 +03:00
zotov
34e4ae0f0f See notes 2022-09-20 21:25:28 +03:00
zotov
fe3eaa81ac Added/Updated bugs\core_5884_test.py. added/replaced notes about AuthServer parameter from databases.conf and PLUGIN_FOR_MAPPING setting. 2022-09-20 12:56:11 +03:00
zotov
d375801184 Added/Updated bugs\core_5291_test.py. adjusted code. Fixed 'substitutions' because of non-default port that is displayed in error message after 'localhost 2022-09-20 11:15:10 +03:00
zotov
20a0a51d98 Added/Updated bugs\core_4864_test.py. Removed query to security.db ('select s.sec$user_name as remained_in_main_sec_db ...') because it can cause translit error. in case when some non-ascii user remains in this database (after previous tests). This problem is quite irrelevant to this test. 2022-09-20 11:03:34 +03:00
zotov
ea8c8f116e Added/Updated bugs\core_3547_test.py. Added substitution in order to stop comparison after 15th digit. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.730 - both Linux and Windows 2022-09-20 10:04:30 +03:00
zotov
9c28af425e Added/Updated bugs\core_1746_test.py. Checked on 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS), 5.0.0.730 (SS/CS) 2022-09-19 20:05:25 +03:00
zotov
1c19a8c9f5 Added/Updated bugs\core_3658_test.py. ACHTUNG: EXPLICIT invocation of fbsvcmgr required, see notes. Checked on 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS), 5.0.0.730 (SS/CS) 2022-09-19 18:12:47 +03:00
zotov
c2f82e1a6e Added/Updated bugs\core_3323_test.py. Fully reimplemented, see notes. Checked on 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS), 5.0.0.730 (SS/CS) - both Linux and Windows. 2022-09-19 14:35:01 +03:00
zotov
f1c35dcdf4 Added/Updated bugs\core_5501_test.py. Checked on 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS), 5.0.0.730 (SS/CS) - both Linux and Windows. 2022-09-18 18:35:15 +03:00
zotov
f03fdd0bd5 Added/Updated bugs\core_5496_test.py. Checked on 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS), 5.0.0.730 (SS/CS) - both Linux and Windows. 2022-09-18 15:18:44 +03:00
zotov
01c28b9a3b Added/Updated bugs\core_4841_test.py. Checked on 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS), 5.0.0.730 (SS/CS). 2022-09-18 14:37:28 +03:00
zotov
b55ab2e28c Added/Updated bugs\core_4386_test.py. Checked on 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS), 5.0.0.730 2022-09-17 19:10:38 +03:00
zotov
5cd7ceec6b Added/Updated bugs\core_4319_test.py. Added description and notes. Checked on Linux and Windows (localized, cp1251): 3.0.8.33535, 4.0.1.2692, 5.0.0.730 2022-09-17 13:30:15 +03:00
zotov
25070fa720 Added/Updated bugs\core_2912_test.py. Trouble with 'ÿ' raises only on LINUX. All fine on Windows. Mark for running on Windows was *temporary* added to this test. Problem will be investigated. 2022-09-17 00:00:01 +03:00
zotov
11d271a818 Added/Updated bugs\core_4821_test.py. Removed unneeded code that remained from previous version 2022-09-16 23:47:03 +03:00
zotov
19ff5f6b2c Added/Updated bugs\core_4821_test.py. Fully re-implemented, see notes. Checked on Linux and Windows: 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS), 5.0.0.730 2022-09-16 23:40:56 +03:00
zotov
b750696260 Added/Updated bugs\core_6542_test.py. adjusted setting 2022-09-16 10:47:18 +03:00