pavel-zotov
|
17665d2d1e
|
Added/Updated tests\functional\replication\test_dblevel_triggers_must_not_fire_on_replica.py: Reimplemented. We have to query replica database for presense of data that we know there must appear. Replication log must NOT be scanned every N seconds for that task.
|
2023-04-15 10:48:52 +03:00 |
|
pavel-zotov
|
9e234779b2
|
Added/Updated tests\functional\replication\test_blob_segments_longer_32kb_are_not_replicated.py: minor change: removed unneeded import, replaced with existing feature of 'os' package
|
2023-04-15 08:40:20 +03:00 |
|
pavel-zotov
|
664684f7b5
|
Added/Updated tests\functional\replication\test_blob_segments_longer_32kb_are_not_replicated.py: fixed wrong varname
|
2023-04-15 08:24:29 +03:00 |
|
pavel-zotov
|
85a0d2028b
|
Added/Updated tests\functional\replication\test_blob_segments_longer_32kb_are_not_replicated.py: Temporary DISABLED execution on Linux when ServerMode = Classic. Replication can unexpectedly stop with message 'Engine is shutdown' appears in replication.log. Sent report to dimitr, waiting for fix.
|
2023-04-14 15:54:42 +03:00 |
|
pavel-zotov
|
f3980f7673
|
Added/Updated tests\functional\replication\test_blob_segments_longer_32kb_are_not_replicated.py: Reimplemented. We have to query replica database for presense of data that we know there must appear. Replication log must NOT be scanned every N seconds for that task.
|
2023-04-14 00:16:56 +03:00 |
|
zotov
|
6ca91384c2
|
Added/Updated D:\FB\firebird-qa\tests\functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py: commented out command that changes replica DB FW to OFF - as it was initially in old QA.
|
2023-02-07 18:15:15 +03:00 |
|
zotov
|
bfc82953e4
|
minor change: removed old notes with run outcomes.
|
2022-10-31 16:28:54 +03:00 |
|
zotov
|
82806070df
|
Added/Updated D:\FB\firebird-qa\tests\functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py: added notes
|
2022-10-06 22:28:27 +03:00 |
|
zotov
|
694012ff69
|
Added/Updated D:\FB\firebird-qa\tests\functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py: In case of fail database must be recreated by removing FILE rather than call act.db.drop(). DB filename must be obtained via con.info.name because act.db.db_path contains ALIAS for replication related tests.
|
2022-10-06 22:13:54 +03:00 |
|
zotov
|
fee7925d47
|
Added/Updated functional\replication\test_shutdown_during_applying_segments_leads_to_crash.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. On linux test atually silently FAILS, without showing any error. Will be investigated later.
|
2022-08-27 20:19:40 +03:00 |
|
zotov
|
4c8a8a04a2
|
Added/Updated functional\replication\test_blob_not_found_in_rw_replica_if_target_row_exists.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
|
2022-08-26 19:12:24 +03:00 |
|
zotov
|
bb385aa110
|
Minor change: removed old comments.
|
2022-08-26 19:11:54 +03:00 |
|
zotov
|
f2db1aa26a
|
Added/Updated functional\replication\test_invalid_msg_if_target_db_has_no_replica_flag.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
|
2022-08-26 15:18:17 +03:00 |
|
zotov
|
9304abab12
|
Added/Updated functional\replication\test_duplicates_in_rw_replica_after_conflicting_insert.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
|
2022-08-25 22:40:46 +03:00 |
|
zotov
|
1a2254dd44
|
Added/Updated functional\replication\test_permission_error_on_ddl_issued_by_non_sysdba.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
|
2022-08-25 18:08:39 +03:00 |
|
zotov
|
2d0cce4191
|
Added/Updated functional\replication\test_some_updates_crash_server_on_replica_side.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
|
2022-08-25 16:21:23 +03:00 |
|
zotov
|
b0e432217a
|
Added/Updated functional\replication\test_generator_could_not_be_transferred_to_replica.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
|
2022-08-25 16:00:06 +03:00 |
|
zotov
|
8b792a51c9
|
Added/Updated functional\replication\test_ddl_triggers_must_not_fire_on_replica.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
|
2022-08-25 12:31:03 +03:00 |
|
zotov
|
ef737b470e
|
Added/Updated functional\replication\test_dblevel_triggers_must_not_fire_on_replica.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
|
2022-08-25 11:45:46 +03:00 |
|
zotov
|
f34dcf3cb5
|
Added/Updated functional\replication\test_blob_segments_longer_32kb_are_not_replicated.py. Checked on 5.0.0.623, 4.0.1.2692 - both on Windows and Linux. PytestAssertRewriteWarning raises, reason currently is unknown.
|
2022-08-25 10:11:06 +03:00 |
|
zotov
|
65e8c0c432
|
Added/Updated functional\replication\test_updating_blob_with_empty_string_stops_replication.py. Checked on 5.0.0.623, 4.0.1.2692 - both CS and SS. Both on Windows and Linux. Warning 'PytestAssertRewriteWarning' raises, both on Windows and Linux. Reason is currently unknown.
|
2022-08-24 13:30:29 +03:00 |
|
zotov
|
e29fb0318c
|
Added/Updated functional\replication\test_updating_blob_with_empty_string_stops_replication.py. Checked on 5.0.0.623, 4.0.1.2692 - both CS and SS. Both on Windows and Linux.
|
2022-08-24 13:25:44 +03:00 |
|
zotov
|
a21f54edf0
|
Added/Updated functional\replication\test_failed_DDL_commands_can_be_replicated.py. Checked on 5.0.0.623, 4.0.1.2692 - both CS and SS. Both on Windows and Linux. Warning 'PytestAssertRewriteWarning' raises on Linux.
|
2022-08-24 00:45:46 +03:00 |
|
|
91781e9231
|
New metadata + cleanup
|
2022-02-04 19:05:19 +01:00 |
|
|
0c47f798c6
|
Action.files_dir + XFAIL for not implemented
|
2021-12-30 17:00:48 +01:00 |
|
|
2b19dc571c
|
Missing functional tests, fresh conversion without adjustment
|
2021-12-23 16:00:23 +01:00 |
|
|
c8af46bc79
|
refactoring, python tests, added missing test from fbt
|
2021-12-22 20:25:10 +01:00 |
|