6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00
Commit Graph

394 Commits

Author SHA1 Message Date
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