mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 12:22:12 +00:00
fix test
This commit is contained in:
parent
c0ee6d46f7
commit
0db1e3614c
@ -106,8 +106,11 @@ def test_dependency_via_dictionary_database(node):
|
|||||||
for d_name in d_names:
|
for d_name in d_names:
|
||||||
assert node.query("SELECT dictGet({}, 'y', toUInt64(5))".format(d_name)) == "6\n"
|
assert node.query("SELECT dictGet({}, 'y', toUInt64(5))".format(d_name)) == "6\n"
|
||||||
|
|
||||||
check()
|
|
||||||
|
for d_name in d_names:
|
||||||
|
assert node.query("SELECT dictGet({}, 'y', toUInt64(5))".format(d_name)) == "6\n"
|
||||||
|
|
||||||
# Restart must not break anything.
|
# Restart must not break anything.
|
||||||
node.restart_clickhouse()
|
node.restart_clickhouse()
|
||||||
check()
|
for d_name in d_names:
|
||||||
|
assert node.query_with_retry("SELECT dictGet({}, 'y', toUInt64(5))".format(d_name)) == "6\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user