redis/tests
Oran Agra 9ef8d2f671
Run active defrag while blocked / loading (#7726)
During long running scripts or loading RDB/AOF, we may need to do some
defragging. Since processEventsWhileBlocked is called periodically at
unknown intervals, and many cron jobs either depend on run_with_period
(including active defrag), or rely on being called at server.hz rate
(i.e. active defrag knows ho much time to run by looking at server.hz),
the whileBlockedCron may have to run a loop triggering the cron jobs in it
(currently only active defrag) several times.

Other changes:
- Adding a test for defrag during aof loading.
- Changing key-load-delay config to take negative values for fractions
  of a microsecond sleep
2020-09-03 08:47:29 +03:00
..
assets Fix test "server is up" detection after logging changes. 2016-12-19 16:49:58 +01:00
cluster Fix tests/cluster/cluster.tcl about wrong usage of lrange. (#6702) 2020-08-04 18:00:58 +03:00
helpers revert an accidental test code change done as part of the tls project 2019-12-01 16:10:09 +02:00
integration Tests: fix redis-cli with remote hosts. (#7693) 2020-08-23 10:17:43 +03:00
modules Module API: fix missing RM_CLIENTINFO_FLAG_SSL. (#7666) 2020-08-17 17:46:54 +03:00
sentinel TLS: Configuration options. 2019-10-07 21:07:27 +03:00
support Run active defrag while blocked / loading (#7726) 2020-09-03 08:47:29 +03:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit Run active defrag while blocked / loading (#7726) 2020-09-03 08:47:29 +03:00
instances.tcl Fix flock cluster config may cause failure to restart after kill -9 (#7674) 2020-08-20 08:59:02 +03:00
test_helper.tcl Add oom-score-adj configuration option to control Linux OOM killer. (#1690) 2020-08-12 17:58:56 +03:00