tempesta-tech / tempesta-test

Test suite for Tempesta FW
11 stars 5 forks source link

Implement more fault injection tests #665

Open EvgeniiMekhanik opened 2 months ago

EvgeniiMekhanik commented 2 months ago
  1. Response preparation fails with -ENOMEM/-EINVAL
  2. Making headers/data/trailer frames with RES_TERM_STREAM (we should send postponed frames and other responses successfully)
  3. Making headers/data/trailer frames fails with -ENOMEM (we should send response successfully)
  4. Write tests to check pipelined responses with errors in tfw_http_resp_cache.
EvgeniiMekhanik commented 2 months ago

Wait for https://github.com/tempesta-tech/tempesta-test/pull/647