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

1637 Commits

Author SHA1 Message Date
Pavel Zotov
5061dc93c4
Merge pull request #25 from FirebirdSQL/work/gh-23
Fixed bug #23 : QA could hung when stopping trace session
2024-08-06 15:34:59 +03:00
pavel-zotov
2aa929c2ab Added/Updated tests\bugs\gh_8187_test.py: minor change: added checked versions in comment. 2024-08-05 23:16:37 +03:00
pavel-zotov
1599c74fab Added/Updated tests\bugs\gh_8187_test.py: Checked on Windows, 6.0.0.406 (SS and CS). 2024-08-05 23:13:42 +03:00
pavel-zotov
30753d7217 Added/Updated tests\bugs\gh_7257_misc_datatypes_test.py: Checked on 6.0.0.409, 5.0.1.1469 2024-08-04 17:03:06 +03:00
pavel-zotov
75f4c58a57 Added/Updated tests\bugs\core_6469_test.py: minor change: added forgotten upper() calls 2024-08-03 09:36:52 +03:00
pavel-zotov
b17f7ce10c Added/Updated tests\bugs\gh_8194_test.py: minor change: added note about mandatory charset = utf8 2024-08-02 21:51:17 +03:00
pavel-zotov
eec8472514 Added/Updated tests\bugs\gh_8194_test.py: Checked on 6.0.0.406 - all fine. 2024-08-02 21:47:53 +03:00
pavel-zotov
7d33bebd8b Added alias needed for test bugs/gh_8194_test.py 2024-08-02 21:47:26 +03:00
pavel-zotov
3f3b172866 Added/Updated tests\bugs\core_5887_trusted_role_test.py: One need to check for admin rights of current OS user (noted by Dimitry Sibiryakov). 2024-08-02 12:04:17 +03:00
pavel-zotov
9c70256e56 Added/Updated tests\bugs\core_6469_test.py: One need to check for admin rights of current OS user (noted by Dimitry Sibiryakov). ISQL output must be checked for matching to expected before trace log (see func run_script()). Replaced hard-coded name of role with 'f{tmp_role.name}' notation. 2024-08-02 11:36:32 +03:00
pavel-zotov
a3a170d07c Added/Updated tests\bugs\core_5691_test.py: re.sub() calls must be applied to every obtained binary file description because it my contain (NN-bit debug) suffix if we run test against dev-build. 2024-08-01 20:31:57 +03:00
pavel-zotov
b9ac7029fe Added/Updated tests\bugs\core_4964_test.py: Expected ISQL output must be compared with filtered capsys.readouterr().out rather than with act.stdout. Noted by Dimitry Sibiryakov, https://github.com/FirebirdSQL/firebird-qa/issues/27 2024-07-31 23:14:40 +03:00
pavel-zotov
d44c33b9e5 Added/Updated tests\bugs\gh_7057_test.py: minor change - added comment 2024-07-29 19:57:03 +03:00
pavel-zotov
cb5a75c528 Added/Updated tests\bugs\gh_7057_test.py: Raised min_version after check on fresh 5.0.1 -- see notes. Checked on 6.0.0.401-a7d10a4, 5.0.1.1453-62ee5f1. 2024-07-29 19:41:54 +03:00
pavel-zotov
48e158d158 Added/Updated tests\bugs\gh_7057_test.py: Checked on 6.0.0.401-a7d10a4. Currently min_version=6.0.0 until backports to previous versions will appear. 2024-07-29 18:34:28 +03:00
pavel-zotov
50fcaea7f2 Added/Updated tests\bugs\gh_8176_test.py: removed pytest.skip directive for CS after check on 6.0.0.398-f59905f, 5.0.1.1440-7b1b824 2024-07-24 23:03:23 +03:00
pavel-zotov
bfc56f8e90 Added/Updated git-commit-adjust-output.bat: gh_6282_test.py See notes. To get exact string containing name of selected time zone (both on Windows and Linux), one need to use tzinfo._timezone_ 2024-07-23 18:00:56 +03:00
pavel-zotov
6d9ce9f126 Added/Updated tests\bugs\gh_6120_test.py: minor change: added comment 2024-07-22 20:38:57 +03:00
pavel-zotov
045c44b035 Added/Updated tests\bugs\gh_6120_test.py: Checked on 6.0.0.396, 5.0.1.1440, 4.0.5.3127, 3.0.12.33765 2024-07-22 20:36:58 +03:00
pavel-zotov
1042d0380d Added/Updated tests\bugs\gh_6267_test.py: Checked on 6.0.0.396, 5.0.1.1440, 4.0.5.3127 2024-07-22 20:04:50 +03:00
pavel-zotov
eaa6bd6afa Added/Updated tests\bugs\gh_6282_test.py: Checked on 6.0.0.396, 5.0.1.1440, 4.0.5.3127 2024-07-22 13:03:19 +03:00
pavel-zotov
a28fae261c Added/Updated tests\bugs\gh_7056_test.py: minor change: removed unused variable 2024-07-22 08:38:45 +03:00
pavel-zotov
cafd101681 Added/Updated tests\bugs\gh_6954_test.py: Checked on 6.0.0.396, 5.0.1.1440, 4.0.53127. 2024-07-21 19:25:46 +03:00
pavel-zotov
c0c400cb11 Added/Updated tests\bugs\gh_7188_test.py: Checked on 6.0.0.396, 5.0.1.1440, 4.0.53127. 2024-07-21 17:18:26 +03:00
pavel-zotov
764caf92a1 Added/Updated tests\bugs\gh_7647_test.py: Problem with 6.x has been fixed in 6.0.0.346, commit 17b007d1. Removed upper limit restriction for major version. 2024-07-21 11:03:56 +03:00
pavel-zotov
e98d03db83 Added/Updated tests\functional\tabloid\test_6cfc9b5d.py: Checked on 6.0.0.396, 5.0.1.1440 (both SS/CS). See notes. 2024-07-21 00:01:46 +03:00
pavel-zotov
f5b7ac0ec1 Added/Updated tests\functional\tabloid\test_c8849946.py: Checked on 6.0.0.396, 5.0.1.1440. See notes. 2024-07-19 18:33:33 +03:00
pavel-zotov
68ed071f41 Added/Updated tests\bugs\gh_7056_test.py: minor change in comments 2024-07-19 16:20:56 +03:00
pavel-zotov
fc56df7734 Added/Updated tests\functional\tabloid\test_90129c6d.py: Added mark 'scroll_cur' for including into the set of tests that deal with scrollable cursor 2024-07-19 16:20:18 +03:00
pavel-zotov
4070f25076 Added/Updated tests\functional\tabloid\test_90129c6d.py: Checked on 6.0.0.396, 5.0.1.1440. See notes. 2024-07-19 16:19:07 +03:00
pavel-zotov
2151187823 Added/Updated tests\bugs\gh_7056_test.py: Replaced non-asci character that was occasionally typed 2024-07-18 21:26:24 +03:00
pavel-zotov
aed482d733 Added/Updated tests\bugs\gh_7056_test.py: Re-implemented: we have to use сustom driver-config object must be used for DPB because TWO protocols are checked here, LOCAL and REMOTE. See notes. 2024-07-18 21:15:10 +03:00
pavel-zotov
dc8d2ca264 Added/Updated tests\bugs\gh_7056_test.py: Checked on 6.0.0.396, 5.0.1.1440. SEE NOTES. 2024-07-18 17:16:57 +03:00
pavel-zotov
70f7a6ac1b Added mark 'scroll_cur' for upcoming tests that deal with scrollable cursor 2024-07-18 17:16:24 +03:00
pavel-zotov
7443cdfd83 Added/Updated tests\bugs\gh_8168_test.py: Checked on 6.0.0.387, 5.0.1.1428. Thanks to Vlad for suggestion about test implementation. 2024-07-16 16:32:47 +03:00
pavel-zotov
78ef0af3a5 Added/Updated tests\bugs\gh_7652_test.py: Checked on 6.0.0.395 2024-07-16 13:33:39 +03:00
pavel-zotov
0ed0e705e6 Added/Updated tests\functional\tabloid\test_crash_when_too_long_username_for_auth.py: Customized for run against dev build after Dimitry Sibiryakov request: filter out second item from dev status vector: 335544882 / Login name too long 2024-07-14 11:47:45 +03:00
pavel-zotov
0c377bc87f Added/Updated tests\bugs\gh_8178_addi_test.py: Checked on 6.0.0.392, 5.0.1.1434, 4.0.5.3127, 3.0.12.33765 2024-07-12 13:11:40 +03:00
pavel-zotov
34f48ef945 Added/Updated tests\functional\replication\test_blob_access_when_no_grant_for_select.py: Checked on 6.0.0.395 (SS/CS), 5.0.1.1439, 4.0.5.3127 2024-07-12 10:08:47 +03:00
pavel-zotov
01cf8c917f Added/Updated tests\bugs\gh_8178_test.py: Checked on 6.0.0.392, 5.0.1.1434, 4.0.5.3127, 3.0.12.33765 2024-07-11 08:46:41 +03:00
pavel-zotov
55556e1595 Added/Updated tests\bugs\gh_8176_test.py: Checked on 6.0.0.392-3fa8e6b, 5.0.1.1434-2593b3b. WARNING: SEE NOTES INSIDE. 2024-07-11 00:06:56 +03:00
pavel-zotov
19514b3aea Added/Updated tests\bugs\gh_7980_test.py: Checked on 6.0.0.386 2024-07-10 12:03:40 +03:00
pavel-zotov
db036c1661 Merge branch 'master' of https://github.com/FirebirdSQL/firebird-qa 2024-07-09 15:05:00 +03:00
pavel-zotov
2a6320b8b4 Added/Updated tests\bugs\core_5685_test.py: Added item to substitutions related to 'port detached' message that raises in dev build. 2024-07-09 15:04:16 +03:00
Pavel Zotov
dfc6dce340
Merge pull request #22 from aafemt/master
Make test pass on debug build
2024-07-08 21:40:35 +03:00
pavel-zotov
ee1d83625e Added/Updated tests\functional\replication\test_invalid_msg_if_target_db_has_no_replica_flag.py: Partially re-implemented - see notes. Checked on Windows, 4.0.5.3112-d2e612c, 5.0.1.1416-b4b3559, 6.0.0.374-0097d28 (SS and CS). 2024-06-21 13:50:10 +03:00
pavel-zotov
d37a99fc5a Added/Updated tests\functional\replication\test_bugcheck_in_rw_replica_after_conflicting_insert.py: Removed hard-coded max_wait that was added temporary for debug. 2024-06-21 11:12:42 +03:00
pavel-zotov
647b877d67 Added/Updated tests\functional\replication\test_bugcheck_in_rw_replica_after_conflicting_insert.py: Added debug output if some goes wrong. Fixed stupid copy-paste code that can cause fail. Checked on 4.0.5.3112-d2e612c, 5.0.1.1416-b4b3559, 6.0.0.374-0097d28 2024-06-21 11:11:46 +03:00
pavel-zotov
0618f10625 Added/Updated tests\bugs\gh_4723_incompressible_test.py: dummy change to force all major versions to be checked again 2024-06-21 02:36:49 +03:00
pavel-zotov
86308b3ee8 Added/Updated tests\bugs\gh_8161_test.py: added comments 2024-06-20 11:19:37 +03:00