Threads not ending

I have a funload test that runs 3 cycles (5:10:15 cus). The first 2 cycles finish and the threads are cleaned up. The last cycle does not finish, the threads are not cleaned up. Instead of finishing the test is killed somehow.

Is this a known issue?

0 votes

1 answers

1491 views

ANSWER



Hi,

If FunkLoad is hanging during cycle teardown it is because there are some requests that are pending. You can check this by shutting down your HTTP server this will close the connection and will unblock FunkLoad.

By default there are no timeout on request, so FunkLoad is waiting forever a response. If you want to bench a broken server that hangs see the following FAQ to set a timeout.

Regards

0 votes