pavel-zotov
0de3c5e9e8
Added/Updated tests\bugs\core_5602_test.py: Checked on 3.0.11.33665, 4.0.3.2904, 5.0.0.970
2023-03-08 14:37:15 +03:00
pavel-zotov
5623ab563e
Content of $QA_HOME/files/qa-databases.conf must be *ADDED* to the file
...
$TESTING_FB_HOME/databases.conf rather than overwrite it.
Final file must contain aliases 'employee' and 'security.db'.
Otherwise in some cases attempt to made attach to Services can fail:
=======
provider.set_dbcrypt_callback(crypt_callback)
> svc = provider.attach_service_manager(host, spb_buf)
result = self.vtable.attachServiceManager(self, self.status, service.encode(), len(spb), spb)
> self._check()
> raise self.__report(DatabaseError, self.status.get_errors())
firebird.driver.types.DatabaseError: Error occurred during login,
please check server firebird.log for details
=======
And firebird.log contains at this moment:
Authentication error
I/O error during "CreateFile (open)" operation for file "...\SECURITY5.FDB"
Error while trying to open file
The system cannot find the file specified.
Detected on Windows, FB 5.0.0.970, Classic, test bugs/core_6316_test.py
2023-03-08 09:15:41 +03:00
pavel-zotov
8059e7f8b7
Added/Updated tests\bugs\core_6095_test.py: Reimplemented again. See notes.
2023-03-07 19:19:08 +03:00
pavel-zotov
67ff49b951
Added/Updated tests\functional\arno\optimizer\test_opt_full_join_03.py: Replaced WHERE-expr: added coalesce() after discussion with dimitr. Checked on 3.0.11.33665, 4.0.3.2904, 5.0.0.970
2023-03-07 17:19:59 +03:00
pavel-zotov
796854a2f6
Added/Updated tests\functional\arno\optimizer\test_opt_full_join_02.py: Replaced WHERE-expr: added coalesce() after discussion with dimitr. Checked on 3.0.11.33665, 4.0.3.2904, 5.0.0.970
2023-03-07 17:16:17 +03:00
pavel-zotov
34f1623498
Added/Updated tests\bugs\core_5696_test.py: minor change: added descr. from fbt
2023-03-07 16:56:30 +03:00
pavel-zotov
dcbb095124
Added/Updated tests\bugs\core_5696_test.py: Checked on 4.0.3.2904, 5.0.0.970
2023-03-07 16:54:46 +03:00
pavel-zotov
5ae860dbb1
Added/Updated tests\bugs\core_0190_test.py: Checked on 3.0.11.33665, 4.0.3.2904, 5.0.0.970
2023-03-07 16:42:04 +03:00
Anton Zuev
1384000b2a
Add the test bugs.core_5602 from fbt-repository.
2023-03-07 15:38:47 +03:00
Anton Zuev
bc118bc8f2
Add the test bugs.core_0190 from fbt-repository.
2023-03-07 15:02:36 +03:00
pavel-zotov
16af5f2e5d
Added/Updated tests\bugs\core_5793_test.py: minor change: added message for better diagnostics
2023-03-07 13:42:37 +03:00
pavel-zotov
929d9e1dac
Added/Updated tests\bugs\gh_7106_test.py: Checked on 5.0.0.379, 5.0.0.970, 4.0.3.2904, 3.0.11.33665 -- all OK.
2023-03-06 23:09:54 +03:00
pavel-zotov
886bdb1817
Added alias for upcoming test gh-7106
2023-03-06 23:08:47 +03:00
pavel-zotov
087aaff641
Added/Updated tests\bugs\gh_6872_test.py: slightly increased ADDED_COLL_TIME_MAX_RATIO because of failed test on Debian-11 when checked 5.0.0.970 SS.
2023-03-05 18:41:14 +03:00
pavel-zotov
26262424f1
Added/Updated tests\bugs\core_0733_test.py: slightly increased MAX_CPU_RATIO_TXT2BIN_WCOMPR_OFF because of failed test on Debian-11 when checked 5.0.0.970 SS.
2023-03-05 18:36:44 +03:00
pavel-zotov
127e46a764
Added/Updated tests\bugs\gh_7167_test.py: re-implemented in order to run both on Windows and Linux. See notes.
2023-03-05 17:50:00 +03:00
pavel-zotov
6f839d8f1f
Added/Updated tests\bugs\core_6095_test.py: reimplemented. See notes.
2023-03-05 11:52:55 +03:00
pavel-zotov
20d7865c0f
Added/Updated tests\functional\blob\test_rdb_blob_util_basic.py: elevated min_version to 5.0 because rdb$blob_util package does not exists in FB 4.x
2023-03-05 08:57:02 +03:00
pavel-zotov
db76332dc5
Added/Updated tests\bugs\core_5470_test.py: Reimplementedб ыуу тщеуы шт еру еуые ыщгксу
2023-03-04 23:54:40 +03:00
pavel-zotov
96ef8484d4
Added/Updated tests\bugs\core_5887_trusted_role_test.py: Computer name must be converted to UPPERCASE, otherwise test fails.
2023-03-04 21:57:47 +03:00
pavel-zotov
97f7d166d8
Updated tests\functional\basic\isql\test_02.py: adjust expected stdout/stderr to current FB version.
2023-03-04 21:47:44 +03:00
pavel-zotov
b3226eebec
Updated tests\bugs\core_5488_session_idle_test.py: adjust expected stdout/stderr to current FB version.
2023-03-04 21:37:24 +03:00
pavel-zotov
3d47f0cb13
Added/Updated tests\bugs\core_5236_test.py: Expected output was splitted because it differs in FB 5.x
2023-03-04 21:31:52 +03:00
pavel-zotov
5ae25e0179
Updated C:\FBTESTING\qa\firebird-qa\tests\bugs\core_4809_test.py: adjust expected stdout/stderr to current FB version.
2023-03-04 21:26:18 +03:00
pavel-zotov
e02e703539
Added/Updated tests\bugs\core_4319_test.py: Removed assert: requirement about empty trace must be removed because 'FAILED ATTACH_DATABASE' presents in the trace for recent FB 4.x and 5.x
2023-03-04 20:14:17 +03:00
pavel-zotov
8418aa1c97
Added/Updated tests\bugs\core_3064_test.py: Expected output was splitted because FB 5.x now *allows* execution w/o error.
2023-03-04 19:53:40 +03:00
pavel-zotov
7ea48326b3
Added/Updated tests\bugs\core_2078_test.py: Splitted expected out because of changed explained_plan in FB 5.x.
2023-03-04 19:44:47 +03:00
pavel-zotov
eb7c3b1286
Added/Updated tests\bugs\core_4447_test.py: added substitutions for ignoring phrases with line/column numbers in the execution plan (difference was introduced in FB 5.x)
2023-03-04 19:33:50 +03:00
pavel-zotov
4f1534bf61
Added/Updated tests\bugs\core_4379_test.py: added substitutions for ignoring phrases with line/column numbers in the execution plan (difference was introduced in FB 5.x)
2023-03-04 19:32:07 +03:00
pavel-zotov
1b150c8f1f
Added/Updated tests\bugs\core_4318_test.py: Splitted expected out because of changed explained_plan in FB 5.x. Added substitutions because plan in FB 5.x contains concrete numbers of line and column
2023-03-04 19:28:05 +03:00
pavel-zotov
eca54af2eb
Added/Updated tests\bugs\core_2650_test.py: Splitted expected out because of changed explained_plan in FB 5.x
2023-03-04 19:19:28 +03:00
pavel-zotov
7f4391d247
Added/Updated tests\bugs\core_2303_test.py: Refactored: use python code instead of SQL with two cursors, in order to escape from dependency of possible explained plan changes in the future
2023-03-04 19:13:26 +03:00
pavel-zotov
430588c564
Updated tests\bugs\core_1549_test.py: adjust expected stdout/stderr to current FB version.
2023-03-04 18:49:13 +03:00
pavel-zotov
3ac3b20336
Added/Updated tests\bugs\core_5061_test.py: Separated query for FB 5.x: length of explained plan in previous version of query exceeded 64K.
2023-03-04 16:33:14 +03:00
pavel-zotov
1955ab2a6b
Updated tests\bugs\gh_0310_test.py: adjust expected stdout/stderr to current FB version.
2023-03-04 15:56:45 +03:00
pavel-zotov
c20ad3b7e2
Added/Updated tests\bugs\core_4731_test.py: Separated code for FB-4x because it allows now statement 'delete from RDB$BACKUP_HISTORY ...'
2023-03-04 15:52:20 +03:00
pavel-zotov
9e1d581383
Added/Updated tests\bugs\core_6362_test.py: additional comments
2023-03-04 12:27:18 +03:00
pavel-zotov
cd205402cc
Added/Updated tests\bugs\gh_7165_test.py: added mark to be executed only on Windows
2023-03-04 12:26:58 +03:00
pavel-zotov
b13bee1ee1
Added/Updated tests\bugs\gh_3357_test.py: Checked on 5.0.0.970, 4.0.3.2904, 3.0.11.33665. Test must verify that execution plan uses NESTED LOOPS rather than HASH JOIN. Because of this, tables must be filled with approximately equal volume of data.
2023-03-04 12:18:05 +03:00
pavel-zotov
b671a259ad
Added/Updated tests\functional\tabloid\test_remote_access_to_security_db.py: DISABLED execution: see notes.
2023-03-04 01:48:28 +03:00
pavel-zotov
25f4dd553c
Added/Updated tests\bugs\core_5948_test.py: Fixed wrong usage of driver_config.register_database() instance. Checked on 5.0.0.967 SS/CS, 4.0.3.2904 SS/CS, 3.0.11.33665 SS/CS
2023-03-04 01:36:20 +03:00
pavel-zotov
2daab6206d
Added/Updated tests\bugs\gh_7493_test.py: Checked on 5.0.0.970.
2023-03-04 01:02:14 +03:00
pavel-zotov
4f72926fd5
Added/Updated tests\bugs\gh_7186_test.py: Checked on 5.0.0.967 SS/CS, 4.0.3.2904 SS/CS -- all fine.
2023-03-04 00:49:15 +03:00
pavel-zotov
765cc542a3
Added/Updated tests\bugs\gh_7256_test.py: Checked on 5.0.0.967, 4.0.3.2904 (intermediate build 03-mar-2023 12:33). Adjusted notes.
2023-03-03 17:29:36 +03:00
pavel-zotov
2dae2778ad
Added/Updated tests\bugs\gh_7482_test.py: Checked on 5.0.0.967, 4.0.3.2904 (intermediate build 03-mar-2023 12:33). Adjusted notes.
2023-03-03 17:29:24 +03:00
pavel-zotov
f4fa586ddf
Added/Updated tests\bugs\gh_7482_test.py: see notes in the test
2023-03-03 15:06:17 +03:00
pavel-zotov
3c092813ab
Added/Updated tests\bugs\gh_7256_test.py: see notes in the test
2023-03-03 15:03:58 +03:00
pavel-zotov
0aa8320919
Added/Updated tests\bugs\core_0733_test.py: Fixed wrong usage of driver_config.register_database() instance, added check for properly selected protocol. See other notes in the test source.
2023-03-03 14:42:58 +03:00
pavel-zotov
876164c853
Added/Updated tests\bugs\core_6348_test.py: Fixed wrong usage of driver_config.register_database() instance, added check for properly selected protocol. See other notes in the test source.
2023-03-03 13:40:40 +03:00
pavel-zotov
b5339a9eb3
Added/Updated tests\bugs\gh_7200_test.py: replaced comment about Classic 4.0.2.2772
2023-03-03 00:50:30 +03:00