valkey/.github
Binbin 8eeece4ab3
Fix CLIENAT KILL MAXAGE test timing issue (#13047)
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.
2024-02-12 08:11:33 +02:00
..
ISSUE_TEMPLATE crash report instructions (#10816) 2022-06-06 11:39:23 +03:00
workflows Fix CLIENAT KILL MAXAGE test timing issue (#13047) 2024-02-12 08:11:33 +02:00
dependabot.yml Setup dependabot for github-actions and codespell (#9857) 2022-01-04 16:19:28 +02:00