Fixed typo.

This commit is contained in:
Vladimir Chebotarev 2019-12-11 11:58:53 +03:00 committed by GitHub
parent f5d162c5ed
commit 1ca9cefa1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):