redict/tests
Oran Agra 48efc25f74
Handle output buffer limits for Module blocked clients (#8141)
Module blocked clients cache the response in a temporary client,
the reply list in this client would be affected by the recent fix
in #7202, but when the reply is later copied into the real client,
it would have bypassed all the checks for output buffer limit, which
would have resulted in both: responding with a partial response to
the client, and also not disconnecting it at all.
2020-12-08 16:41:20 +02:00
..
assets Sanitize dump payload: ziplist, listpack, zipmap, intset, stream 2020-12-06 14:54:34 +02:00
cluster Sanitize dump payload: ziplist, listpack, zipmap, intset, stream 2020-12-06 14:54:34 +02:00
helpers revert an accidental test code change done as part of the tls project 2019-12-01 16:10:09 +02:00
integration Sanitize dump payload: fail RESTORE if memory allocation fails 2020-12-06 14:54:34 +02:00
modules Handle output buffer limits for Module blocked clients (#8141) 2020-12-08 16:41:20 +02:00
sentinel Recalculate hardcoded variables from $::instances_count in sentinel tests (#7561) 2020-09-13 18:39:59 +03:00
support Fix failing macOS tests due to wc differences. (#8161) 2020-12-08 16:22:16 +02:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit Handle output buffer limits for Module blocked clients (#8141) 2020-12-08 16:41:20 +02:00
instances.tcl Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposed 2020-12-06 14:54:34 +02:00
test_helper.tcl testsuite: fix fd leak, prevent port clashing when using --baseport 2020-12-06 14:54:34 +02:00