mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\gh_8290_test.py: added ps.free() call otherwise pytest hangs at final point and does not return control to caller batch
This commit is contained in:
parent
2c41272f32
commit
df802f3bfc
@ -65,6 +65,10 @@ def test_1(act: Action, capsys):
|
||||
print( '\n'.join([replace_leading(s) for s in ps.detailed_plan.split('\n')]) )
|
||||
print('')
|
||||
|
||||
# 26.10.2024. ::: ACHTUNG :::
|
||||
# MANDATORY OTHERWISE PYTEST WILL HANG AT FINAL POINT:
|
||||
ps.free()
|
||||
|
||||
|
||||
expected_out = f"""
|
||||
{qry_map[0]}
|
||||
|
Loading…
Reference in New Issue
Block a user