Modern and flexible load testing framework for Pull and Push scenarios, designed to test any system regardless a protocol (HTTP/WebSockets/AMQP etc) or a semantic model (Pull/Push).
Question - if the thread has ended and the client is free to be taken by another thread - is there any mechanism to clear team data (header, cookies, etc) of that specific client within client pool?
What I saw in the documentation - there is only DisposeClients() can be called, usually in 'WithClean()', but this method has called only once after bombing phase and it's disposing all clients in the client pool. What we need is to clean client data when thread has ended, so the client may be reused by another thread within one scenario.
Question - if the thread has ended and the client is free to be taken by another thread - is there any mechanism to clear team data (header, cookies, etc) of that specific client within client pool? What I saw in the documentation - there is only
DisposeClients()
can be called, usually in 'WithClean()', but this method has called only once after bombing phase and it's disposing all clients in the client pool. What we need is to clean client data when thread has ended, so the client may be reused by another thread within one scenario.