Files
pezkuwi-telemetry/backend/common
clostao 4161d9a2a5 Fix typo incrementing instead of decrementing (#595)
* fix: typo incrementing instead of decrementing

* Add tests for MostSeen decrement bug 

This bug requires a specific set of circumstances to trigger
and become visible:
1. decrement a label that is non-zero but not first
2. repeat the decrement at least best_count()/2 times
3. increment that label
4. check the best count

---------

Co-authored-by: teor <teor@riseup.net>
2025-01-10 15:53:42 +01:00
..