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

Minor change: removed old comments.

This commit is contained in:
zotov 2022-08-26 19:11:54 +03:00
parent f2db1aa26a
commit bb385aa110
7 changed files with 0 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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