You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** [err]: LATENCY of expire events are correctly collected in tests/unit/latency-monitor.tcl
Expected '{command 1737141346 674 674}' to match '*expire-cycle*' (context: type eval line 19 cmd {assert_match {*expire-cycle*} [r latency latest]} proc ::test)
I'm running Linux on Macbook M2.
The text was updated successfully, but these errors were encountered:
The reason it fails is that the hash table is just too fast. 😎
The expire cycle took only 15 milliseconds for deleting an expired set with a million elements. The threshold in the test case is set to 20. Lowering the threshold fixes the test case. I'll submit a PR soon.
This test fails for me locally.
I'm running Linux on Macbook M2.
The text was updated successfully, but these errors were encountered: