!!! WARNING The following tests failed:

*** [err]: HRANDFIELD with - hashtable in tests/unit/type/hash.tcl Expected '40.560000000000002' to be less than '40' (context: type eval line 30 cmd {assert_lessthan [chi_square_value $res] 40} proc ::test) Cleanup: may take some time... OK make[1]: *** [Makefile:427: test] Error 1 make[1]: Leaving directory '/opt/downloads/redis-7.0.11/src' make: *** [Makefile:6: test] Error 2

Alibaba Cloud Linux 3

Comment From: oranagra

@liqz2009 i assume it happened only once and you won't be able to reproduce it, am i right? when i test it i usually get values lower than 10, but i did get a value of 30.12 once. @sundb should we consider increasing the threshold? or maybe the count?

Comment From: sundb

@oranagra I think 40 should be safe, I haven't seen it fail in a while, maybe we can wait to see more reports, and I'll double check to see if recent modifications affect it.

Comment From: sundb

@oranagra 40 (probability is 1 in 100,000) seems ok to me. In my test results, the fastest failure is 40,000+ times, the largest is 270,000+. @liqz2009 Have you failed again?