mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
One more comment
This commit is contained in:
parent
2f478774e5
commit
7c7fa9472f
@ -82,5 +82,7 @@ def test_dataloss(cluster):
|
||||
"""
|
||||
)
|
||||
|
||||
with pytest.raises(Exception) as err:
|
||||
# Must throw an exception because we use proxy which always fail
|
||||
# CompleteMultipartUpload requests
|
||||
with pytest.raises(Exception):
|
||||
node.query("INSERT INTO s3_failover_test VALUES (1, 'Hello')")
|
||||
|
Loading…
Reference in New Issue
Block a user