Edit another test

This commit is contained in:
Alexey Milovidov 2022-12-28 19:49:57 +01:00
parent edd78da0cb
commit 23ea273f73

View File

@ -659,9 +659,11 @@ def test_bridge_dies_with_parent(started_cluster):
)
logging.debug(f"Bridge is running, gdb output:\n{out}")
assert clickhouse_pid is None
assert bridge_pid is None
node1.start_clickhouse(20)
try:
assert clickhouse_pid is None
assert bridge_pid is None
finally:
node1.start_clickhouse(20)
def test_odbc_postgres_date_data_type(started_cluster):