Files
FTL/test/api
DL6ER a2c93b2eee Tests: Verify exclude filters do not shorten small-count top lists
Add an API regression test that excludes the four highest-count domains
and then requests `top_domains` with `count=1`, where the heap capacity is
exactly four. Before the fix the excluded domains filled the heap and were
dropped at output, so the endpoint returned nothing; now the filter runs
before the heap and the request still yields the first non-excluded domain.

References #2946

Signed-off-by: DL6ER <dl6er@dl6er.de>
2026-07-12 13:44:02 +02:00
..
2026-05-06 19:10:21 +02:00