mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 04:12:19 +00:00
Fix test
This commit is contained in:
parent
a32f6dcf1b
commit
63f0348291
@ -48,6 +48,7 @@ def test_default_database_on_cluster(started_cluster):
|
||||
)
|
||||
|
||||
for node in [ch1, ch2]:
|
||||
assert node.query("SHOW CREATE test_local_table FORMAT TSV").endswith(
|
||||
"old_parts_lifetime = 100\n"
|
||||
)
|
||||
assert node.query(
|
||||
database="test_default_database",
|
||||
sql="SHOW CREATE test_local_table FORMAT TSV",
|
||||
).endswith("old_parts_lifetime = 100\n")
|
||||
|
Loading…
Reference in New Issue
Block a user