mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 18:54:58 +00:00
8eeece4ab3
This test fails occasionally: ``` *** [err]: CLIENT KILL maxAGE will kill old clients in tests/unit/introspection.tcl Expected 2 == 1 (context: type eval line 14 cmd {assert {$res == 1}} proc ::test) ``` This test is very likely to do a false positive if the execute time takes longer than the max age, for example, if the execution time between sleep and kill exceeds 1s, rd2 will also be killed due to the max age. The test can adjust the order of execution statements to increase the probability of passing, but this is still will be a timing issue in some slow machines, so decided give it a few more chances. The test was introduced in #12299. |
||
---|---|---|
.. | ||
ci.yml | ||
codeql-analysis.yml | ||
coverity.yml | ||
daily.yml | ||
external.yml | ||
reply-schemas-linter.yml | ||
spell-check.yml |