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