6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 21:43:06 +01:00
Commit Graph

1264 Commits

Author SHA1 Message Date
pavel-zotov
3d538f5c68 Added/Updated tests\bugs\core_5691_test.py: Added call os.system('chcp 65001') before invocation of VBS. See notes. 2024-03-28 12:59:06 +03:00
pavel-zotov
3c34d08361 Added/Updated tests\functional\replication\test_bugcheck_in_rw_replica_after_conflicting_insert.py: re-implemented after fixed gh-8042, commit commit #62f4c5a7 2024-03-26 16:16:41 +03:00
pavel-zotov
43b4f1c884 Updated tests\bugs\gh_0310_test.py: adjust expected stdout/stderr to current FB version. 2024-03-26 15:53:04 +03:00
pavel-zotov
006a7dd606 Added/Updated tests\bugs\gh_8015_test.py: Checked on 6.0.0.301. Currently only BTRIM is checked. 2024-03-26 13:26:34 +03:00
pavel-zotov
5015481ee1 Added/Updated tests\bugs\gh_7937_test.py: Checked on 6.0.0.286 2024-03-26 10:09:26 +03:00
pavel-zotov
1e7b2ece32 Added/Updated tests\bugs\gh_8056_test.py: Checked on 6.0.0.295 bf5ab97, 5.0.1.1370 906e270, 4.0.5.3080 5d44e7c 2024-03-24 00:06:29 +03:00
pavel-zotov
b782dcb0af Added/Updated tests\bugs\gh_7647_test.py: Added restriction for major versions that are allowed to be checked: currently only 3.x and 4.x. See also: https://github.com/FirebirdSQL/firebird/issues/7862 2024-03-23 21:42:31 +03:00
pavel-zotov
4dcf096674 Added/Updated tests\bugs\gh_7227_test.py: Test was not committed in repo for unknown reason. Fixed (after check again on 5.x). 2024-03-23 21:25:22 +03:00
pavel-zotov
a2ad4659fa Added/Updated tests\functional\replication\test_bugcheck_in_rw_replica_after_conflicting_insert.py: re-implemented after fixed gh-8042, commit commit #62f4c5a7 2024-03-23 20:57:12 +03:00
pavel-zotov
28ef5c826c Added/Updated tests\bugs\gh_6802_test.py: Added combine_output in order to see concrete case where test fails. Checked on Windows, ServerMode = CS/SS: 4.0.5.3077, 5.0.1.1360, 6.0.0.288 2024-03-15 16:16:36 +03:00
pavel-zotov
e08a65108a Added/Updated tests\functional\arno\optimizer\test_opt_inner_join_03.py: Adjusted expected plan for FB 3.x after #8030 (discussed with dimitr). 2024-03-15 12:22:37 +03:00
pavel-zotov
393817c4cf Added/Updated tests\functional\replication\test_bugcheck_in_rw_replica_after_conflicting_insert.py: Added temporary mark 'disabled_in_forks' - see notes. 2024-03-15 08:11:18 +03:00
pavel-zotov
acc350f834 Added/Updated tests\functional\replication\test_bugcheck_in_rw_replica_after_conflicting_insert.py: 6.0.0.288 eee5704, 5.0.1.1360 055b53b, 4.0.5.3077 (regular sapshot, date: 14.03.2024). NB: SEE NOTES. Make sure that FB service does not have 'Restart' option in recovery page. 2024-03-14 23:25:12 +03:00
pavel-zotov
5b57e1b99b Added/Updated tests\bugs\gh_7997_test.py: Reduced min_version after check 4.0.5.3066 (commit #9930033) 2024-03-13 22:34:04 +03:00
pavel-zotov
0d7b7d4804 Added/Updated tests\bugs\gh_8033_test.py: Checked on 5.0.1.1358 (commt #b0c846ae) - reduced min_version to 5.0.1. 2024-03-13 20:10:25 +03:00
pavel-zotov
038a6013c5 Added/Updated tests\functional\tabloid\test_dbp_1940_20040130_1740.py: added combine_output in order to see STDERR content 2024-03-13 09:48:17 +03:00
pavel-zotov
8dfbf6842f Added/Updated tests\functional\tabloid\test_dbp_2146_distinct_not_in.py: added combine_output in order to see STDERR content 2024-03-13 09:37:42 +03:00
pavel-zotov
da7b00fe5b Added/Updated tests\bugs\core_0165_test.py: added combine_output in order to see STDERR content 2024-03-13 09:33:32 +03:00
pavel-zotov
73190ac2b1 Added/Updated tests\bugs\gh_7997_test.py: Checked 5.0.1.1358. Reduced min_version to 5.0.1. 2024-03-13 08:14:38 +03:00
pavel-zotov
4222fdd357 Added/Updated tests\bugs\gh_8020_test.py: Checked on 6.0.0.269. NOTE: DROP-statements are intentionally enclosed in PSQL block with begin/end and suppressing any error. See notes. 2024-03-12 10:09:00 +03:00
pavel-zotov
52424e94c0 Added/Updated tests\bugs\gh_8033_test.py: Checked 6.0.0.278 -- all fine. 2024-03-11 21:56:49 +03:00
pavel-zotov
693244b5ad dummy change for adjust local git settings 2024-03-11 21:42:02 +03:00
pavel-zotov
cbfa183036 Added/Updated tests\bugs\gh_7997_test.py: Checked 6.0.0.276 -- all fine 2024-03-11 21:30:25 +03:00
pavel-zotov
7881246dff Added/Updated tests\bugs\core_5501_test.py: minor change: adjusted comments 2024-02-18 10:24:11 +03:00
pavel-zotov
17ea299d65 Added/Updated tests\bugs\core_5501_test.py: put encryption in proper place: after we made DB pages garbage. 2024-02-17 23:38:07 +03:00
pavel-zotov
a0bc238036 Added/Updated tests\bugs\core_5501_test.py: fully re-implemented. See notes. 2024-02-17 21:11:20 +03:00
pavel-zotov
bbfa394385 Added/Updated tests\bugs\gh_7747_test.py: Added call to sweep: test sometimes can fail if background garbage collection does not complete its job. Detected several times on Linux. See notes. 2024-02-17 09:43:27 +03:00
pavel-zotov
fe56d7bc51 Added/Updated tests\bugs\gh_7979_test.py: Minor correction in comments 2024-02-16 19:46:07 +03:00
pavel-zotov
3ad20de5f3 Added/Updated tests\bugs\gh_7998_test.py: Minor correction in comments 2024-02-16 19:45:56 +03:00
pavel-zotov
78557b910a Added/Updated tests\bugs\gh_7998_test.py: Added [temporary] mark for SKIP this test when QA runs agains *fork* of standard FB because it hangs. See comments in the test source. 2024-02-16 19:44:01 +03:00
pavel-zotov
1bef2dd6a2 Added/Updated tests\bugs\gh_7979_test.py: Added [temporary] mark for SKIP this test when QA runs agains *fork* of standard FB because it hangs. See comments in the test source. 2024-02-16 19:43:50 +03:00
pavel-zotov
3f621f1f34 Added/Updated tests\bugs\gh_7979_test.py: Reduced min_version to 4.0.5. Checked on 4.0.5.3059 (commit #a552f1f3), 5.0.1.1340 (commit #f7171b58) 2024-02-15 23:27:02 +03:00
pavel-zotov
03af143d34 Added/Updated tests\functional\replication\test_blob_characters_garbled_when_conn_charset_differs.py: Checked on Windows: 6.0.0.264, 5.0.1.1340, 4.0.5.3059 -- all fine. 2024-02-15 23:17:28 +03:00
pavel-zotov
6a184a6e41 Added/Updated tests\bugs\gh_7998_test.py: Checked on 5.0.1.1340 -- all fine. Reduced min_version. 2024-02-15 13:43:01 +03:00
pavel-zotov
6e8c054c17 Added/Updated tests\bugs\gh_7998_test.py: adjusted min_version 2024-02-10 15:03:11 +03:00
pavel-zotov
00b037401c Added/Updated tests\bugs\gh_7916_test.py: Checked on 6.0.0.257 -- all fine. 2024-02-10 15:02:23 +03:00
pavel-zotov
1d314d55ec Added/Updated tests\bugs\gh_7916_test.py: Checked on 6.0.0.257. 2024-02-10 13:52:04 +03:00
pavel-zotov
f844e83418 Added/Updated tests\bugs\gh_7998_test.py: Checked on 6.0.0.257 2024-02-10 13:41:22 +03:00
pavel-zotov
310b2c2995 Added/Updated tests\bugs\gh_7995_test.py: Checked on 5.0.1.1332 (commit ffb54229). 2024-02-07 12:08:07 +03:00
pavel-zotov
82254e58bb Added/Updated tests\bugs\gh_7993_test.py: reduced min_version to 4.0.5 after check intermediate builds: Checked on 5.0.1.1331 (commit 86902a69), 4.0.5.3054 (commit 147bff1a) 2024-02-06 12:34:31 +03:00
pavel-zotov
704a15d535 Added/Updated tests\bugs\gh_7993_test.py: Checked on 6.0.0.249. NB: 5.x is also affected and it looks a regression since 5.0.0.1292 2024-02-06 09:36:19 +03:00
pavel-zotov
85b4add05f Added/Updated tests\bugs\gh_7992_test.py: Checked on 5.0.1.1330, 6.0.0.247. 2024-02-03 10:04:49 +03:00
pavel-zotov
49820d8ae6 Added/Updated tests\bugs\gh_7979_test.py: adjusted 'ISSUE' and 'TITLE' tags 2024-02-03 09:52:25 +03:00
pavel-zotov
835409baed Added/Updated tests\bugs\gh_7568_test.py: Checked on 6.0.0.247. 2024-02-03 08:46:09 +03:00
pavel-zotov
247f8e02a2 Added/Updated tests\bugs\gh_7979_test.py: adjusted generated .py code: removed unneeded call to services, replaced hard-coded values with variables. 2024-02-03 08:19:20 +03:00
pavel-zotov
5da6350fbc Added/Updated tests\bugs\gh_7979_test.py: Bug could NOT be reproduced on Windows. Bug can be reproduced only when appropriate code runs OUTSIDE current firebird-QA framework, i.e. directly from OS. Checked on 6.0.0.244. 2024-02-02 22:20:30 +03:00
pavel-zotov
9965726e44 Added/Updated tests\bugs\gh_7917_test.py: Added check for testing vanilla FB (temporary, until appropriate commits not merged with HQbird fork). 2024-02-01 14:41:10 +03:00
pavel-zotov
3510e98bd7 Added/Updated tests\bugs\gh_7917_test.py: removed windows-only mark after check test on Linux. 2024-01-30 18:38:43 +03:00
pavel-zotov
0ca915f261 Added/Updated tests\bugs\gh_7917_test.py: Checked on 4.0.5.3053, 5.0.1.1327, 6.0.0.230 (intermediate snapshots; all in CS/SS). 2024-01-30 17:40:33 +03:00
pavel-zotov
e49f253d13 Added/Updated tests\bugs\gh_7976_test.py: Checked on 5.0.1.1324. 2024-01-25 18:44:56 +03:00