loadtest4j / loadtest4j-gatling

Gatling driver for loadtest4j.
MIT License
3 stars 0 forks source link

Bug: org.asynchttpclient.netty.channel.DefaultChannelPool is never shut down #8

Closed chriskilding closed 6 years ago

chriskilding commented 6 years ago

org.asynchttpclient.netty.channel.DefaultChannelPool continues to log forever because it's not shut down properly.

This does not appear in unit or integration testing because Junit does its own shutdown.