tempesta-tech / tempesta-test

Test suite for Tempesta FW
10 stars 4 forks source link

check for memleak after each test #628

Closed RomanBelozerov closed 1 week ago

RomanBelozerov commented 2 weeks ago

We have tests for memory leaks in the t_leaks directory, but they use simple clients (h2load and wrk with usual requests). These tests don't check a lot of cases.

I propose to add checks for memleak to setUp and addCleanup methods.