antirez
8b8261edc3
Possible fix for false positives in issue 141 regression test
2012-01-12 16:24:41 +01:00
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.
2012-01-07 12:52:42 +01:00
antirez
2e689217d5
Redis test: vaoid two false positives while running under valgrind.
2011-12-20 10:35:33 +01:00
antirez
b76088845c
Redis test: two redundant tests removed as they tend to create issues when running the test with valgrind.
2011-12-20 10:35:23 +01:00
antirez
6662806a26
Regression test for issue #142 added
2011-10-17 10:40:11 +02:00
Pieter Noordhuis
b9a65682fb
Failing test related to AOF rewrite buffers
2011-09-16 11:24:08 +02:00
antirez
619174117d
new test engine backported to 2.4
2011-07-12 09:40:54 +02:00
antirez
09843df1dd
test for the BRPOPLPUSH issue 561 related issues
2011-05-31 12:16:16 +02:00
antirez
1f036c6587
Comment typo fixed
2011-05-24 10:43:19 +02:00
antirez
338e44a6e7
replication with expire test modified to produce no or less false failures
2011-05-12 20:17:07 +02:00
Pieter Noordhuis
992fe21706
Use correct argc/argv for cleanup when loading AOF
2011-04-22 09:42:38 +02:00
Pieter Noordhuis
2f170ad733
Reformat AOF tests
2011-04-22 09:42:38 +02:00
Pieter Noordhuis
b4b62c34db
Use fstat to detect if stdin was redirected
2010-08-25 14:48:50 +02:00
Pieter Noordhuis
f791d66e20
Make helper functions simpler
2010-08-25 14:15:41 +02:00
Pieter Noordhuis
f9b252613b
Comments in redis-cli tests
2010-08-25 14:08:32 +02:00
Pieter Noordhuis
ae77016e57
Add a newline to tty output after every reply
2010-08-25 13:39:11 +02:00
Pieter Noordhuis
4b93e5e267
Merge master and move argument splitting patch to sds.c
2010-08-25 13:08:43 +02:00
Pieter Noordhuis
3a51bff035
Change output format for non-tty redis-cli execution
2010-08-04 17:46:56 +02:00
Pieter Noordhuis
123a10f7a5
Let the output mode depend on having a tty or not
2010-08-04 17:16:05 +02:00
Pieter Noordhuis
07242c0ccf
Tests for redis-cli in non-interactive mode
...
Minor change in redis-cli output for the (multi-)bulk response but this
will be fixed in the next commit.
2010-08-04 17:02:13 +02:00
Pieter Noordhuis
0439d792c4
Add tests for quotation in an interactive redis-cli session
...
Patched redis-cli to abort on unexpected quotation. This caused
redis-cli to get into an infinite, memory-consuming loop.
2010-08-04 16:15:33 +02:00
Pieter Noordhuis
f2dd4769dd
Tests for the interactive mode of redis-cli
...
Changed redis-cli to output the raw response for a bulk reply when it is
run in interactive mode instead of checking isatty.
2010-08-04 15:28:03 +02:00
antirez
6146329f1f
replication test with expires
2010-08-03 13:38:39 +02:00
antirez
a0573260b0
better random dataset creation function in test. master-slave replication test now is able to save the two datasets in CSV when an inconsistency is detected.
2010-07-28 14:08:46 +02:00
antirez
8b654e54c4
First implementation of a replication consistency test
2010-07-06 17:24:00 +02:00
antirez
e2641e09cc
redis.c split into many different C files.
...
networking related stuff moved into networking.c
moved more code
more work on layout of source code
SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;)
cleanly compiling again after the first split, now splitting it in more C files
moving more things around... work in progress
split replication code
splitting more
Sets split
Hash split
replication split
even more splitting
more splitting
minor change
2010-07-01 14:38:51 +02:00
Pieter Noordhuis
5713f06b33
change how arguments are passed from the AOF tests
2010-06-03 00:16:02 +02:00
Pieter Noordhuis
7f7499eeac
tags for existing tests
2010-06-02 23:22:25 +02:00
Pieter Noordhuis
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
Pieter Noordhuis
53cbf66caf
initial tests for AOF (and small changes to server.tcl to support these)
2010-05-19 14:54:20 +02:00
Pieter Noordhuis
85ecc65edc
initial rough integration test for replication
2010-05-14 20:50:58 +02:00