redict/tests
Oran Agra e5227aab89
fix recently added time sensitive tests failing with valgrind (#7512)
interestingly the latency monitor test fails because valgrind is slow
enough so that the time inside PEXPIREAT command from the moment of
the first mstime() call to get the basetime until checkAlreadyExpired
calls mstime() again is more than 1ms, and that test was too sensitive.

using this opportunity to speed up the test (unrelated to the failure)
the fix is just the longer time passed to PEXPIRE.
2020-07-13 16:40:03 +03:00
..
assets Fix test "server is up" detection after logging changes. 2016-12-19 16:49:58 +01:00
cluster Add a test to prove current tcl cluster client can not handle keys with hash tag. 2020-05-11 13:14:18 +08:00
helpers revert an accidental test code change done as part of the tls project 2019-12-01 16:10:09 +02:00
integration fix recently added time sensitive tests failing with valgrind (#7512) 2020-07-13 16:40:03 +03:00
modules Fix RM_ScanKey module api not to return int encoded strings 2020-06-14 11:20:15 +03:00
sentinel TLS: Configuration options. 2019-10-07 21:07:27 +03:00
support runtest --stop pause stops before terminating the redis server (#7513) 2020-07-13 16:09:08 +03:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit fix recently added time sensitive tests failing with valgrind (#7512) 2020-07-13 16:40:03 +03:00
instances.tcl tests: each test client work on a distinct port range 2020-05-26 11:17:08 +03:00
test_helper.tcl runtest --stop pause stops before terminating the redis server (#7513) 2020-07-13 16:09:08 +03:00