Skip to content

Commit 393817c

Browse files
committed
Added/Updated tests\functional\replication\test_bugcheck_in_rw_replica_after_conflicting_insert.py: Added temporary mark 'disabled_in_forks' - see notes.
1 parent acc350f commit 393817c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/functional/replication/test_bugcheck_in_rw_replica_after_conflicting_insert.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@
2828
and create new databases after that - see call of reset_replication().
2929
3030
NOTES:
31+
[14.03.2024] pzotov
3132
::: ACHTUNG :::
3233
If test runs against FB service then make sure that its recovery option does NOT set to 'Restart'!
3334
Otherwise every FB restart will cause bugcheck at first connection to replica DB with infinite restarts.
3435
36+
Added temporary mark 'disabled_in_forks' to SKIP this test when QA runs agains *fork* of standard FB.
37+
Reason: infinite bugchecks and possible disk overflow if dumps creation enabled.
38+
3539
Confirmed problem and bugcheck on:
3640
6.0.0.286 (12.03.2024), 5.0.1.1358 (13.03.2024), 4.0.5.3066 (regular sapshot, date: 13.03.2024):
3741
E firebird.driver.types.DatabaseError: Unable to complete network request to host "localhost".
@@ -415,6 +419,7 @@ def drop_db_objects(act_db_main: Action, act_db_repl: Action, capsys):
415419

416420
#--------------------------------------------
417421

422+
@pytest.mark.disabled_in_forks
418423
@pytest.mark.replication
419424
@pytest.mark.version('>=4.0.5')
420425
def test_1(act_db_main: Action, act_db_repl: Action, capsys):

0 commit comments

Comments
 (0)