mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix test test_replicated_merge_tree_encryption_codec.
This commit is contained in:
parent
1a06408b4a
commit
840e825282
@ -64,6 +64,7 @@ def optimize_table():
|
||||
|
||||
def check_table():
|
||||
expected = [[1, "str1"], [2, "str2"]]
|
||||
node1.query("SYSTEM SYNC REPLICA ON CLUSTER 'cluster' tbl")
|
||||
assert node1.query("SELECT * FROM tbl ORDER BY id") == TSV(expected)
|
||||
assert node2.query("SELECT * FROM tbl ORDER BY id") == TSV(expected)
|
||||
assert node1.query("CHECK TABLE tbl") == "1\n"
|
||||
|
Loading…
Reference in New Issue
Block a user