b087dd1db6
TLS: Connections refactoring and TLS support.
...
* Introduce a connection abstraction layer for all socket operations and
integrate it across the code base.
* Provide an optional TLS connections implementation based on OpenSSL.
* Pull a newer version of hiredis with TLS support.
* Tests, redis-cli updates for TLS support.
2019-10-07 21:06:13 +03:00
2b2652d7c4
AOF: run tests with preamble off when it makes sense.
2018-03-25 13:03:38 +02:00
f633212073
Fix SELECT test, broken cause change in error msg.
2016-10-14 15:48:11 +02:00
5e3880a492
various cleanups and minor fixes
2016-04-25 16:49:57 +03:00
9c00f07897
Test: MULTI/EXEC tests moved into multi.tcl.
2012-11-22 10:32:12 +01:00
6c29410117
false positive in expire tests mitigated with a sleep, but other solutions exist if needed later.
2012-01-26 16:45:08 +01:00
b4fb720b10
A test modified to pass with the new AOF start/stop semantics.
2011-12-21 09:24:14 +01:00
64c7499eb8
new tests for EXPIRE family functions, new millisecond precision, and new millisecond argument variants.
2011-11-11 15:11:50 +01:00
0717e3aa16
fix a test timing issue when running the test over valgrind
2011-07-11 15:44:38 +02:00
121ffc85f4
better recap of failed tests.
2011-07-11 12:56:00 +02:00
04e2410d2d
initial support for failed tests summary at end of the test.
2011-07-11 12:44:55 +02:00
30cf7be60c
the test runs less iterations of slow tests if no --accurate is given.
2011-07-11 12:15:35 +02:00
13566085cf
Initial implementation of a client-server parallel testing system for Redis in order to speedup execution of the test suite.
2011-07-10 23:25:48 +02:00
6c682e559c
Restore argc/argv in EXEC after command is executed
2011-02-23 14:37:22 +01:00
322ea972fe
run both inmemory and diskstore tests.
2011-01-09 19:42:56 +01:00
a5062bbab0
fixed bgsave_in_progress in INFO when BGSAVEing with diskstore enabled, don't DEBUG FLUSHCACHE when bgsave is in progress.
2011-01-09 19:25:34 +01:00
69bfffb4a7
test adapted to run with diskstore, and a few bugs fixed
2011-01-09 18:25:34 +01:00
ef11bcccca
Refactor and rename SUBSTR to GETRANGE
...
SUBSTR is renamed to GETRANGE to have better consistency between command
names (with SETRANGE as its dual). GETRANGE is still aliased as SUBSTR.
2010-12-14 15:16:29 +01:00
dc11daf3b5
Change tests to use either the inline or the multibulk protocol
2010-10-15 17:25:20 +02:00
08f55b786b
faster server starting in Redis tests
2010-08-31 11:17:06 +02:00
db0c43a70c
removed test code having bad effects...
2010-07-27 14:46:39 +02:00
dd3f505ff5
Consistency test improved
2010-07-27 14:42:11 +02:00
6b6f101c27
tag more slow tests
2010-06-03 00:16:10 +02:00
9e5d2e8bd6
changed how server.tcl accepts options to support more directives without requiring more arguments to the proc
2010-06-02 22:23:52 +02:00
4ea93ad3ac
new multi/exec tests
2010-05-27 16:08:44 +02:00
ab72b4833d
minor fixes to the new test suite, html doc updated
2010-05-14 18:48:33 +02:00