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

503 Commits

Author SHA1 Message Date
pavel-zotov
d37a99fc5a Added/Updated tests\functional\replication\test_bugcheck_in_rw_replica_after_conflicting_insert.py: Removed hard-coded max_wait that was added temporary for debug. 2024-06-21 11:12:42 +03:00
pavel-zotov
647b877d67 Added/Updated tests\functional\replication\test_bugcheck_in_rw_replica_after_conflicting_insert.py: Added debug output if some goes wrong. Fixed stupid copy-paste code that can cause fail. Checked on 4.0.5.3112-d2e612c, 5.0.1.1416-b4b3559, 6.0.0.374-0097d28 2024-06-21 11:11:46 +03:00
pavel-zotov
188f82dba7 Set '@pytest.mark.es_eds' to tests which relate to ES/EDS mechanism. 2024-06-09 18:53:05 +03:00
pavel-zotov
a68cac9c9d Added/Updated tests\functional\transactions\test_read_consist_sttm_merge_deny_multiple_matches.py: added forgotten 'order by' clause. Deadlock otherwise can occur. Thanks to Vlad for note. 2024-06-05 11:20:37 +03:00
pavel-zotov
58e3be0b86 Added/Updated tests\functional\tabloid\test_95442bdf.py: Checked on intermediate snapshot 6.0.0.363 #95442bd. 2024-05-29 21:38:53 +03:00
bac6153253 And another one 2024-05-24 17:44:11 +02:00
pavel-zotov
40741bd449 Added 'pytest.mark.trace' to all tests which launch trace. Purpose: reduce time of QA run which started only to check whether trace session can cause pytest hang at the end of run. 2024-05-15 20:26:01 +03:00
pavel-zotov
283db629a7 Added/Updated tests\functional\database\create\test_10.py: refactored, plus added combine_output in order to see STDERR content 2024-05-10 01:24:49 +03:00
pavel-zotov
0696101171 Added/Updated tests\functional\database\create\test_09.py: refactored, plus added combine_output in order to see STDERR content 2024-05-10 01:24:09 +03:00
pavel-zotov
2416966a60 Added/Updated tests\functional\database\create\test_08.py: refactored, plus added combine_output in order to see STDERR content 2024-05-10 01:23:16 +03:00
pavel-zotov
32b22cb822 Added/Updated tests\functional\database\create\test_01.py: Refactored, plus added combine_output in order to see STDERR content 2024-05-10 01:22:26 +03:00
pavel-zotov
e47e370266 Adjusted comments 2024-04-24 17:34:45 +03:00
pavel-zotov
6bf8f2dad5 Added/Updated tests\functional\syspriv\test_ignore_db_triggers.py: Checked on: 6.0.0.325; 5.0.1.1383; 4.0.5.3086. 2024-04-24 17:29:37 +03:00
pavel-zotov
f3f53ad191 Added/Updated tests\functional\syspriv\test_ignore_db_triggers.py: Checked on: 6.0.0.325, 5.0.1.1383, 4.0.5.3086. 2024-04-24 17:25:24 +03:00
pavel-zotov
ad485149e5 Added/Updated tests\functional\domain\create\test_41.py: Added separate expected_err for 6.x+ after letter from Adriano, 15.04.2024 12:44. 2024-04-18 09:07:36 +03:00
pavel-zotov
a0888cfb41 Added/Updated tests\functional\database\create\test_13.py: added second check: ensure that 'gstat -h' shows 'force write' in the 'Attributes' line 2024-04-16 18:22:49 +03:00
pavel-zotov
05e5f8df68 Added/Updated tests\functional\database\create\test_13.py: Test was requested by dimitr, letter: 15.04.2024 20:32. 2024-04-16 17:31:18 +03:00
pavel-zotov
8c3deb0cd0 Added/Updated tests\functional\replication\test_bugcheck_in_rw_replica_after_conflicting_insert.py: Added colon after 'description' tag, otherwise its content will be added to the 'title' during XML parsing 2024-04-07 01:46:12 +03:00
pavel-zotov
3c34d08361 Added/Updated tests\functional\replication\test_bugcheck_in_rw_replica_after_conflicting_insert.py: re-implemented after fixed gh-8042, commit commit #62f4c5a7 2024-03-26 16:16:41 +03:00
pavel-zotov
a2ad4659fa Added/Updated tests\functional\replication\test_bugcheck_in_rw_replica_after_conflicting_insert.py: re-implemented after fixed gh-8042, commit commit #62f4c5a7 2024-03-23 20:57:12 +03:00
pavel-zotov
e08a65108a Added/Updated tests\functional\arno\optimizer\test_opt_inner_join_03.py: Adjusted expected plan for FB 3.x after #8030 (discussed with dimitr). 2024-03-15 12:22:37 +03:00
pavel-zotov
393817c4cf Added/Updated tests\functional\replication\test_bugcheck_in_rw_replica_after_conflicting_insert.py: Added temporary mark 'disabled_in_forks' - see notes. 2024-03-15 08:11:18 +03:00
pavel-zotov
acc350f834 Added/Updated tests\functional\replication\test_bugcheck_in_rw_replica_after_conflicting_insert.py: 6.0.0.288 eee5704, 5.0.1.1360 055b53b, 4.0.5.3077 (regular sapshot, date: 14.03.2024). NB: SEE NOTES. Make sure that FB service does not have 'Restart' option in recovery page. 2024-03-14 23:25:12 +03:00
pavel-zotov
038a6013c5 Added/Updated tests\functional\tabloid\test_dbp_1940_20040130_1740.py: added combine_output in order to see STDERR content 2024-03-13 09:48:17 +03:00
pavel-zotov
8dfbf6842f Added/Updated tests\functional\tabloid\test_dbp_2146_distinct_not_in.py: added combine_output in order to see STDERR content 2024-03-13 09:37:42 +03:00
pavel-zotov
03af143d34 Added/Updated tests\functional\replication\test_blob_characters_garbled_when_conn_charset_differs.py: Checked on Windows: 6.0.0.264, 5.0.1.1340, 4.0.5.3059 -- all fine. 2024-02-15 23:17:28 +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
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
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
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
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
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
Adriano dos Santos Fernandes
2c87e4fdf1 Add missing file. 2023-12-08 22:59:35 -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
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
pavel-zotov
e9ee32d4af Added/Updated tests\functional\replication\test_oltp_emul_ddl.py: problems that can occus during initial DDL must be reflected in the variable with distinct name: 'out_init'. 2023-11-29 10:25:20 +03:00
pavel-zotov
173f5a2def Added/Updated tests\functional\basic\isql\test_autoterm_03.py: Checked on 6.0.0.154. See notes 2023-11-27 22:03:52 +03:00
pavel-zotov
980c893b9e Added/Updated tests\functional\util\test_gbak_zip.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). 2023-11-26 01:02:31 +03:00
pavel-zotov
9753ae2a69 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_01.py: removed unneeded expr 2023-11-26 00:59:37 +03:00
pavel-zotov
4ead2c2667 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_update_04.py: minor change: added comments 2023-11-26 00:58:16 +03:00
pavel-zotov
cb59e14caa Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_04.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). Merge expression defined in 'SQL_TO_BE_RESTARTED' must NOT end with semicolon 2023-11-26 00:56:49 +03:00
pavel-zotov
2778a39a9b Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_03.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). Merge expression defined in 'SQL_TO_BE_RESTARTED' must NOT end with semicolon 2023-11-26 00:55:15 +03:00
pavel-zotov
3e3a3dd666 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_02.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). Merge expression defined in 'SQL_TO_BE_RESTARTED' must NOT end with semicolon 2023-11-26 00:54:23 +03:00
pavel-zotov
02b4278725 Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_on_merge_01.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). Merge expression defined in 'SQL_TO_BE_RESTARTED' must NOT end with semicolon 2023-11-26 00:53:24 +03:00
pavel-zotov
5d853cd444 Added/Updated tests\functional\transactions\test_read_consist_sttm_merge_deny_multiple_matches.py: Writing code requires more care since 6.0.0.150: ISQL does not allow specifying duplicate delimiters without any statements between them (two semicolon, two carets etc). Merge expression defined in 'SQL_TO_BE_RESTARTED' must NOT end with semicolon 2023-11-26 00:49:51 +03:00