tempesta-tech / tempesta-test

Test suite for Tempesta FW
11 stars 4 forks source link

cache.test_cache.H2Cache works incorrectly #416

Closed const-t closed 1 year ago

const-t commented 1 year ago

cache.test_cache.H2Cache sends two multiplexed requests and waits for response from cache for second request. The problem is that we can't be ensure that responses will be processed in serial. During the processing of the first request, there may still not be a record in the cache.