bodong.ybd
|
336458d4b5
Fix bug of tcl test using external server
|
hace 4 años |
antirez
|
73305861f5
Test engine: experimental change to avoid busy port problems.
|
hace 4 años |
antirez
|
e78c4e813c
Test engine: detect timeout when checking for Redis startup.
|
hace 4 años |
antirez
|
c6954de3ea
Test engine: better tracking of what workers are doing.
|
hace 4 años |
Yossi Gottlieb
|
b087dd1db6
TLS: Connections refactoring and TLS support.
|
hace 5 años |
maya-rv
|
227965221a
Fix typo
|
hace 6 años |
Oran Agra
|
751eea24c4
test suite infra improvements and fix
|
hace 6 años |
antirez
|
8444b46d20
Fix test "server is up" detection after logging changes.
|
hace 8 años |
antirez
|
36be34bb87
Test: support for stack logging for OSX malloc/leaks.
|
hace 9 años |
antirez
|
386804246f
Test: be more patient waiting for servers to exit.
|
hace 9 años |
Matt Stancliff
|
491d57abaa
Add --track-origins=yes to valgrind
|
hace 10 años |
antirez
|
fe0d371995
Test: wait for actual startup in start_server.
|
hace 10 años |
antirez
|
bd3a51615c
Test: try to cleanup still running Redis instances on exit.
|
hace 10 años |
Matt Stancliff
|
1cedebb799
Remove trailing spaces from tests
|
hace 10 años |
Matt Stancliff
|
6c16ecaaaa
Fix test framework to detect proper server PID
|
hace 10 años |
antirez
|
088b9eadc4
Test: handle new osx 'leaks' error.
|
hace 10 años |
antirez
|
9e0b9f12b2
Test: do not complain when "leaks" can't run because process died.
|
hace 10 años |
antirez
|
a1dca2efab
Test: code to test server availability refactored.
|
hace 10 años |
antirez
|
dc24a6b132
Return a specific NOAUTH error if authentication is required.
|
hace 11 años |
antirez
|
a18ca73681
Test: fixed osx "leaks" support in test.
|
hace 12 años |
YAMAMOTO Takashi
|
164d57c60d
fix a typo in a comment
|
hace 12 años |
Michael Schlenker
|
875944a23f
Replace unnecessary calls to echo and cat
|
hace 12 años |
Premysl Hruby
|
9184f8fd00
in kill_server send the signal once, then wait for up to 5sec before sending lethal SIGKILL
|
hace 12 años |
antirez
|
0fefb5bbeb
Redis test: regexp to check if valgrind reported errors modified. Now we no longer look at the total count because this includes "possibly lost" bytes that are not interesting for Redis (tons of false positives because of how sds.c works).
|
hace 12 años |
antirez
|
74f10793c8
When running the test in valgrind mode, pass the right flags to show memory leaks stack traces but only including the "definitely lost" items.
|
hace 12 años |
antirez
|
b1d08d4540
Redis test: wait more time for the server to start if it is running using valgrind.
|
hace 13 años |
antirez
|
846bcd9abe
Redis test: handle inability to start the server in a better way.
|
hace 13 años |
antirez
|
24bfb570ee
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
|
4c378d7f6c
new test engine valgrind support
|
hace 13 años |
antirez
|
5ab1461f98
The test now gives some more time for Redis to start before of exiting with an error, since starting with valgrind can take a significant amount of time.
|
hace 13 años |