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
zotov
20fee7b1b8
1) adjusted MIN_RATIO_THRESHOLD.
...
2) median ratios must be ignored if both medians have proximity to zero, usually this is ~20...30 ms.
This is tuned by setting MAX_MEDIAN_TO_IGNORE.
3) Added notes.
2022-09-16 09:52:36 +03:00
zotov
6f19ae7f82
Added/Updated bugs\core_4880_test.py. code that obtains PID of server process must be performed withing same 'with act.db.connect() ...' as rest code that creates DDL, otherwise we get psutil.NoSuchProcess exception.
2022-09-16 07:35:51 +03:00
zotov
a590b57902
Added/Updated bugs\core_0733_test.py. Increased setting MAX_CPU_RATIO_TXT2BIN_WCOMPR_OFF for Windows if version = 3.x
2022-09-16 07:13:12 +03:00
zotov
774a45a5d9
Added/Updated bugs\gh_6976_test.py. THRESHOLD_FOR_MAKE_CONNECT_MS must depend on ServerMode. Added comments.
2022-09-15 22:42:59 +03:00
zotov
ae74fc9b4b
Added/Updated bugs\gh_3106_test.py. adjusted major version: it must be 4.0 and above
2022-09-15 22:29:32 +03:00
zotov
f19e3c07b7
Added/Updated bugs\core_5991_test.py. Checked on Windows: 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS), 5.0.0.730
2022-09-15 22:21:59 +03:00
zotov
f65b775bef
Added/Updated bugs\core_5884_test.py. ACHTUNG: value 'Srp256' from plugins list of AuthServer parameter. 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-15 22:08:59 +03:00
zotov
6f56e103ad
Added/Updated bugs\core_5275_test.py. Changed search through pattern list, see 'act.match_any(line, allowed_patterns)'. Added comments. Checked on Windows and Linux: 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS), 5.0.0.730
2022-09-15 12:30:17 +03:00
zotov
14a3d8337f
Added/Updated bugs\core_5087_test.py. Changed search through pattern list, see 'act.match_any(line, allowed_patterns)'. Added comments. Checked on Windows and Linux: 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS), 5.0.0.730
2022-09-15 01:37:23 +03:00
zotov
df72251572
Added/Updated bugs\core_4462_linux_test.py. Added forgotten DatabaseError into import directive. Added comment about firebird.conf and encryption-related parameter: KeyHolderPlugin = fbSampleKeyHolder.
2022-09-14 21:20:44 +03:00
zotov
3b42936e04
Added/Updated bugs\core_4462_windows_test.py. Added forgotten DatabaseError into import directive. Added comment about firebird.conf and encryption-related parameter: KeyHolderPlugin = fbSampleKeyHolder.
2022-09-14 21:20:33 +03:00
zotov
aa7abac763
Additional testing after get fail with weird message:
...
"psutil.NoSuchProcess: process PID not found (pid=16652)" for 3.0.8 Classic,
captured for: fb_info_b = psutil.Process(fb_pid).cpu_times(), perhaps due to FB crash.
TO BE INVESTIGATED FURTHER!
2022-09-14 21:05:48 +03:00
zotov
d9a223edc2
Additional testing after get fail with weird message:
...
"psutil.NoSuchProcess: process PID not found (pid=16652)" for 3.0.8 Classic,
captured for: fb_info_b = psutil.Process(fb_pid).cpu_times(), perhaps due to FB crash.
TO BE INVESTIGATED FURTHER!
2022-09-14 21:01:34 +03:00
zotov
abfc956d62
Additional testing after get fail with weird message:
...
"psutil.NoSuchProcess: process PID not found (pid=16652)" for 3.0.8 Classic,
captured for: fb_info_b = psutil.Process(fb_pid).cpu_times(), perhaps due to FB crash.
TO BE INVESTIGATED FURTHER!
2022-09-14 21:00:37 +03:00
zotov
b26cdcebd7
Added/Updated bugs\core_4337_test.py. Re-implemented - see notes. Checked on Windows and Linux: 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS), 5.0.0.730
2022-09-14 16:25:26 +03:00
zotov
c7b7d8f33a
Added/Updated bugs\core_4236_test.py. Validation outcome may contain info about WARNINGS. We must raise fail only in case of message related to errors. Checked on Windows: 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS), 5.0.0.691
2022-09-13 23:25:45 +03:00
zotov
fa9bd02c1a
Added/Updated bugs\core_3328_test.py. Minor changes related to firebird.log diff analyzing. Checked on Windows: 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS), 5.0.0.691
2022-09-13 22:01:54 +03:00
zotov
8227f98f8a
Added/Updated bugs\core_2477_test.py. Changed threshold definition: its value must depend on ServerMode. Added comments. Checked again on 3.0.8.33535 (SS/CS), 4.0.1.2692 (SS/CS)
2022-09-13 21:08:45 +03:00
zotov
5998f1486c
Added comments.
2022-09-12 15:11:07 +03:00
zotov
9f2d50ae3f
Added/Updated bugs\core_4462_linux_test.py. Checked on 5.0.0.691, 4.0.1.2692, 3.0.8.33535. Implementation for Windows lives in other file.
2022-08-29 14:25:25 +03:00
zotov
a42cfd319a
Added/Updated bugs\core_6264_test.py. Checked on 5.0.0.691, 4.0.1.2692, 3.0.8.33535 - both Windows and Linux.
2022-08-29 13:25:04 +03:00
zotov
da2bce9ee9
Added/Updated bugs\core_4462_windows_test.py. Checked on 5.0.0.691, 4.0.1.2692, 3.0.8.33535. Implementation of this test for LINUX will differ. It was decided to put it in separate file.
2022-08-29 12:03:52 +03:00
zotov
fee7925d47
Added/Updated functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. On linux test atually silently FAILS, without showing any error. Will be investigated later.
2022-08-27 20:19:40 +03:00
zotov
4c8a8a04a2
Added/Updated functional\replication\test_blob_not_found_in_rw_replica_if_target_row_exists.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
2022-08-26 19:12:24 +03:00
zotov
bb385aa110
Minor change: removed old comments.
2022-08-26 19:11:54 +03:00
zotov
f2db1aa26a
Added/Updated functional\replication\test_invalid_msg_if_target_db_has_no_replica_flag.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
2022-08-26 15:18:17 +03:00
zotov
9304abab12
Added/Updated functional\replication\test_duplicates_in_rw_replica_after_conflicting_insert.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
2022-08-25 22:40:46 +03:00
zotov
1a2254dd44
Added/Updated functional\replication\test_permission_error_on_ddl_issued_by_non_sysdba.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
2022-08-25 18:08:39 +03:00
zotov
2d0cce4191
Added/Updated functional\replication\test_some_updates_crash_server_on_replica_side.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
2022-08-25 16:21:23 +03:00
zotov
b0e432217a
Added/Updated functional\replication\test_generator_could_not_be_transferred_to_replica.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
2022-08-25 16:00:06 +03:00
zotov
8b792a51c9
Added/Updated functional\replication\test_ddl_triggers_must_not_fire_on_replica.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
2022-08-25 12:31:03 +03:00
zotov
ef737b470e
Added/Updated functional\replication\test_dblevel_triggers_must_not_fire_on_replica.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
2022-08-25 11:45:46 +03:00
zotov
f34dcf3cb5
Added/Updated functional\replication\test_blob_segments_longer_32kb_are_not_replicated.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
2022-08-25 10:11:06 +03:00
zotov
65e8c0c432
Added/Updated functional\replication\test_updating_blob_with_empty_string_stops_replication.py. Checked on 5.0.0.623, 4.0.1.2692 - both CS and SS. Both on Windows and Linux. Warning 'PytestAssertRewriteWarning' raises, both on Windows and Linux. Reason is currently unknown.
2022-08-24 13:30:29 +03:00
zotov
e29fb0318c
Added/Updated functional\replication\test_updating_blob_with_empty_string_stops_replication.py. Checked on 5.0.0.623, 4.0.1.2692 - both CS and SS. Both on Windows and Linux.
2022-08-24 13:25:44 +03:00
zotov
a21f54edf0
Added/Updated functional\replication\test_failed_DDL_commands_can_be_replicated.py. Checked on 5.0.0.623, 4.0.1.2692 - both CS and SS. Both on Windows and Linux. Warning 'PytestAssertRewriteWarning' raises on Linux.
2022-08-24 00:45:46 +03:00
zotov
d87f820ea9
Added/Updated functional\util\test_gbak_zip.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux.
2022-08-22 01:10:23 +03:00
zotov
7b39a47685
Added/Updated functional\tabloid\test_remote_access_to_security_db.py. Checked on 5.0.0.623, 4.0.1.2692, 3.0.8.33535 - both on Windows and Linux.
2022-08-21 14:10:11 +03:00
zotov
f8c2161e8a
Added/Updated functional\session\test_ext_conn_pool_01.py. Totally re-implemeted. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux.
2022-08-21 13:32:49 +03:00
zotov
0cc3dfa7f5
Test was moved to: functional/syspriv/, new name: 'test_user_management_in_selfsec_db.py'
2022-08-20 19:40:29 +03:00
zotov
d2113dd6fb
Added/Updated functional\syspriv\test_user_management_in_selfsec_db.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux.
2022-08-20 19:37:29 +03:00
zotov
5e9486b6ed
Added/Updated bugs\core_6142_test.py. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535
2022-08-20 16:59:45 +03:00
zotov
efcf2ef57f
Added/Updated bugs\core_4998_test.py. There is a problem with issue reproduction if we use firebird-driver for work with too old FB version. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535
2022-08-19 10:28:32 +03:00
zotov
389572aebd
Added/Updated bugs\core_6441_test.py. removed uneeded block that remained because of copy-paste
2022-08-18 15:46:31 +03:00
zotov
bf5fb4e20d
Added/Updated bugs\gh_6860_test.py. Re-implemented. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux.
2022-08-18 15:45:30 +03:00
zotov
b366eff138
Added/Updated bugs\gh_6790_test.py. Re-implemented. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux.
2022-08-18 13:51:02 +03:00
zotov
e6e611c6a6
Added/Updated bugs\gh_1665_test.py. Adapted for work with pre-created [QA_ROOT]/files/qa-databases.conf. Discussed with pcisar in may-jun 2022. See details in the source.
2022-08-17 23:32:05 +03:00
zotov
5f6abfae33
Added/Updated bugs\core_6441_test.py. Adapted for work with pre-created [QA_ROOT]/files/qa-databases.conf. Discussed with pcisar in may-jun 2022. See details in the source.
2022-08-17 15:29:46 +03:00
zotov
13e5118462
Added/Updated bugs\core_6412_test.py. removed uneeded import directives
2022-08-17 15:18:06 +03:00
zotov
57071c1cbe
Added/Updated bugs\core_6412_test.py. removed unneeded block
2022-08-17 15:10:23 +03:00
zotov
5479e498d4
Added/Updated bugs\core_6412_test.py. Adapted for work with pre-created [QA_ROOT]/files/qa-databases.conf. Discussed with pcisar in may-jun 2022. See details in the source.
2022-08-17 15:05:26 +03:00
zotov
8d0a89144d
Added/Updated bugs\core_5887_trusted_role_test.py. Re-implemented. Checked on 5.0.0.623, 4.0.1.2692.
2022-08-15 01:04:08 +03:00
zotov
eaa53fef5b
Removed core_6395_test because it requires to change content of firebird.conf. It was decided to PRESERVE all config files, discussed with pcisar, see letters after 31-may-2022.
2022-08-14 18:30:18 +03:00
zotov
f14008c53c
Added/Updated bugs\core_0694_test.py. this test is REPLACEMENT for core_6395_test which will be removed. See details in the notes to core_0694_test.py
2022-08-14 18:28:25 +03:00
zotov
a573d7ec53
Updated bugs\core_0694_test.py. Adjust expected stdout/stderr to current FB version.
2022-08-14 18:26:36 +03:00
zotov
de290c5a2d
Added/Updated bugs\core_6348_test.py. Fully re-implemented. Checked on 5.0.0.623, 4.0.1.2692, 3.0.8.33535 - both on Windows and Linux.
2022-08-14 13:57:36 +03:00
zotov
9924e8614e
Re-implemented details se in the notes to source code. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535 - both on Windows and Linux.
2022-08-08 21:02:46 +03:00
zotov
a5bf010081
Added/Updated bugs\core_6147_test.py. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535 - both on Windows and Linux.
2022-08-07 11:27:02 +03:00
zotov
7576648933
Added/Updated bugs\core_6043_test.py. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535 - both on Windows and Linux.
2022-08-06 22:32:38 +03:00
zotov
12a198fa19
Added/Updated bugs\core_5948_test.py. added comments about user='' if we want to make connection using Win_Sspi plugin
2022-08-06 10:51:27 +03:00
zotov
31d0e5b1e3
Added/Updated bugs\core_5948_test.py. Re-implemented: no more changes in the firebird.conf. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535
2022-08-06 10:47:52 +03:00
zotov
114c83a0b9
Added/Updated bugs\core_4864_test.py. Replaced code to be performed exactly as it was shown in the ticket, see comments. Removed unneeded statements.
2022-08-05 08:58:27 +03:00
zotov
9668e69c7c
Added/Updated bugs\core_4864_test.py. added comments after check ticket issue on .sql and ISQL command
2022-08-05 01:03:36 +03:00
zotov
28d6e5e35a
Adjusted alias with QA_root/files/qa-databases.conf
2022-08-05 00:49:06 +03:00
zotov
2106b9e63d
Added/Updated bugs\core_4864_test.py. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535 - both on Windows and Linux.
2022-08-04 22:44:52 +03:00
zotov
c5923862a4
Added/Updated bugs\core_0733_test.py. Fully re-implemented. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535 - both on Windows and Linux.
2022-08-04 16:07:36 +03:00
zotov
2a480a7b31
Added/Updated bugs\core_4964_test.py. changed code: removed unneeded packages.
2022-08-03 00:54:27 +03:00
zotov
18998aed1c
Added/Updated bugs\core_4964_test.py. Adapted for work with pre-created [QA_ROOT]/files/qa-databases.conf. Discussed with pcisar in may-jun 2022. See details in the source.
2022-08-02 22:28:32 +03:00
zotov
81ffaef0aa
Added/Updated bugs\core_5793_test.py. adjusted for usage together with QA_GLOBALS dict (read common settings from act.files_dir/test_config.ini)
2022-07-31 13:50:07 +03:00
zotov
23c20cec6d
Added/Updated bugs\core_5796_test.py. adjusted for usage together with QA_GLOBALS dict (read common settings from act.files_dir/test_config.ini)
2022-07-31 13:49:57 +03:00
zotov
3b25117dd5
Added/Updated bugs\core_6048_test.py. adjusted for usage together with QA_GLOBALS dict (read common settings from act.files_dir/test_config.ini)
2022-07-31 13:49:47 +03:00
zotov
70ed6b9659
Added/Updated bugs\core_5808_test.py. adjusted for usage together with QA_GLOBALS dict (read common settings from act.files_dir/test_config.ini)
2022-07-31 13:49:38 +03:00
zotov
7fd8f6113e
Added/Updated bugs\core_5831_test.py. adjusted for usage together with QA_GLOBALS dict (read common settings from act.files_dir/test_config.ini)
2022-07-31 13:49:28 +03:00
zotov
e9c98efc69
Added/Updated bugs\core_6071_test.py. adjusted for usage together with QA_GLOBALS dict (read common settings from act.files_dir/test_config.ini)
2022-07-31 13:49:17 +03:00
zotov
c03ec9ff5a
Added/Updated bugs\core_6163_test.py. adjusted for usage together with QA_GLOBALS dict (read common settings from act.files_dir/test_config.ini)
2022-07-31 13:49:04 +03:00
zotov
b21bcb8f9c
Added/Updated bugs\core_6947_test.py. adjusted for usage together with QA_GLOBALS dict (read common settings from act.files_dir/test_config.ini)
2022-07-31 13:40:54 +03:00
zotov
76427f17e8
Added/Updated functional\gtcs\test_external_file_09_d.py. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.591
2022-07-31 11:08:38 +03:00
zotov
5da08d29c5
Added/Updated functional\gtcs\test_external_file_06_d.py. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.591
2022-07-31 11:04:11 +03:00
zotov
c3c07c64c5
Added/Updated functional\gtcs\test_external_file_04_d_int128.py. minor change: removed old commented code from FBT
2022-07-31 10:58:08 +03:00
zotov
ca78ee57e1
Added/Updated functional\gtcs\test_external_file_04_d_int128.py. Checked on 4.0.1.2692, 5.0.0.591
2022-07-31 10:56:58 +03:00
zotov
86c6e1ef75
Added/Updated functional\gtcs\test_external_file_04_d.py. minor correction
2022-07-31 10:53:39 +03:00
zotov
73376a783e
Added/Updated functional\gtcs\test_external_file_04_d_bigint.py. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.591
2022-07-31 10:53:12 +03:00
zotov
e7d2bfc836
Added/Updated functional\gtcs\test_external_file_04_d.py. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.591
2022-07-31 10:47:22 +03:00
zotov
7198e3c695
Added/Updated functional\gtcs\test_external_file_03_d.py. Checked on 3.0.8.33535, 4.0.1.2692, 5.0.0.591
2022-07-31 10:35:14 +03:00
zotov
ad876585a5
Added/Updated bugs\gh_6785_test.py. Checked again on FB 4.x, 5.x. Problem can occur when FB log contains log of binary data (garbage)
2022-07-30 19:20:12 +03:00
zotov
2c4bd77394
Added/Updated functional\services\test_role_in_service_attachment.py. ACHTUNG: test works OK only if plugin.py has modification in def trace_thread() - see details in the notes to this test.
2022-07-30 18:33:02 +03:00
zotov
d808db5954
Added assert to check empty STDERR after running ISQL with preparing scripts. See also letter from dimitr, 01-feb-2022 14:46
2022-07-30 13:01:46 +03:00
zotov
c97da0829c
Added/Updated bugs\core_6237_test.py. Checked on 5.0.0.591, 4.0.1.2692, 3.0.8.33535 (windows only; pisix will be checked later).
2022-07-30 12:31:26 +03:00
zotov
fc14a6874f
Added/Updated bugs\core_5598_test.py. added comment about 'io_enc=locale.getpreferredencoding()', otherwise UnicodeDecode error can raise when get localized message about inaccessible directory from FIREBIRD_TMP data
2022-07-30 12:26:37 +03:00
zotov
9a328f737c
Added/Updated functional\transactions\test_read_consist_sttm_restart_max_limit.py. Checked on 4.0.1.2692, 5.0.0.591
2022-07-29 22:45:44 +03:00