valkey/.github/workflows
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
..
ci.yml Fix compilation warning in KeySpace_ServerEventCallback and add CFLAGS=-Werror flag for module CI (#12786) 2023-11-30 17:41:00 +02:00
codeql-analysis.yml Bump github/codeql-action from 2 to 3 (#12869) 2023-12-28 11:32:23 +02:00
coverity.yml coverity.yml: Upload should go to project redis-unstable (#12841) 2023-12-06 20:51:58 +02:00
daily.yml Bump cross-platform-actions/action from 0.21.1 to 0.22.0 (#12904) 2024-01-04 22:38:33 +02:00
external.yml Fix CLIENAT KILL MAXAGE test timing issue (#13047) 2024-02-12 08:11:33 +02:00
reply-schemas-linter.yml Bump actions/setup-node from 3 to 4 (#12708) 2023-11-02 12:22:50 +02:00
spell-check.yml Bump actions/cache from 3 to 4 (#12978) 2024-01-23 11:09:49 +02:00