bitcoin icon indicating copy to clipboard operation
bitcoin copied to clipboard

test: adds outbound eviction functional tests, updates comment in ConsiderEviction

Open sr-gi opened this issue 6 months ago • 24 comments

Motivation

While checking the outbound eviction code I realized a case was not considered within the comments, which in turn made me realize we had no functional tests for the outbound eviction case (when I went to check/add the test case).

This PR updates the aforementioned comment and adds functional tests to cover the outbound eviction logic, in addition to the existing unit tests found at src/test/denialofservice_tests.cpp.

sr-gi avatar Dec 20 '23 16:12 sr-gi