One more comment

This commit is contained in:
alesapin 2022-08-23 14:07:50 +02:00
parent 2f478774e5
commit 7c7fa9472f

View File

@ -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')")