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
f3cf084941
Added 'AuthServer' per-database parameter for core_5884_test.py
2022-09-20 12:55: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
ca3c0af5c0
Added alias for core_5496_test.py
2022-09-18 15:18:24 +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
b211beb1bb
Added TWO aliases for test core_4821_test.py. NB: SECOND alias, 'tmp_bind_4821_alias', defines database for which FIRST alias, 'tmp_core_4821_alias', serves as security DB
2022-09-16 23:42:41 +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
ce37347844
Added caution related to Srp256 plugin in AuthServer parameter.
2022-09-15 22:15:25 +03:00
zotov
c0f257821a
Added pre-defined alias 'tmp_core_5884_alias' for performing test bugs/core_5884_test.py
2022-09-15 22:14:45 +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
d89c6970d6
Changed name of stored compressor according to test core_4462_test.py
2022-08-29 11:12:44 +03:00
zotov
b4a0f82172
Added compressed files that will be needed for some tests.
2022-08-28 10:17:36 +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
13531d503f
Added setting 'MAX_TIME_FOR_WAIT_ADDED_TO_QUEUE'
2022-08-27 19:51:53 +03:00