pavel-zotov
|
d2180b5d84
|
Added/Updated tests\bugs\core_5077_test.py: Max waiting time for encryption/decryption to complete must be separated for different OS. MAX_WAIT_FOR_ENCR_FINISH_WIN and MAX_WAIT_FOR_ENCR_FINISH_NIX settings are used now from QA_GLOBALS['encryption'] instead of old MAX_ENCRYPT_DECRYPT_MS.
|
2023-03-11 10:45:47 +03:00 |
|
pavel-zotov
|
5a1b144d4d
|
Added/Updated tests\bugs\core_4524_test.py: Max waiting time for encryption/decryption to complete must be separated for different OS. MAX_WAIT_FOR_ENCR_FINISH_WIN and MAX_WAIT_FOR_ENCR_FINISH_NIX settings are used now from QA_GLOBALS['encryption'] instead of old MAX_ENCRYPT_DECRYPT_MS.
|
2023-03-11 10:42:07 +03:00 |
|
pavel-zotov
|
53a4107c3d
|
Added/Updated tests\bugs\core_6163_test.py: Max waiting time for encryption/decryption to complete must be separated for different OS. MAX_WAIT_FOR_ENCR_FINISH_WIN and MAX_WAIT_FOR_ENCR_FINISH_NIX settings are used now from QA_GLOBALS['encryption'] instead of old MAX_ENCRYPT_DECRYPT_MS.
|
2023-03-11 10:39:55 +03:00 |
|
pavel-zotov
|
840a554a6e
|
Added/Updated tests\bugs\core_6071_test.py: Max waiting time for encryption/decryption to complete must be separated for different OS. MAX_WAIT_FOR_ENCR_FINISH_WIN and MAX_WAIT_FOR_ENCR_FINISH_NIX settings are used now from QA_GLOBALS['encryption'] instead of old MAX_ENCRYPT_DECRYPT_MS.
|
2023-03-11 10:34:50 +03:00 |
|
pavel-zotov
|
a32216f0cd
|
Added/Updated tests\bugs\gh_6947_test.py: minor correction of comment
|
2023-03-11 10:27:35 +03:00 |
|
pavel-zotov
|
024fa7baaa
|
Added/Updated tests\bugs\gh_6947_test.py: Marked as SKIPPED because covered by core_6048_test. Probably will be deleted soon.
|
2023-03-11 10:25:52 +03:00 |
|
pavel-zotov
|
06c7753c78
|
Added/Updated tests\bugs\gh_7200_test.py: removed unused variable
|
2023-03-11 10:09:11 +03:00 |
|
pavel-zotov
|
4f56bdc67e
|
Added/Updated tests\bugs\core_6048_test.py: minor correction of comment
|
2023-03-11 10:04:23 +03:00 |
|
pavel-zotov
|
c99d2fac5c
|
Max waiting time for encryption to complete must be separated for different OS. Introduced MAX_WAIT_FOR_ENCR_FINISH_WIN and MAX_WAIT_FOR_ENCR_FINISH_NIX settings. They will replace old MAX_ENCRYPT_DECRYPT_MS.
|
2023-03-11 10:02:40 +03:00 |
|
pavel-zotov
|
ffe2049dc4
|
Added/Updated tests\bugs\core_6048_test.py: re-implemented: it is enough to see only few different values of mon$database.mon$crypt_page while encryption is running. See notes in the test.
|
2023-03-11 10:00:53 +03:00 |
|
pavel-zotov
|
9a015031bf
|
Added/Updated tests\bugs\gh_7501_test.py: Checked on 5.0.0.972; 4.0.3.2907
|
2023-03-11 00:40:03 +03:00 |
|
Pavel Zotov
|
486c4ad0dc
|
Merge pull request #14 from ant-zuev/add_tests_alter_trigger
Add tests for ALTER TRIGGER from fbtest.
|
2023-03-10 19:46:57 +03:00 |
|
Pavel Zotov
|
36faaa6d3e
|
Merge pull request #13 from ant-zuev/add_test_gh_6987
Add a test tests/bugs/gh_6987_test.py from fbtest.
|
2023-03-10 19:43:29 +03:00 |
|
Pavel Zotov
|
f7cd756e9f
|
Merge pull request #12 from ant-zuev/add_test_gh_6778
Add a test tests/bugs/gh_6778_test.py from fbtest.
|
2023-03-10 19:35:43 +03:00 |
|
Pavel Zotov
|
d5dccfd1f5
|
Update gh_6778_test.py
Minor change: provide two backslashes for each regexp special character.
|
2023-03-10 19:34:45 +03:00 |
|
pavel-zotov
|
3e36cef652
|
Removed test that was replaced by two ones: core_3690_dialect_1_test.py and core_3690_dialect_3_test.py
|
2023-03-10 19:10:32 +03:00 |
|
pavel-zotov
|
78721b418b
|
Added/Updated tests\bugs\core_3690_dialect_3_test.py: restored test that was missed during migration. Thanks to Anton Zuev.
|
2023-03-10 19:09:45 +03:00 |
|
pavel-zotov
|
dd77299b70
|
Added/Updated tests\bugs\core_3690_dialect_1_test.py: restored test that was missed during migration. Thanks to Anton Zuev.
|
2023-03-10 19:09:36 +03:00 |
|
Anton Zuev
|
091a25f6c8
|
Add tests for ALTER TRIGGER from fbtest.
|
2023-03-10 16:41:49 +03:00 |
|
Anton Zuev
|
6f6a80883a
|
Add a test tests/bugs/gh_6987_test.py from fbtest.
|
2023-03-10 15:51:08 +03:00 |
|
Anton Zuev
|
51018f7690
|
Add a test tests/bugs/gh_6778_test.py from fbtest.
|
2023-03-10 15:38:33 +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 |
|
Pavel Zotov
|
ef8d683def
|
Merge pull request #9 from ant-zuev/add_fbtest_datatypes
Add datatypes tests from fbtest.
|
2023-03-10 13:46:51 +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
|
547b775085
|
Added .fbk for test core-5602
|
2023-03-10 07:36:08 +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
|
7f14175f7a
|
Merge branch 'master' of https://github.com/FirebirdSQL/firebird-qa
|
2023-03-09 10:31:01 +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
|
b78fac94b6
|
Merge branch 'master' of https://github.com/FirebirdSQL/firebird-qa
|
2023-03-09 09:56:35 +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 |
|