antirez
|
59b084b7cf
If the computer running the Redis test is slow, we revert to --clients 1 to avoid false positives.
|
12 年之前 |
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.
|
13 年之前 |
antirez
|
8a625029e7
Redis test port allocation fixed.
|
13 年之前 |
antirez
|
c08eb8e74d
unit/introspection added among tests executed by default
|
13 年之前 |
antirez
|
901120f8e6
--quiet option implemented in the Redis test. Output improved a bit.
|
13 年之前 |
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.
|
13 年之前 |
antirez
|
481a05cd23
commenting out aof-race test for now, waiting for a fix to issue #80
|
13 年之前 |
Pieter Noordhuis
|
b9a65682fb
Failing test related to AOF rewrite buffers
|
13 年之前 |
antirez
|
a57bd791e9
243b783fdc4a77968f7a3dd4a246e43b226a4316
|
13 年之前 |
antirez
|
619174117d
new test engine backported to 2.4
|
13 年之前 |
antirez
|
99509ab257
slow log merged into 2.4
|
13 年之前 |
antirez
|
6c194dae58
VM tests commented out for 2.4
|
13 年之前 |
antirez
|
5fca35da3f
disabled development test entry, tests moved in the right place
|
13 年之前 |
antirez
|
d260b9a499
Variadic ZADD tests
|
13 年之前 |
antirez
|
1f2af715cb
Print version info before running the test
|
13 年之前 |
antirez
|
d6107fd6f1
Merge remote branch 'pietern/testverbosity'
|
14 年之前 |
Pieter Noordhuis
|
6f8a32d5c7
Be less verbose in testing; improve error handling
|
14 年之前 |
antirez
|
4b918769a1
command line option in test suite to activate valgrind mode
|
14 年之前 |
Pieter Noordhuis
|
5a4f9f27e7
Add tests for OK on QUIT
|
14 年之前 |
Pieter Noordhuis
|
941c9fa285
Return OK on QUIT
|
14 年之前 |
Pieter Noordhuis
|
9f1ae9abee
Allow to specify which specific test files to run
|
14 年之前 |
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
|
14 年之前 |
antirez
|
e59a64b8d3
forgot the traceleaks var in tests set to 1, reverted to the default, 0
|
14 年之前 |
antirez
|
bad7d097e9
fixed a memory leak in the new Set code
|
14 年之前 |
Pieter Noordhuis
|
f2dd4769dd
Tests for the interactive mode of redis-cli
|
14 年之前 |
Pieter Noordhuis
|
e39c8b5047
exit with non-zero status when there are failed tests
|
14 年之前 |
Pieter Noordhuis
|
4589a823fd
initial basic pub/sub tests
|
14 年之前 |
Pieter Noordhuis
|
5eedc9c65e
tests for BLPOP/BRPOP via an option in the tcl client that defers reading the reply
|
14 年之前 |
antirez
|
7d04fc7563
allow running the test suite against an external Redis instance, without auto spawning
|
14 年之前 |
Pieter Noordhuis
|
d4507ec615
refactor list tests to test both encodings; implemented assert functions
|
14 年之前 |