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

283 Commits

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