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

149 Commits

Author SHA1 Message Date
zotov
0e933ea00b Engine version should be compared with tested value via Action.is_version() rather than excessive connect to services and obtaining it from srv.info. Changed code after suggestion by pcisar. 2022-04-08 14:16:01 +03:00
zotov
ba568a137e Removed test which depends on CPU manufacturer and (on Windows) MS runtime version. 2022-04-08 10:19:30 +03:00
zotov
452005b356 Added/Updated functional\arno\optimizer\test_opt_mixed_joins_06.py: Expected stdout depends now on major FB version because of changes since 5.0.0.455: data source with greatest cardinality will be specified at left-most position in the plan when HASH JOIN is choosen. See details in NOTES to this test. 2022-04-08 10:00:29 +03:00
zotov
410c403fa3 Added NOTES section. 2022-04-08 09:56:23 +03:00
zotov
0a457d5f74 Added/Updated functional\arno\optimizer\test_opt_mixed_joins_05.py: Expected stdout depends now on major FB version because of changes since 5.0.0.455: data source with greatest cardinality will be specified at left-most position in the plan when HASH JOIN is choosen. See details in NOTES to this test. 2022-04-08 09:55:35 +03:00
zotov
2bc4b4e3ad Added/Updated functional\arno\optimizer\test_opt_mixed_joins_02.py: Expected stdout depends now on major FB version because of changes since 5.0.0.455 in PLAN HASH when data sources have the same cardinality. 2022-04-08 09:45:42 +03:00
zotov
ec71edd3f0 Added/Updated functional\arno\optimizer\test_opt_inner_join_merge_06.py: Expected stdout depends now on major FB version because of changes since 5.0.0.455 in PLAN HASH when data sources have the same cardinality. 2022-04-08 09:41:53 +03:00
zotov
937c110dde Adjusted TITLE section to actual info. Renamed file to have name similar to old one from FBT suite. 2022-04-08 09:23:41 +03:00
zotov
5e994b07a3 Added/Updated bugs\core_4492_test.py: Expected stdout depends now on major FB version because of changes since 5.0.0.455 in PLAN HASH when data sources have the same cardinality. 2022-04-07 21:27:40 +03:00
zotov
f8ff55d30a Added/Updated bugs\core_4528_test.py: Expected stdout depends now on major FB version because of changes since 5.0.0.455 in PLAN HASH when data sources have the same cardinality. 2022-04-07 21:23:35 +03:00
zotov
75905ca8d4 Added/Updated bugs\core_4809_test.py: Expected stdout depends now on major FB version because of changes since 5.0.0.455 in PLAN HASH when data sources have the same cardinality. 2022-04-07 21:21:02 +03:00
zotov
22e39eb86f Added/Updated bugs\core_5598_test.py: Expected stdout depends now on major FB version because of changes since 5.0.0.455 in PLAN HASH when data sources have the same cardinality. 2022-04-07 21:16:14 +03:00
zotov
e2363f5603 Added/Updated bugs\core_3553_test.py: Expected stdout depends now on major FB version because of changes since 5.0.0.455 in PLAN HASH when data sources have the same cardinality. 2022-04-07 21:02:51 +03:00
zotov
511a54cde8 Added/Updated bugs\core_3834_test.py: No need to use .fbk from original ticket. Expected stdout depends now on major FB version because of changes since 5.0.0.455 in PLAN HASH when data sources have the same cardinality. See details in the test source. 2022-04-07 15:54:51 +03:00
zotov
38e749d56a Updated bugs\core_6444_test.py: adjust expected stdout/stderr to current FB version. 2022-04-07 14:35:46 +03:00
zotov
6a1345dcb3 Re-implemented after pcisar notes, see letter 25-mar-2022 14:17. 2022-03-30 22:47:07 +03:00
zotov
ca8278c169 Re-implemented: we have to create separate .sql file and run it using 'ISQL ... -I this_temporary_file.sql' - rather than use PIPE mechanism. Details see in the code. 2022-03-24 21:25:17 +03:00
zotov
0b97393439 Adjusted 2022-03-23 20:20:45 +03:00
zotov
613ad2778f Removed unneeded .fbk 2022-03-23 20:11:42 +03:00
zotov
418ef58677 removed dependency on separate .fbk file: got script which forces crash on FB 2.5.0 without it, but one need to re-connect. Put this inside test code. 2022-03-23 20:11:04 +03:00
zotov
56634f41e9 Adjusted output to recent FB 5.0.x snapshot. 2022-03-23 16:35:04 +03:00
zotov
7e48423300 Changed .sql column names. Changed ORDER BY clause according to RDB$RELATION_FIELDS unique key: RDB$FIELD_NAME plus RDB$RELATION_NAME. Changed substitutions list. Adjusted output to FB 3.0.8 Release, 4.0.1 Release and recent 5.0.x snapshot. 2022-03-23 16:28:04 +03:00
zotov
8044f703df Merge branch 'master' of https://github.com/FirebirdSQL/firebird-qa 2022-03-08 11:35:44 +03:00
zotov
2af9561d64 Replaced code which did trace log parsing. Details see in the test source. 2022-03-08 11:16:03 +03:00
781b09d30f add: Support for utf8filename in db_factory() 2022-03-07 20:06:48 +01:00
9c85eb0cb6 Clenup + todo 2022-03-07 20:06:04 +01:00
zotov
6566706968 refactored because FB 3.x produces additional connection. Filter expression must be stronger in the DB-connect trigger 2022-03-07 14:42:25 +03:00
zotov
397b1f239f Adjusted output for recent FB 5.x version. 2022-03-07 12:13:22 +03:00
zotov
369f58bd13 Resolved problem with output mismatch on Windows vs Linux. See details in the source code. 2022-03-06 14:25:43 +03:00
zotov
bb37b407c3 Resolved problem with output mismatch for FB 3.0.x on Windows vs Linux. See details in the source code. 2022-03-04 23:38:23 +03:00
zotov
7bb72bff00 Resolved problem with output mismatch on Windows vs Linux. See details in the source code. 2022-03-02 21:04:43 +03:00
b63235dbc9 Do not trace initfini events 2022-03-02 14:31:29 +01:00
aa3c73754f readthedocs configuration 2022-02-24 19:31:41 +01:00
f584501d07 README 2022-02-24 19:21:45 +01:00
da0ffc3cae Adjustments for v0.12.1 2022-02-24 19:21:22 +01:00
84caa5a270 v0.12.1 2022-02-24 19:20:17 +01:00
1ab7e9b1b7 Documentation (Sphinx) 2022-02-24 19:18:17 +01:00
zotov
1826c8cbec Adjusted output to current FB snapshot. 2022-02-17 12:15:02 +03:00
zotov
b67dd9b499 Adjusted output to fresh FB-5.x snashot 2022-02-14 11:49:12 +03:00
zotov
61b4a65a55 replaced 'out nul' with reference to variable which stores actual name of null device that depends on OS. 2022-02-12 19:06:55 +03:00
zotov
88218d531b removed 'out nul', otherwise file with this name will be created on Linux. Test query does not produce any output thus we can skip redirection command. 2022-02-12 12:03:18 +03:00
Dmitry Yemanov
3655598c1a Fixed a few ambiguous tests 2022-02-10 12:12:49 +03:00
8cd83ec67f Fix for Windows with 4.0.1 2022-02-09 20:47:40 +01:00
2e0f861142 Fix for 3.0.8 Windows 2022-02-08 18:14:29 +01:00
9a10f3468e Corrections for FB 4.0.1 2022-02-07 18:03:19 +01:00
b5d8a22976 Remove xfails that escaped cleanup 2022-02-07 12:43:29 +01:00
dfd437d7f9 fix escape sequence 2022-02-06 15:21:23 +01:00
142398d16a Reworked --skip-deselected, new --extend-xml option 2022-02-06 13:20:57 +01:00
91781e9231 New metadata + cleanup 2022-02-04 19:05:19 +01:00
decd3ba022 Refactored. New metadata + better test layout. 2022-02-04 19:04:34 +01:00