Fixed move part exception getting in test_merge_tree_s3_failover.

This commit is contained in:
Pavel Kovalenko 2020-10-16 17:30:34 +03:00
parent a474bdcabf
commit ad92127036

View File

@ -166,7 +166,7 @@ def test_move_failover(cluster):
# First attempt should be failed with expected error.
exception = node.query("""
SELECT exception FROM system.part_log
WHERE event_type='MovePart' AND table='s3_failover_test'
WHERE event_type='MovePart' AND table='s3_failover_test' AND notEmpty(exception)
ORDER BY event_time
LIMIT 1
""")