redict/tests
antirez 4f4676a142 Fix test false positive introduced by threaded I/O.
Now clients that are ready to be terminated asynchronously are processed
more often in beforeSleep() instead of being processed in serverCron().
This means that the test will not be able to catch the moment the client
was terminated, also note that the 'omem' figure now changes in big
steps, because of the new client output buffers layout.

So we have to change the test range in order to accomodate for that.
Yet the test is useful enough to be worth taking, even if its precision
is reduced by this commit. Probably if we get more problems, a thing
that makes sense is just to check that the limit is < 200k. That's more
than enough actually.
2019-05-13 17:27:10 +02:00
..
assets Fix test "server is up" detection after logging changes. 2016-12-19 16:49:58 +01:00
cluster cluster.tcl: Add master consecutively down test. 2018-06-30 09:29:35 +08:00
helpers Test: fix blocking lists/zsets replication test. 2018-05-15 17:43:41 +02:00
integration make replication tests more stable on slow machines 2019-05-05 08:25:01 +03:00
modules Add runtest-moduleapi with commandfilter coverage. 2019-03-24 12:03:03 +02:00
sentinel Correct "did not received" -> "did not receive" typos/grammar. 2018-08-26 14:45:39 +02:00
support fix small test suite race conditions 2018-11-12 10:26:10 +02:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit Fix test false positive introduced by threaded I/O. 2019-05-13 17:27:10 +02:00
instances.tcl Correct spelling of "faield". 2017-08-12 22:21:03 -07:00
test_helper.tcl test cases: skiptill -> skip-till 2019-05-10 16:27:25 +08:00