Anton Zuev
|
091a25f6c8
|
Add tests for ALTER TRIGGER from fbtest.
|
2023-03-10 16:41:49 +03:00 |
|
Pavel Zotov
|
bc76b654c8
|
Merge pull request #10 from ant-zuev/add_test_trunc_function
Add a test for TRUNC function
|
2023-03-10 13:52:59 +03:00 |
|
pavel-zotov
|
48025dfd6e
|
Added/Updated tests\functional\datatypes\test_miscelan_binding.py: minor change: backslash for regexp special characters must be specified twise in order to avoit warnings
|
2023-03-10 13:51:13 +03:00 |
|
Anton Zuev
|
116ab4a4b2
|
Add a test for TRUNC function.
|
2023-03-10 12:39:13 +03:00 |
|
Anton Zuev
|
9feb70a5b8
|
Add a test tests/functional/datatypes/test_miscelan_binding.py from fbtest.
|
2023-03-10 10:47:00 +03:00 |
|
Anton Zuev
|
1d6878f080
|
Add a test tests/functional/datatypes/test_int128_agregate_functions.py from fbtest
|
2023-03-10 10:47:00 +03:00 |
|
Anton Zuev
|
208855b192
|
Add a test tests/functional/datatypes/test_decfloat_ordering_rules.py from fbtest.
|
2023-03-10 10:47:00 +03:00 |
|
Anton Zuev
|
a463953ed9
|
Revert "Merge branch 'master' of github.com:ant-zuev/firebird-qa-ant"
This reverts commit 99a3aebc58 , reversing
changes made to 7f14175f7a .
|
2023-03-10 10:46:19 +03:00 |
|
Anton Zuev
|
034b469851
|
Merge remote-tracking branch 'upstream/master'
|
2023-03-10 10:15:38 +03:00 |
|
pavel-zotov
|
f31ae40749
|
Added/Updated tests\bugs\gh_7488_test.py: Checked on intermediate builds 5.0.0.970; 4.0.3.2906
|
2023-03-10 00:36:34 +03:00 |
|
pavel-zotov
|
16d07d6101
|
Added/Updated tests\functional\arno\optimizer\test_opt_multi_index_selection_06.py: -m Adjusted allowed versions: FB 3.x and 4.x issue same execution plan. Plan in FB 5.x differs. Version 5.x is not checked currently. Wait for resolution.
|
2023-03-09 14:10:06 +03:00 |
|
Anton Zuev
|
82c72f4ee9
|
Merge branch 'master' of https://github.com/FirebirdSQL/firebird-qa
|
2023-03-09 13:46:31 +03:00 |
|
Anton Zuev
|
ec8a2227a3
|
Merge branch 'add_tests_optimizer'
|
2023-03-09 13:46:04 +03:00 |
|
Anton Zuev
|
99a3aebc58
|
Merge branch 'master' of github.com:ant-zuev/firebird-qa-ant
|
2023-03-09 13:45:37 +03:00 |
|
Anton Zuev
|
479e885476
|
Merge pull request #1 from ant-zuev/add_tests_derived_table
Add tests derived table
|
2023-03-09 13:42:37 +03:00 |
|
Pavel Zotov
|
bb2a02d75f
|
Merge pull request #8 from ant-zuev/add_tests_optimizer
Add tests for optimizer from fbtest.
|
2023-03-09 12:46:31 +03:00 |
|
pavel-zotov
|
f34e1615a8
|
Added/Updated tests\bugs\gh_6220_test.py: Increased threshold from 1.3 to 1.8
|
2023-03-09 11:35:45 +03:00 |
|
Anton Zuev
|
68492ca2a0
|
Restrict a version of the test tests/functional/arno/optimizer/test_opt_multi_index_selection_06.py to 3.0.
|
2023-03-09 10:38:13 +03:00 |
|
Anton Zuev
|
07b7af8652
|
Add a test tests/functional/arno/optimizer/test_opt_single_index_selection_04.py from fbtest.
|
2023-03-09 10:25:37 +03:00 |
|
pavel-zotov
|
7d2a86717f
|
Added tests that were missed after migration from FBT. Thanks to Anton Zuev. Checked on 3.0.11.33665, 4.0.3.2904, 5.0.0.970
|
2023-03-09 10:23:44 +03:00 |
|
Anton Zuev
|
841cdcb554
|
Add a test tests/functional/arno/optimizer/test_opt_multi_index_selection_06.py from fbtest.
|
2023-03-09 10:19:29 +03:00 |
|
Anton Zuev
|
c889f96846
|
Add a test tests/functional/arno/derived_tables/test_27.py from fbtest.
|
2023-03-09 09:41:36 +03:00 |
|
Anton Zuev
|
6f5894e085
|
Add a test tests/functional/arno/derived_tables/test_26.py from fbtest.
|
2023-03-09 09:41:25 +03:00 |
|
Anton Zuev
|
5191587217
|
Add a test tests/functional/arno/derived_tables/test_25.py from fbtest.
|
2023-03-09 09:29:55 +03:00 |
|
Anton Zuev
|
fe8a91ee0f
|
Add a test tests/functional/arno/derived_tables/test_24.py from fbtest.
|
2023-03-09 09:29:45 +03:00 |
|
Anton Zuev
|
c3bb73e10a
|
Add a test tests/functional/arno/derived_tables/test_23.py from fbtest.
|
2023-03-09 09:23:18 +03:00 |
|
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
|
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 |
|
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
|
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 |
|