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

1276 Commits

Author SHA1 Message Date
pavel-zotov
699b326682 Added/Updated tests\bugs\core_6280_test.py: re-implemented using ISQL-launch. Removed old commented code. Confirmed crash on 3.0.6.33283. No problem on 3.0.6.33285. Checked on 6.0.0.195, 5.0.0.1305, 4.0.5.3049. 2023-12-29 08:59:37 +03:00
pavel-zotov
b05ba82808 Added/Updated tests\bugs\gh_7917_test.py: temporary add SKIP flag because this test hangs on IBSurgeon test server. To be investigated. 2023-12-28 19:37:59 +03:00
pavel-zotov
5d0af9baf0 Added/Updated tests\bugs\gh_7917_test.py: initial implementation. Test most probably will be supplemented with check of firebird.log content. Currently runs only for Windows + server_mode = Super 2023-12-28 16:43:13 +03:00
pavel-zotov
bc59f5e644 Added/Updated tests\functional\util\test_gbak_zip.py: minor change: added 'encryption' mark in order to have ability to include/exclude this test to/from appropriate pytest runs using '-m' command switch 2023-12-28 10:19:21 +03:00
pavel-zotov
f5129f5111 Added/Updated tests\bugs\core_4524_test.py: minor change: added 'encryption' mark in order to have ability to include/exclude this test to/from appropriate pytest runs using '-m' command switch 2023-12-28 10:19:05 +03:00
pavel-zotov
f82c9c3df4 Added/Updated tests\bugs\core_4462_windows_test.py: minor change: added 'encryption' mark in order to have ability to include/exclude this test to/from appropriate pytest runs using '-m' command switch 2023-12-28 10:18:47 +03:00
pavel-zotov
701bd53c13 Added/Updated tests\bugs\core_4462_linux_test.py: minor change: added 'encryption' mark in order to have ability to include/exclude this test to/from appropriate pytest runs using '-m' command switch 2023-12-28 10:18:32 +03:00
pavel-zotov
159c8a0303 Added/Updated tests\functional\replication\test_updating_blob_with_empty_string_stops_replication.py: Make final SWEEP optional, depending on setting RUN_SWEEP_AT_END - see $QA_ROOT/files/test_config.ini. 2023-12-23 15:28:58 +03:00
pavel-zotov
8421763817 Added/Updated tests\functional\replication\test_some_updates_crash_server_on_replica_side.py: Make final SWEEP optional, depending on setting RUN_SWEEP_AT_END - see $QA_ROOT/files/test_config.ini. 2023-12-23 15:28:54 +03:00
pavel-zotov
52a42f9541 Added/Updated tests\functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py: Make final SWEEP optional, depending on setting RUN_SWEEP_AT_END - see $QA_ROOT/files/test_config.ini. 2023-12-23 15:28:51 +03:00
pavel-zotov
05179ec97b Added/Updated tests\functional\replication\test_permission_error_on_ddl_issued_by_non_sysdba.py: Make final SWEEP optional, depending on setting RUN_SWEEP_AT_END - see $QA_ROOT/files/test_config.ini. 2023-12-23 15:28:46 +03:00
pavel-zotov
5f4c2db367 Added/Updated tests\functional\replication\test_oltp_emul_ddl.py: Make final SWEEP optional, depending on setting RUN_SWEEP_AT_END - see $QA_ROOT/files/test_config.ini. 2023-12-23 15:28:42 +03:00
pavel-zotov
4fbba99285 Added/Updated tests\functional\replication\test_invalid_msg_if_target_db_has_no_replica_flag.py: Make final SWEEP optional, depending on setting RUN_SWEEP_AT_END - see $QA_ROOT/files/test_config.ini. 2023-12-23 15:28:38 +03:00
pavel-zotov
f719e27626 Added/Updated tests\functional\replication\test_generator_could_not_be_transferred_to_replica.py: Make final SWEEP optional, depending on setting RUN_SWEEP_AT_END - see $QA_ROOT/files/test_config.ini. 2023-12-23 15:28:34 +03:00
pavel-zotov
a99ffb22b9 Added/Updated tests\functional\replication\test_failed_DDL_commands_can_be_replicated.py: Make final SWEEP optional, depending on setting RUN_SWEEP_AT_END - see $QA_ROOT/files/test_config.ini. 2023-12-23 15:28:30 +03:00
pavel-zotov
e5b1255509 Added/Updated tests\functional\replication\test_duplicates_in_rw_replica_after_conflicting_insert.py: Make final SWEEP optional, depending on setting RUN_SWEEP_AT_END - see $QA_ROOT/files/test_config.ini. 2023-12-23 15:28:26 +03:00
pavel-zotov
7661a45539 Added/Updated tests\functional\replication\test_disallow_rdb_backup_history_replication.py: Make final SWEEP optional, depending on setting RUN_SWEEP_AT_END - see $QA_ROOT/files/test_config.ini. 2023-12-23 15:28:22 +03:00
pavel-zotov
71279a859c Added/Updated tests\functional\replication\test_ddl_triggers_must_not_fire_on_replica.py: Make final SWEEP optional, depending on setting RUN_SWEEP_AT_END - see $QA_ROOT/files/test_config.ini. 2023-12-23 15:28:18 +03:00
pavel-zotov
91cdb641b0 Added/Updated tests\functional\replication\test_dblevel_triggers_must_not_fire_on_replica.py: Make final SWEEP optional, depending on setting RUN_SWEEP_AT_END - see $QA_ROOT/files/test_config.ini. 2023-12-23 15:28:15 +03:00
pavel-zotov
93077c2e67 Added/Updated tests\functional\replication\test_blob_segments_longer_32kb_are_not_replicated.py: Make final SWEEP optional, depending on setting RUN_SWEEP_AT_END - see $QA_ROOT/files/test_config.ini. 2023-12-23 15:28:11 +03:00
pavel-zotov
cf03290787 Added/Updated tests\functional\replication\test_blob_not_found_in_rw_replica_if_target_row_exists.py: Make final SWEEP optional, depending on setting RUN_SWEEP_AT_END - see $QA_ROOT/files/test_config.ini. 2023-12-23 15:28:07 +03:00
pavel-zotov
d39368700d Added/Updated tests\functional\replication\test_updating_blob_with_empty_string_stops_replication.py: Refactored: make test more robust when it can not remove some files from {repl_journal} and {repl_archive} folders. See notes 2023-12-23 11:17:07 +03:00
pavel-zotov
4472665b38 Added/Updated tests\functional\replication\test_some_updates_crash_server_on_replica_side.py: Refactored: make test more robust when it can not remove some files from {repl_journal} and {repl_archive} folders. See notes 2023-12-23 11:17:02 +03:00
pavel-zotov
df907f51fc Added/Updated tests\functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py: Refactored: make test more robust when it can not remove some files from {repl_journal} and {repl_archive} folders. See notes 2023-12-23 11:16:58 +03:00
pavel-zotov
ae31248c88 Added/Updated tests\functional\replication\test_permission_error_on_ddl_issued_by_non_sysdba.py: Refactored: make test more robust when it can not remove some files from {repl_journal} and {repl_archive} folders. See notes 2023-12-23 11:16:54 +03:00
pavel-zotov
884d253e50 Added/Updated tests\functional\replication\test_oltp_emul_ddl.py: Refactored: make test more robust when it can not remove some files from {repl_journal} and {repl_archive} folders. See notes 2023-12-23 11:16:50 +03:00
pavel-zotov
b7a1bf8d50 Added/Updated tests\functional\replication\test_invalid_msg_if_target_db_has_no_replica_flag.py: Refactored: make test more robust when it can not remove some files from {repl_journal} and {repl_archive} folders. See notes 2023-12-23 11:16:47 +03:00
pavel-zotov
4cc7acf604 Added/Updated tests\functional\replication\test_generator_could_not_be_transferred_to_replica.py: Refactored: make test more robust when it can not remove some files from {repl_journal} and {repl_archive} folders. See notes 2023-12-23 11:16:43 +03:00
pavel-zotov
f0645f27e8 Added/Updated tests\functional\replication\test_failed_DDL_commands_can_be_replicated.py: Refactored: make test more robust when it can not remove some files from {repl_journal} and {repl_archive} folders. See notes 2023-12-23 11:16:39 +03:00
pavel-zotov
177221fd00 Added/Updated tests\functional\replication\test_duplicates_in_rw_replica_after_conflicting_insert.py: Refactored: make test more robust when it can not remove some files from {repl_journal} and {repl_archive} folders. See notes 2023-12-23 11:16:35 +03:00
pavel-zotov
d87b25c365 Added/Updated tests\functional\replication\test_disallow_rdb_backup_history_replication.py: Refactored: make test more robust when it can not remove some files from {repl_journal} and {repl_archive} folders. See notes 2023-12-23 11:16:31 +03:00
pavel-zotov
aa4d48a23c Added/Updated tests\functional\replication\test_ddl_triggers_must_not_fire_on_replica.py: Refactored: make test more robust when it can not remove some files from {repl_journal} and {repl_archive} folders. See notes 2023-12-23 11:16:27 +03:00
pavel-zotov
2057a5f8be Added/Updated tests\functional\replication\test_dblevel_triggers_must_not_fire_on_replica.py: Refactored: make test more robust when it can not remove some files from {repl_journal} and {repl_archive} folders. See notes 2023-12-23 11:16:23 +03:00
pavel-zotov
9f30870f26 Added/Updated tests\functional\replication\test_blob_segments_longer_32kb_are_not_replicated.py: Refactored: make test more robust when it can not remove some files from {repl_journal} and {repl_archive} folders. See notes 2023-12-23 11:16:20 +03:00
pavel-zotov
95495509a3 Added/Updated tests\functional\replication\test_blob_not_found_in_rw_replica_if_target_row_exists.py: Refactored: make test more robust when it can not remove some files from {repl_journal} and {repl_archive} folders. See notes 2023-12-23 11:16:16 +03:00
pavel-zotov
b51112a98e Added/Updated tests\functional\replication\test_invalid_msg_if_target_db_has_no_replica_flag.py: Refactored: make test more robast when it can not remove some files from {repl_journal} and {repl_archive} folders. This error must NOT propagate and interrupt entire test. Rather, we must only to log name of file that can not be dropped. 2023-12-22 20:40:02 +03:00
pavel-zotov
dc8248a954 Added/Updated tests\functional\replication\test_invalid_msg_if_target_db_has_no_replica_flag.py: Refactored: make test more robast when it can not remove some files from {repl_journal} and {repl_archive} folders. This error must NOT propagate and interrupt entire test. Rather, we must only to log name of file that can not be dropped. 2023-12-22 20:38:05 +03:00
pavel-zotov
60e5621fa2 Added/Updated tests\bugs\core_5501_test.py: minor changes: added debug printing 2023-12-20 21:15:50 +03:00
pavel-zotov
8b14599560 Added/Updated tests\bugs\gh_7927_test.py: Checked on 6.0.0.186 (intermediate build for commit 305c40a05b1d64c14dbf5f25f36c42c44c6392d9) - all OK. 2023-12-20 20:56:10 +03:00
pavel-zotov
1efa200eb6 Added/Updated tests\bugs\gh_7899_test.py: Checked on 6.0.0.186 (intermediate build for commit 305c40a05b1d64c14dbf5f25f36c42c44c6392d9) - all OK. 2023-12-20 20:30:29 +03:00
pavel-zotov
62d6738b6b Added/Updated tests\bugs\gh_7931_test.py: Checked on 6.0.0.186 (intermediate build for commit 305c40a05b1d64c14dbf5f25f36c42c44c6392d9) - all OK. 2023-12-20 16:02:09 +03:00
pavel-zotov
ff2fe975cf added @pytest.mark.replication in order to skip this test using 'pytest -m "not replication"' command 2023-12-20 15:08:10 +03:00
pavel-zotov
3523e21200 Added/Updated tests\functional\basic\isql\test_08.py: added @pytest.mark.replication in order to skip this test using 'pytest -m "not replication"' command 2023-12-20 15:04:53 +03:00
pavel-zotov
b54ecef577 Added/Updated tests\functional\basic\isql\test_07.py: added @pytest.mark.replication in order to skip this test using 'pytest -m "not replication"' command 2023-12-20 12:22:11 +03:00
pavel-zotov
559a0b0e8c Added/Updated tests\bugs\gh_7687_test.py: Removed 'rand()' in order to have predictable values in table column. Use mod() instead. 2023-12-19 12:06:14 +03:00
pavel-zotov
58caaa8239 Added/Updated tests\bugs\gh_7466_plans_tracking_test.py: Removed 'rand()' in order to have predictable values in table column. Use mod() instead. 2023-12-19 12:02:40 +03:00
pavel-zotov
d8b36f81de Added/Updated tests\bugs\gh_7921_test.py: Checked on 6.0.0.180. NOTE: currently test runs only for FB 6.x 2023-12-18 23:36:52 +03:00
pavel-zotov
dc1c5bbcfe Added/Updated tests\bugs\gh_7904_test.py: minor changes: make initial SQL same as in gh_7921_test.py 2023-12-18 23:36:27 +03:00
pavel-zotov
66103fa080 Added/Updated tests\bugs\gh_7904_test.py: Checked on 5.0.0.1303, 6.0.0.180 2023-12-18 22:37:16 +03:00
pavel-zotov
1a548baee6 Added/Updated tests\bugs\gh_7853_test.py: see notes 2023-12-18 01:07:14 +03:00
pavel-zotov
f5dcb7d31c Added/Updated tests\bugs\gh_7804_test.py: dummy replacement of non-ascii cyrillic 'es' with latin 'c' 2023-12-17 02:12:39 +03:00
pavel-zotov
f21320a5d8 Added/Updated tests\bugs\core_6282_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 14:11:43 +03:00
pavel-zotov
c07e96f70b Merge branch 'master' of https://github.com/FirebirdSQL/firebird-qa 2023-12-16 14:08:02 +03:00
pavel-zotov
a6bdb6748d Added/Updated tests\functional\tabloid\test_333be4bf.py: minor correction: removed several old commented lines 2023-12-16 14:04:16 +03:00
pavel-zotov
08bcaa46bd Added/Updated tests\functional\session\test_alter_session_reset_decfloat.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. 2023-12-16 14:01:48 +03:00
pavel-zotov
a4f0822afd Added/Updated tests\functional\monitoring\test_03.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:59:36 +03:00
pavel-zotov
61fd78a697 Added/Updated tests\functional\intfunc\date\test_dateadd_07.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:50:59 +03:00
pavel-zotov
c0530f06b9 Added/Updated tests\functional\intfunc\avg\test_06.py: see notes 2023-12-16 13:48:45 +03:00
pavel-zotov
1533f9da0f Added/Updated tests\functional\gtcs\test_dsql_domain_01.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:31:16 +03:00
pavel-zotov
8bb10ba7f5 Added/Updated tests\functional\gtcs\test_crash_of_group_by_varchar_4000.py: Added 'Error reading/writing' in substitutions: messages caused by crash must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:29:18 +03:00
pavel-zotov
d1345a1cb6 Added/Updated tests\functional\gtcs\test_computed_fields_12.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:20:35 +03:00
pavel-zotov
36ee1358d8 Added/Updated tests\functional\datatypes\test_miscelan_binding.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 13:02:06 +03:00
pavel-zotov
e22c1da850 Added/Updated tests\functional\datatypes\test_decfloat_parsing_scaled_integers_and_bigint_max_min.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 12:58:45 +03:00
pavel-zotov
7b6d3b5d90 Added/Updated tests\functional\datatypes\test_decfloat_binding_to_other_types.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-16 12:55:46 +03:00
Pavel Zotov
042a609aff
Merge pull request #20 from FirebirdSQL/work/docker
Make it possible to run with docker in Linux
2023-12-16 12:46:24 +03:00
pavel-zotov
3c365afaa3 Added/Updated tests\bugs\gh_7804_test.py: Adjusted output to recent changes in FB, сurrently only for FB 5.x. Output for FB 6.x will be changed later. 2023-12-16 12:37:40 +03:00
pavel-zotov
f74c936808 Added/Updated tests\bugs\core_2078_test.py: Removed output of execution plans after note by dimitr. This test probably needs to be re-implemented because initially it was designed for check NESTED LOOPS. 2023-12-16 00:42:45 +03:00
pavel-zotov
56b765306e Added/Updated tests\functional\arno\optimizer\test_opt_inner_join_05.py: adjusted expected output according to recent FB 5.x and 6.x versions. Re-implemented: check explained plan instead of legacy one. Data not shown. See notes. 2023-12-15 14:31:56 +03:00
pavel-zotov
c0ffb0fbce Added/Updated tests\functional\database\create\test_12.py: set SKIP mark because this test has been replaced with 'test_00.py' 2023-12-14 21:58:18 +03:00
pavel-zotov
50ce0edc74 Added/Updated tests\functional\database\create\test_07.py: set SKIP mark because this test has been replaced with 'test_00.py' 2023-12-14 21:58:08 +03:00
pavel-zotov
db53bf32ea Added/Updated tests\functional\database\create\test_06.py: set SKIP mark because this test has been replaced with 'test_00.py' 2023-12-14 21:58:01 +03:00
pavel-zotov
8c43c9cb33 Added/Updated tests\functional\database\create\test_05.py: set SKIP mark because this test has been replaced with 'test_00.py' 2023-12-14 21:57:52 +03:00
pavel-zotov
cc5a485801 Added/Updated tests\functional\database\create\test_04.py: set SKIP mark because this test has been replaced with 'test_00.py' 2023-12-14 21:57:44 +03:00
pavel-zotov
927fa97554 Added/Updated tests\functional\database\create\test_03.py: set SKIP mark because this test has been replaced with 'test_00.py' 2023-12-14 21:57:33 +03:00
pavel-zotov
9eabcba185 Added/Updated tests\functional\database\create\test_00.py: common test for diff values of page_size. Replacement for old tests - see notes. 2023-12-14 21:53:33 +03:00
pavel-zotov
642cf2e7c4 Added/Updated tests\functional\basic\isql\test_03.py: removed old comment 2023-12-14 20:57:47 +03:00
pavel-zotov
7624cc770b Added/Updated tests\functional\basic\isql\test_07.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Removed 'pytest.skip' for FB 5.x+ because this feature was frontported to these FB versions. 2023-12-14 20:55:43 +03:00
pavel-zotov
deebc8a3b1 Added/Updated tests\bugs\gh_7749_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:54:58 +03:00
pavel-zotov
0e826dbced Added/Updated tests\bugs\gh_7730_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:52:15 +03:00
pavel-zotov
812a70c7a5 Added/Updated tests\bugs\gh_7604_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:50:58 +03:00
pavel-zotov
cc3ac5e1c5 Added/Updated tests\bugs\gh_7558_test.py: adjusted nbotes block 2023-12-14 19:50:19 +03:00
pavel-zotov
d9ad689e3f Added/Updated tests\bugs\gh_7558_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:48:27 +03:00
pavel-zotov
584440cc6c Added/Updated tests\bugs\gh_7482_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:44:34 +03:00
pavel-zotov
de8441585c Added/Updated tests\bugs\gh_7256_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. 2023-12-14 19:42:41 +03:00
pavel-zotov
0832e345b8 Added/Updated tests\bugs\gh_7123_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:39:30 +03:00
pavel-zotov
2ce38a5ea0 Added/Updated tests\bugs\gh_7025_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:36:31 +03:00
pavel-zotov
e411bd8634 Added/Updated tests\bugs\gh_6987_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:30:22 +03:00
pavel-zotov
dc20c186b3 Added/Updated tests\bugs\gh_6874_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:29:30 +03:00
pavel-zotov
fd57b25d28 Added/Updated tests\bugs\gh_6845_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:28:14 +03:00
pavel-zotov
a9efbc38d4 Added/Updated tests\bugs\gh_6816_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:21:32 +03:00
pavel-zotov
4b1dea4ad4 Added/Updated tests\bugs\gh_6812_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-14 19:20:23 +03:00
pavel-zotov
2b9c601e25 Added/Updated tests\bugs\gh_6797_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 20:34:06 +03:00
pavel-zotov
dda4290b55 Added/Updated tests\bugs\core_6987_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 20:31:52 +03:00
pavel-zotov
9481ce7411 Added/Updated tests\bugs\core_6444_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 20:27:54 +03:00
pavel-zotov
26737405f0 Added/Updated tests\bugs\core_6385_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 20:20:12 +03:00
pavel-zotov
83ef751ab5 Added/Updated tests\bugs\core_6362_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 20:16:01 +03:00
pavel-zotov
a0f4944b36 Added/Updated tests\bugs\core_6357_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 20:10:59 +03:00
pavel-zotov
b6998d7915 Added/Updated tests\bugs\core_6342_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 20:08:34 +03:00
pavel-zotov
75ab5fc3a0 Added/Updated tests\bugs\core_6337_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 20:04:01 +03:00
pavel-zotov
9dab47c7c3 Added/Updated tests\bugs\core_6300_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 18:41:33 +03:00
pavel-zotov
9b9cd09256 Added/Updated tests\bugs\core_6294_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 18:25:19 +03:00
pavel-zotov
5a94f3bca4 Added/Updated tests\bugs\core_6286_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 14:11:56 +03:00
pavel-zotov
b0b59e9aab Added/Updated tests\bugs\core_6160_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 14:08:49 +03:00
pavel-zotov
71dbe5a1a7 Added/Updated tests\bugs\core_6159_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 14:06:57 +03:00
pavel-zotov
2538b9a0e1 Added/Updated tests\bugs\core_6142_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 14:05:06 +03:00
pavel-zotov
e0c0b67032 Added/Updated tests\bugs\core_6109_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 14:02:27 +03:00
pavel-zotov
afc049b5cb Added/Updated tests\bugs\core_6049_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 14:00:42 +03:00
pavel-zotov
1ef37f9efb Added/Updated tests\bugs\core_5728_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 13:53:11 +03:00
pavel-zotov
1f025b3f30 Added/Updated tests\bugs\core_5726_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 13:42:27 +03:00
pavel-zotov
0056561f8c Added/Updated tests\bugs\core_5295_test.py: see notes 2023-12-13 12:53:06 +03:00
pavel-zotov
829db06c5d Added/Updated tests\bugs\core_5097_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-13 01:47:27 +03:00
pavel-zotov
5edd18abf4 Added/Updated tests\bugs\core_5049_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-12 21:26:14 +03:00
pavel-zotov
c0998c8006 Added/Updated tests\bugs\core_4940_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-12 21:23:13 +03:00
pavel-zotov
89462b8282 Added/Updated tests\bugs\core_4836_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-12 21:14:23 +03:00
pavel-zotov
be9b87641d Added/Updated tests\bugs\core_4826_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-12 21:12:08 +03:00
pavel-zotov
0c7ef0da42 Added/Updated tests\bugs\core_4590_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-12 21:07:48 +03:00
pavel-zotov
3de5c4145d Added/Updated tests\bugs\core_4440_test.py: Added 'Error reading/writing' in substitutions: messages caused by crash must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-12 20:36:50 +03:00
pavel-zotov
00a1a15b7d Added/Updated tests\bugs\core_4310_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-12 20:23:42 +03:00
pavel-zotov
bf0991cf79 Added/Updated tests\bugs\core_4205_test.py: Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-12 20:20:06 +03:00
pavel-zotov
70c619e52c Added/Updated tests\bugs\core_4156_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-12 20:15:28 +03:00
pavel-zotov
0044ad91ea Added/Updated tests\bugs\core_3977_test.py: re-implemented, see notes. 2023-12-12 20:11:24 +03:00
pavel-zotov
6c03c0416f Added/Updated tests\bugs\core_6262_test.py: added code for easier diagnostics when fail occurs 2023-12-12 11:40:05 +03:00
pavel-zotov
2c6ff0472e Added/Updated tests\bugs\core_5236_test.py: refatored: explained plans are displayed as padded lines with '#' character so we can see indentation 2023-12-12 11:38:05 +03:00
pavel-zotov
a22fe8f938 Added/Updated tests\bugs\core_5092_test.py: added 'combine_output = True' in order to see runtime error in log 2023-12-12 11:12:18 +03:00
pavel-zotov
6ef38261db Added/Updated tests\bugs\core_4271_test.py: added 'combine_output = True' in order to see runtime error in log 2023-12-12 11:08:32 +03:00
pavel-zotov
b91dd051fa Added/Updated tests\functional\gtcs\test_misplaced_collation_in_extracted_metadata.py: adjusted inner ID and notes 2023-12-12 11:01:47 +03:00
pavel-zotov
b35e060c8e Removed obsolete comments. Adjusted notes. 2023-12-12 11:00:13 +03:00
pavel-zotov
df738acfe9 Added/Updated tests\functional\replication\test_dblevel_triggers_must_not_fire_on_replica.py: removed old comment with non-used setting 2023-12-12 10:46:22 +03:00
pavel-zotov
e17835387c Added/Updated tests\bugs\core_3973_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-11 18:18:09 +03:00
pavel-zotov
e4ed4e8aa6 Added/Updated tests\bugs\core_3899_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-11 18:11:39 +03:00
pavel-zotov
7187fc6c81 Added/Updated tests\bugs\core_3569_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-11 17:53:44 +03:00
pavel-zotov
76085756a6 Added/Updated tests\bugs\core_3475_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be filtered. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-11 14:27:33 +03:00
pavel-zotov
4fedfb7d4a Added/Updated tests\bugs\core_3421_test.py: Changed substitutions: error related to crash must not be filtered out by pattern. Added 'combine_output = True' in order to see any error occurred. 2023-12-11 14:06:49 +03:00
pavel-zotov
9b78f2555d Added/Updated tests\bugs\core_3353_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be filtered out by '?(...)' pattern. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-10 13:44:58 +03:00
pavel-zotov
0bc24ca44a Added/Updated tests\bugs\core_2957_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be filtered out by '?(...)' pattern. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-10 13:22:29 +03:00
pavel-zotov
f955b3b151 Added/Updated tests\bugs\core_0119_test.py: fixed typo 2023-12-10 13:12:35 +03:00
pavel-zotov
7c98e4c4fa Added/Updated tests\bugs\core_1510_test.py: fixed typo 2023-12-10 13:12:24 +03:00
pavel-zotov
6cc907c2a4 Added/Updated tests\bugs\core_2831_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be filtered out by '?(...)' pattern. Added 'combine_output = True' in order to see SQLSTATE if any error occurs. 2023-12-10 13:12:05 +03:00
pavel-zotov
ebfa3c3e37 Added/Updated tests\bugs\core_1510_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:56:29 +03:00
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
Adriano dos Santos Fernandes
2c87e4fdf1 Add missing file. 2023-12-08 22:59:35 -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
c7a89c646e Added/Updated tests\functional\basic\isql\test_08.py: Added 'SQLSTATE' and 'error' to the list of tokens in substitutions which must NOT be filtered out. See other notes. 2023-12-08 16:36:25 +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
20dfe08227 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_max_limit.py: restored full set of options to be checked 2023-12-02 09:01:50 +03:00
pavel-zotov
63b7901bdd Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_max_limit.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-02 00:08:06 +03:00