diff --git a/tests/functional/replication/test_blob_segments_longer_32kb_are_not_replicated.py b/tests/functional/replication/test_blob_segments_longer_32kb_are_not_replicated.py index f4e7e631..24093378 100644 --- a/tests/functional/replication/test_blob_segments_longer_32kb_are_not_replicated.py +++ b/tests/functional/replication/test_blob_segments_longer_32kb_are_not_replicated.py @@ -24,7 +24,6 @@ DESCRIPTION: thus metadata difference must not be issued. Confirmed bug on 5.0.0.88, 4.0.1.2523: record appears on replica but blob will be NULL. - Checked on: 5.0.0.120, 4.0.1.2547 -- all OK. FBTEST: functional.replication.blob_segments_longer_32kb_are_not_replicated NOTES: [23.08.2022] pzotov diff --git a/tests/functional/replication/test_dblevel_triggers_must_not_fire_on_replica.py b/tests/functional/replication/test_dblevel_triggers_must_not_fire_on_replica.py index 94f91fb7..bd95308f 100644 --- a/tests/functional/replication/test_dblevel_triggers_must_not_fire_on_replica.py +++ b/tests/functional/replication/test_dblevel_triggers_must_not_fire_on_replica.py @@ -27,9 +27,6 @@ DESCRIPTION: The only difference in metadata must be 'CREATE DATABASE' statement with different DB names - we suppress it, thus metadata difference must not be issued. - Checked on: - 4.0.1.2519 SS: 56.48s, CS: 99.31s - 5.0.0.82 SS: 20.63s, CS: 21.39s FBTEST: tests.functional.replication.dblevel_triggers_must_not_fire_on_replica NOTES: [25.08.2022] pzotov diff --git a/tests/functional/replication/test_ddl_triggers_must_not_fire_on_replica.py b/tests/functional/replication/test_ddl_triggers_must_not_fire_on_replica.py index 33ed5bfb..9e6f6a9a 100644 --- a/tests/functional/replication/test_ddl_triggers_must_not_fire_on_replica.py +++ b/tests/functional/replication/test_ddl_triggers_must_not_fire_on_replica.py @@ -24,9 +24,6 @@ DESCRIPTION: Finally, we extract metadata for master and replica after this cleanup and compare them. - - Checked on: - 4.0.1.2547 (SS/CS), 5.0.0.120 (SS/CS). FBTEST: tests.functional.replication.ddl_triggers_must_not_fire_on_replica NOTES: [25.08.2022] pzotov diff --git a/tests/functional/replication/test_generator_could_not_be_transferred_to_replica.py b/tests/functional/replication/test_generator_could_not_be_transferred_to_replica.py index 04a9cad5..fd7b35e7 100644 --- a/tests/functional/replication/test_generator_could_not_be_transferred_to_replica.py +++ b/tests/functional/replication/test_generator_could_not_be_transferred_to_replica.py @@ -26,8 +26,6 @@ DESCRIPTION: thus metadata difference must not be issued. Confirmed bug on 4.0.0.2465: sequence with least ID ('g_1') is not replicated, its value on replica remains 0. - Checked on: - 4.0.1.2519 SS; 5.0.0.82 SS/CS. FBTEST: tests.functional.replication.generator_could_not_be_transferred_to_replica NOTES: [25.08.2022] pzotov diff --git a/tests/functional/replication/test_invalid_msg_if_target_db_has_no_replica_flag.py b/tests/functional/replication/test_invalid_msg_if_target_db_has_no_replica_flag.py index 967a3877..f5c876bb 100644 --- a/tests/functional/replication/test_invalid_msg_if_target_db_has_no_replica_flag.py +++ b/tests/functional/replication/test_invalid_msg_if_target_db_has_no_replica_flag.py @@ -22,7 +22,6 @@ DESCRIPTION: The only difference in metadata must be 'CREATE DATABASE' statement with different DB names - we suppress it, thus metadata difference must not be issued. - Checked on: WI-T5.0.0.257; WI-V4.0.1.2631 (both SS/CS). FBTEST: tests.functional.replication.invalid_msg_if_target_db_has_no_replica_flag NOTES: [26.08.2022] pzotov diff --git a/tests/functional/replication/test_permission_error_on_ddl_issued_by_non_sysdba.py b/tests/functional/replication/test_permission_error_on_ddl_issued_by_non_sysdba.py index 961f86a3..04bddbe1 100644 --- a/tests/functional/replication/test_permission_error_on_ddl_issued_by_non_sysdba.py +++ b/tests/functional/replication/test_permission_error_on_ddl_issued_by_non_sysdba.py @@ -22,7 +22,6 @@ DESCRIPTION: Confirmed bug on 4.0.1.2578 and 5.0.0.169: messages "ERROR: unsuccessful metadata update / CREATE OR ALTER VIEW v_test failed" will be added into replication log and after this replication gets stuck. - Checked on: 4.0.1.2585 (SS/CS); 5.0.0.192 (SS/CS) FBTEST: tests.functional.replication.permission_error_on_ddl_issued_by_non_sysdba NOTES: [25.08.2022] pzotov diff --git a/tests/functional/replication/test_some_updates_crash_server_on_replica_side.py b/tests/functional/replication/test_some_updates_crash_server_on_replica_side.py index 7b74393b..7e6df6d7 100644 --- a/tests/functional/replication/test_some_updates_crash_server_on_replica_side.py +++ b/tests/functional/replication/test_some_updates_crash_server_on_replica_side.py @@ -24,12 +24,6 @@ DESCRIPTION: FB crashes, segment is not delivered on replica. Initial fix was for FB 4.x 30-jul-2021 16:28 (44f48955c250193096c244bee9e5cd7ddf9a099b), frontported to FB 5.x 04-aug-2021 12:48 (220ca99b85289fdd7a5257e576499a1b9c345cd9) - - Checked on: - 5.0.0.126 SS: 27.290s // intermediate build, timestamp: 04-aug-2021 12:08. - 5.0.0.126 CS: 26.239s. - 4.0.1.2556 SS: 29.956s. - 4.0.1.2556 CS: 26.108s. FBTEST: tests.functional.replication.some_updates_crash_server_on_replica_side NOTES: [25.08.2022] pzotov