tempesta-tech / tempesta-test

Test suite for Tempesta FW
10 stars 4 forks source link

fixing large data hangs in stdout #311

Closed RomanBelozerov closed 1 year ago

RomanBelozerov commented 1 year ago

The problem of hangs is described in Programming guidelines. I changed expectation for curl and wrk client, but because of multithreading/multiprocessing semantics we should not receive data from a queue before calling the stop() method.