antirez
|
59b084b7cf
If the computer running the Redis test is slow, we revert to --clients 1 to avoid false positives.
|
hace 12 años |
antirez
|
2c2b6159d3
Regression test for the main problem causing issue #141. Minor changes/fixes/additions to the test suite itself needed to write the test.
|
hace 13 años |
antirez
|
8a625029e7
Redis test port allocation fixed.
|
hace 13 años |
antirez
|
c08eb8e74d
unit/introspection added among tests executed by default
|
hace 13 años |
antirez
|
901120f8e6
--quiet option implemented in the Redis test. Output improved a bit.
|
hace 13 años |
antirez
|
cd0458470e
Redis test ports selection made more robust. This prevents the test from hanging if an already bound port is selected but the TCP server listening to it does not cause a protocol error with a Redis client PING. Also base port moved away from the range near to the Redis Cluster gossip ports.
|
hace 13 años |
antirez
|
481a05cd23
commenting out aof-race test for now, waiting for a fix to issue #80
|
hace 13 años |
Pieter Noordhuis
|
b9a65682fb
Failing test related to AOF rewrite buffers
|
hace 13 años |
antirez
|
a57bd791e9
243b783fdc4a77968f7a3dd4a246e43b226a4316
|
hace 13 años |
antirez
|
619174117d
new test engine backported to 2.4
|
hace 13 años |
antirez
|
99509ab257
slow log merged into 2.4
|
hace 13 años |
antirez
|
6c194dae58
VM tests commented out for 2.4
|
hace 13 años |
antirez
|
5fca35da3f
disabled development test entry, tests moved in the right place
|
hace 13 años |
antirez
|
d260b9a499
Variadic ZADD tests
|
hace 13 años |
antirez
|
1f2af715cb
Print version info before running the test
|
hace 13 años |
antirez
|
d6107fd6f1
Merge remote branch 'pietern/testverbosity'
|
hace 14 años |
Pieter Noordhuis
|
6f8a32d5c7
Be less verbose in testing; improve error handling
|
hace 14 años |
antirez
|
4b918769a1
command line option in test suite to activate valgrind mode
|
hace 14 años |
Pieter Noordhuis
|
5a4f9f27e7
Add tests for OK on QUIT
|
hace 14 años |
Pieter Noordhuis
|
941c9fa285
Return OK on QUIT
|
hace 14 años |
Pieter Noordhuis
|
9f1ae9abee
Allow to specify which specific test files to run
|
hace 14 años |
antirez
|
588cd980e9
redis-cli tests commented out since there is a problem with the CI server and this tests, will be activated again once the problem is fixed
|
hace 14 años |
antirez
|
e59a64b8d3
forgot the traceleaks var in tests set to 1, reverted to the default, 0
|
hace 14 años |
antirez
|
bad7d097e9
fixed a memory leak in the new Set code
|
hace 14 años |
Pieter Noordhuis
|
f2dd4769dd
Tests for the interactive mode of redis-cli
|
hace 14 años |
Pieter Noordhuis
|
e39c8b5047
exit with non-zero status when there are failed tests
|
hace 14 años |
Pieter Noordhuis
|
4589a823fd
initial basic pub/sub tests
|
hace 14 años |
Pieter Noordhuis
|
5eedc9c65e
tests for BLPOP/BRPOP via an option in the tcl client that defers reading the reply
|
hace 14 años |
antirez
|
7d04fc7563
allow running the test suite against an external Redis instance, without auto spawning
|
hace 14 años |
Pieter Noordhuis
|
d4507ec615
refactor list tests to test both encodings; implemented assert functions
|
hace 14 años |