mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fixed typo.
This commit is contained in:
parent
f5d162c5ed
commit
1ca9cefa1d
@ -1107,8 +1107,8 @@ def test_kill_while_insert(start_cluster):
|
||||
finally:
|
||||
try:
|
||||
node1.query("DROP TABLE IF EXISTS {name}".format(name=name))
|
||||
finally:
|
||||
"""ClickHouse may be inactive at this moment."""
|
||||
except:
|
||||
"""ClickHouse may be inactive at this moment and we don't want to mask a meaningful exception."""
|
||||
|
||||
|
||||
def test_move_while_merge(start_cluster):
|
||||
|
Loading…
Reference in New Issue
Block a user