mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-23 06:20:54 +00:00
Rip out the weekly/monthly HLLs - they're redundant
The weekly data can be constructed much more flexibly by just using the daily data.
This commit is contained in:
parent
9ca9b6b213
commit
e117766eb6
8 changed files with 76 additions and 122 deletions
|
@ -229,11 +229,9 @@ func TestSubscriptionAndPublish(t *testing.T) {
|
|||
doneWg.Wait()
|
||||
server.Close()
|
||||
|
||||
for _, period := range periods {
|
||||
clientCount := readHLL(period)
|
||||
if clientCount < 3 || clientCount > 5 {
|
||||
t.Error("clientCount outside acceptable range: expected 4, got ", clientCount)
|
||||
}
|
||||
clientCount := readCurrentHLL()
|
||||
if clientCount < 3 || clientCount > 5 {
|
||||
t.Error("clientCount outside acceptable range: expected 4, got ", clientCount)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue