mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
rename test
This commit is contained in:
parent
146d760338
commit
bd04fc5346
@ -20,7 +20,7 @@ def start_cluster():
|
||||
cluster.shutdown()
|
||||
|
||||
|
||||
def test_requests_with_keep_alive(start_cluster):
|
||||
def test_max_keep_alive_requests_on_user_side(start_cluster):
|
||||
# In this test we have `keep_alive_timeout` set to one hour to never trigger connection reset by timeout, `max_keep_alive_requests` is set to 5.
|
||||
# We expect server to close connection after each 5 requests. We detect connection reset by change in src port.
|
||||
# So the first 5 requests should come from the same port, the following 5 requests should come from another port.
|
||||
|
Loading…
Reference in New Issue
Block a user