pavel-zotov
|
21487f6b3b
|
Added/Updated tests\bugs\core_0119_test.py: Added 'SQLSTATE' in substitutions: runtime error must be not be filtered out by '?(...)' pattern. Added 'combine_output = True' in order to see SQLSTATE if any error occurs.
|
2023-12-10 12:35:07 +03:00 |
|
pavel-zotov
|
4c969dca8c
|
Added/Updated tests\bugs\core_6458_test.py: refactored: replaced old stupid delay with loop which does query to mon$ tables per small interval.
|
2023-12-08 23:56:08 +03:00 |
|
pavel-zotov
|
5f5a631022
|
Added/Updated tests\bugs\core_4200_test.py: Removed excessive split. Added notes.
|
2023-12-08 23:06:54 +03:00 |
|
pavel-zotov
|
b249325543
|
Added/Updated tests\bugs\gh_7908_test.py: removed occasional '5' from 1st list
|
2023-12-07 13:10:19 +03:00 |
|
pavel-zotov
|
9994f476dc
|
Added/Updated tests\bugs\gh_7200_test.py: Increased number of inserted rows and indexed column width -- see notes.
|
2023-12-06 15:08:15 +03:00 |
|
pavel-zotov
|
f16376a26d
|
Added/Updated tests\bugs\gh_7908_test.py: Checked on 6.0.0.172, 5.0.0.1294 (intermediate builds, date: 06-dec-2023)
|
2023-12-06 10:50:29 +03:00 |
|
pavel-zotov
|
ee40d4590c
|
Added/Updated tests\bugs\gh_7903_test.py: Checked on 6.0.0.169, 5.0.0.1292
|
2023-12-04 11:40:18 +03:00 |
|
pavel-zotov
|
2b9c7ed68d
|
Added/Updated tests\bugs\gh_7086_test.py: Checked on 6.0.0.163, 5.0.0.1284. RE-IMPLEMENTED. See notes about comments handling by ISQL after implementation of SET AUTOTERM, PR #7868
|
2023-12-01 23:52:29 +03:00 |
|
pavel-zotov
|
16d18e4201
|
Added/Updated tests\bugs\gh_6935_test.py: Checked on 6.0.0.163, 5.0.0.1284, 4.0.5.3033. RE-IMPLEMENTED. See notes about comments handling by ISQL after implementation of SET AUTOTERM, PR #7868
|
2023-12-01 23:09:43 +03:00 |
|
pavel-zotov
|
60eff4140e
|
Added/Updated tests\bugs\core_4923_test.py: re-implemented, see notes.
|
2023-12-01 22:58:14 +03:00 |
|
pavel-zotov
|
2f7941adee
|
Added/Updated tests\bugs\core_4747_test.py: Checked on 6.0.0.157, 5.0.0.1284, 4.0.5.3033. RE-IMPLEMENTED. See notes about comments handling by ISQL after implementation of SET AUTOTERM, PR #7868
|
2023-12-01 22:33:08 +03:00 |
|
pavel-zotov
|
6bfc76c3ea
|
Added/Updated tests\bugs\core_6043_test.py: Adjusted pytest.mark.version: test can run only on FB 3.x and 4.x.
|
2023-12-01 22:05:27 +03:00 |
|
pavel-zotov
|
aafd18bf48
|
Added/Updated tests\bugs\core_6444_test.py: removed check of concrete records. Only SQLDA is checked now.
|
2023-12-01 21:52:41 +03:00 |
|
pavel-zotov
|
4cbd902ec6
|
Added/Updated tests\bugs\core_5291_test.py: added messages to make easier distinguish problematic case. Adjusted output to recent FB versions. Use combine_output = True instead of catch stderr.
|
2023-11-30 23:09:21 +03:00 |
|
pavel-zotov
|
8fdd24dd7b
|
Added/Updated tests\bugs\gh_7800_test.py: Checked on 5.0.0.1283, 4.0.5.3033 after backport (intermediate snapshots 30.11.2023).
|
2023-11-30 21:46:39 +03:00 |
|
pavel-zotov
|
1bd0dcaf44
|
Added/Updated tests\bugs\core_5691_test.py: adapted old test to work under new QA. Checked on 6.0.0.157, 5.0.0.1280, 4.0.5.3031
|
2023-11-29 16:08:17 +03:00 |
|
pavel-zotov
|
4eb16ac704
|
Added/Updated tests\bugs\gh_7886_test.py: Checked on 6.0.0.157 (intermediate snapshot)
|
2023-11-29 10:13:23 +03:00 |
|
pavel-zotov
|
ba8a5a513b
|
Added/Updated tests\bugs\core_4578_test.py: re-implemented old test to be used in new QA.
|
2023-11-28 21:14:04 +03:00 |
|
pavel-zotov
|
4ca464540b
|
Added/Updated tests\bugs\gh_7350_test.py: Removed branched for 5.x vs 6.x, code now the same for 5.x and 6.x
|
2023-11-27 23:50:59 +03:00 |
|
pavel-zotov
|
3870823a95
|
Added/Updated tests\bugs\gh_7810_test.py: reduced min_version to 5.0 after backport from v 6.x
|
2023-11-27 23:03:15 +03:00 |
|
pavel-zotov
|
d59b45edf6
|
Added/Updated tests\bugs\gh_7879_test.py: Checked 6.0.0.154, 5.0.0.1280
|
2023-11-27 22:20:49 +03:00 |
|
pavel-zotov
|
8f068d1f46
|
Added/Updated tests\bugs\core_5646_test.py: fully reimplemented - see notes
|
2023-11-27 02:04:31 +03:00 |
|
pavel-zotov
|
24a4c8597b
|
Added/Updated tests\bugs\core_5646_test.py: correction of comment
|
2023-11-26 19:12:02 +03:00 |
|
pavel-zotov
|
f88f335a4a
|
Added/Updated tests\bugs\core_5646_test.py: added comments related to initial discussion and commits. Perhaps this test needs to be fully reimplemented.
|
2023-11-26 19:09:39 +03:00 |
|
pavel-zotov
|
effc0ac87b
|
Added/Updated tests\bugs\core_5220_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-26 01:18:17 +03:00 |
|
pavel-zotov
|
1804767499
|
Added/Updated tests\bugs\core_5089_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice
|
2023-11-26 01:16:19 +03:00 |
|
pavel-zotov
|
4326b911a4
|
Added/Updated tests\bugs\core_3314_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-26 01:13:40 +03:00 |
|
pavel-zotov
|
36d2be1871
|
Added/Updated tests\bugs\core_3092_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-26 01:09:42 +03:00 |
|
pavel-zotov
|
2306a05648
|
Added/Updated tests\bugs\core_2920_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-26 01:08:34 +03:00 |
|
pavel-zotov
|
76fe9040d7
|
Added/Updated tests\bugs\core_2197_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-26 01:04:02 +03:00 |
|
pavel-zotov
|
a0e690390f
|
Added/Updated tests\bugs\gh_7456_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice
|
2023-11-26 00:20:37 +03:00 |
|
pavel-zotov
|
74f1d9e5a0
|
Added/Updated tests\bugs\gh_7350_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice
|
2023-11-26 00:16:13 +03:00 |
|
pavel-zotov
|
40cac8e771
|
Added/Updated tests\bugs\gh_7276_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-25 19:51:42 +03:00 |
|
pavel-zotov
|
0e30ed57f9
|
Added/Updated tests\bugs\gh_6854_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice
|
2023-11-25 19:46:44 +03:00 |
|
pavel-zotov
|
27efde35d2
|
Added/Updated tests\bugs\core_6379_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice
|
2023-11-25 19:45:48 +03:00 |
|
pavel-zotov
|
33e647a069
|
Added/Updated tests\bugs\core_5887_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-25 19:40:26 +03:00 |
|
pavel-zotov
|
0c97ab5e3e
|
Added/Updated tests\bugs\core_5843_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-25 19:36:17 +03:00 |
|
pavel-zotov
|
475b37b22c
|
Added/Updated tests\bugs\core_5756_addi_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-25 19:33:07 +03:00 |
|
pavel-zotov
|
ad6d9afc18
|
Added/Updated tests\bugs\core_5754_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-25 19:28:25 +03:00 |
|
pavel-zotov
|
a4d6ec49b6
|
Added/Updated tests\bugs\core_5704_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-25 19:27:18 +03:00 |
|
pavel-zotov
|
3cc5f4330a
|
Added/Updated tests\bugs\core_5489_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-25 19:25:21 +03:00 |
|
pavel-zotov
|
f87804bae4
|
Added/Updated tests\bugs\core_2036_test.py: fixed non-ascii character cyrillic 'es' that looks exactly as 'c'
|
2023-11-25 19:21:13 +03:00 |
|
pavel-zotov
|
09a1437bf4
|
Added/Updated tests\bugs\core_5435_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice
|
2023-11-25 19:19:38 +03:00 |
|
pavel-zotov
|
3d03438979
|
Added/Updated tests\bugs\core_4483_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-25 19:12:02 +03:00 |
|
pavel-zotov
|
4603449087
|
Added/Updated tests\bugs\core_4464_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-25 19:06:53 +03:00 |
|
pavel-zotov
|
9185772aa7
|
Added/Updated tests\bugs\core_2036_test.py: ьштщк сщккусешщт
|
2023-11-25 18:52:35 +03:00 |
|
pavel-zotov
|
e1b2970c1f
|
Added/Updated tests\bugs\core_3799_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twice
|
2023-11-25 18:51:55 +03:00 |
|
pavel-zotov
|
4693684b5b
|
Added/Updated tests\bugs\core_3761_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-25 18:49:39 +03:00 |
|
pavel-zotov
|
51a2709a91
|
Added/Updated tests\bugs\core_2036_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow to specify THE SAME terminator twise
|
2023-11-25 18:46:47 +03:00 |
|
pavel-zotov
|
29dc60998c
|
Added/Updated tests\bugs\core_1907_test.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc).
|
2023-11-25 18:42:40 +03:00 |
|