valkey/tests/modules
Oran Agra 51c3ff8d75 Modules hooks: complete missing hooks for the initial set of hooks
* replication hooks: role change, master link status, replica online/offline
* persistence hooks: saving, loading, loading progress
* misc hooks: cron loop, shutdown, module loaded/unloaded
* change the way hooks test work, and add tests for all of the above

startLoading() now gets flag indicating what is loaded.
stopLoading() now gets an indication of success or failure.
adding startSaving() and stopSaving() with similar args and role.
2019-10-29 17:59:09 +02:00
..
commandfilter.c Make module tests pass with valgrind, and fix a leak in diskless load 2019-10-24 09:45:25 +03:00
fork.c Module api tests for RM_Call 2019-10-28 12:39:57 +02:00
hooks.c Modules hooks: complete missing hooks for the initial set of hooks 2019-10-29 17:59:09 +02:00
infotest.c Module INFO, support default section for simple modules 2019-08-18 10:01:57 +03:00
Makefile Module api tests for RM_Call 2019-10-28 12:39:57 +02:00
misc.c Module api tests for RM_Call 2019-10-28 12:39:57 +02:00
propagate.c Modules: add RM_Replicate() Tcl test file & fix the module. 2019-10-03 18:44:50 +02:00
testrdb.c Make module tests pass with valgrind, and fix a leak in diskless load 2019-10-24 09:45:25 +03:00