tempesta-tech / tempesta-test

Test suite for Tempesta FW
11 stars 5 forks source link

Check how Tempesta Handle pipelined responses #661

Open EvgeniiMekhanik opened 3 months ago

EvgeniiMekhanik commented 3 months ago
  1. Check how Tempesta FW handle correct pipelined responses.
  2. Check how Tempesta FW handle mix of correct and incorrect pipelined responses (also with health monitor incorrect response).

For this purpose we should rework deproxy server. We should have ability to pass count of pipelinedresponses to it's constructor (for example). Then deproxy should not send any response until request count became equal to pipelined. Then deproxy server should send it same as deproxy client send pipelined requests.