Hi guys,
After upgrading to 2.0.0-RC5 today I noticed the following lines in the log when starting my test:
21:45:29.999 [WARN ] i.g.c.c.GatlingConfiguration$ - Beware, property gatling.http.ahc.allowPoolingConnection is still defined but it was removed
21:45:30.004 [WARN ] i.g.c.c.GatlingConfiguration$ - Beware, property gatling.http.ahc.allowSslConnectionPool is still defined but it was removed
21:45:30.004 [WARN ] i.g.c.c.GatlingConfiguration$ - Beware, property gatling.http.ahc.requestTimeoutInMs is still defined but it was removed
My gatling.conf has the following values set for these properties
allowPoolingConnection = false # allow pooling HTTP connections (keep-alive header automatically added)
allowSslConnectionPool = false # allow pooling HTTPS connections (keep-alive header automatically added)
requestTimeoutInMs = 30000 # timeout of the requests
In the run I saw requests timing out at 60000 ms, so it seems the values in gatling.conf are not used. Does RC5 come with an updated gatling.conf?
Cheers
Daniel