mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Additional tests
This commit is contained in:
parent
4496db66b2
commit
5b10fafbb0
@ -58,5 +58,19 @@ def test_xml_full_conf():
|
||||
== "64999\n"
|
||||
)
|
||||
|
||||
assert (
|
||||
node.query(
|
||||
"select value from system.server_settings where name = 'max_connections'"
|
||||
)
|
||||
== "4096\n"
|
||||
)
|
||||
|
||||
assert (
|
||||
node.query(
|
||||
"select changed from system.server_settings where name = 'max_connections'"
|
||||
)
|
||||
== "1\n"
|
||||
)
|
||||
|
||||
finally:
|
||||
cluster.shutdown()
|
||||
|
@ -64,6 +64,12 @@ def test_extra_yaml_mix():
|
||||
)
|
||||
== "64999\n"
|
||||
)
|
||||
assert (
|
||||
node.query(
|
||||
"select value from system.server_settings where name = 'mark_cache_size'"
|
||||
)
|
||||
== "8956\n"
|
||||
)
|
||||
|
||||
finally:
|
||||
cluster.shutdown()
|
||||
|
Loading…
Reference in New Issue
Block a user