valkey/tests
Viktor Söderqvist 4985c11bd6
Bugfix: Make modules blocked on keys unblock on commands like LPUSH (#8356)
This was a regression from #7625 (only in 6.2 RC2).

This makes it possible again to implement blocking list and zset
commands using the modules API.

This commit also includes a test case for the reverse: A module
unblocks a client blocked on BLPOP by inserting elements using
RedisModule_ListPush(). This already works, but it was untested.
2021-01-19 13:15:33 +02:00
..
assets Sanitize dump payload: ziplist, listpack, zipmap, intset, stream 2020-12-06 14:54:34 +02:00
cluster Optimize performance of clusterGenNodesDescription for large clusters (#8182) 2021-01-13 12:36:03 -08:00
helpers
integration Add io-thread daily CI tests. (#8232) 2021-01-17 15:48:48 +02:00
modules Bugfix: Make modules blocked on keys unblock on commands like LPUSH (#8356) 2021-01-19 13:15:33 +02:00
sentinel Recalculate hardcoded variables from $::instances_count in sentinel tests (#7561) 2020-09-13 18:39:59 +03:00
support Add io-thread daily CI tests. (#8232) 2021-01-17 15:48:48 +02:00
tmp
unit Bugfix: Make modules blocked on keys unblock on commands like LPUSH (#8356) 2021-01-19 13:15:33 +02:00
instances.tcl Add io-thread daily CI tests. (#8232) 2021-01-17 15:48:48 +02:00
test_helper.tcl Add errorstats info section, Add failed_calls and rejected_calls to commandstats (#8217) 2020-12-31 16:53:43 +02:00