mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 02:40:42 +01:00
Added/Updated tests\functional\replication\test_blob_segments_longer_32kb_are_not_replicated.py: fixed wrong varname
This commit is contained in:
parent
7c5b043cb5
commit
664684f7b5
@ -325,8 +325,8 @@ def test_1(act_db_main: Action, act_db_repl: Action, tmp_data: Path, capsys):
|
||||
|
||||
with act_db_main.db.connect(no_db_triggers = True) as con:
|
||||
|
||||
if platform.system() != 'Windows' and act.vars['server-arch'] == 'Classic':
|
||||
pytest.skip("Problem in CS: 'Engine is shutdown' in replication.log")
|
||||
if act_db_main.vars['server-arch'] == 'Classic' and platform.system() != 'Windows':
|
||||
pytest.skip("Waiting for FIX: 'Engine is shutdown' in replication log for CS. Linux only.")
|
||||
|
||||
db_main_file = con.info.name
|
||||
con.execute_immediate('recreate table test(id int primary key, b blob)')
|
||||
|
Loading…
Reference in New Issue
Block a user