mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fixed move part exception getting in test_merge_tree_s3_failover.
This commit is contained in:
parent
a474bdcabf
commit
ad92127036
@ -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
|
||||
""")
|
||||
|
Loading…
Reference in New Issue
Block a user