Commit History

Author SHA1 Message Date
  antirez ab8232d022 DUMP, RESTORE, MIGRATE tests. 12 years ago
  antirez 22c9c4076b Regression test for issue 417 (memory leak when replicating to DB with id >= 10) 12 years ago
  antirez c79373482f convert-zipmap-hash-on-load test enabled 12 years ago
  antirez 03116904c3 RDB load of different encodings test added. 12 years ago
  antirez efc8f6c1a2 Added test for client output buffer limit (hard limit). 13 years ago
  antirez 414c3deac1 Regression test for the main problem causing issue #141. Minor changes/fixes/additions to the test suite itself needed to write the test. 13 years ago
  antirez f4bddefecd unit/introspection added among tests executed by default 13 years ago
  antirez 570bbcf8e0 Added tests for AOF rewrite. 13 years ago
  antirez dfcf5a0ac8 Redis test port allocation fixed. 13 years ago
  antirez 38b957d8ba --quiet option implemented in the Redis test. Output improved a bit. 13 years ago
  antirez 53a2af3941 still problems with the AOF race regression test, disabling it again for now 13 years ago
  antirez 5c63922691 aof-race test reenabled now that port allocation of the test suite is smarter 13 years ago
  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. 13 years ago
  antirez dcdfd005a0 commenting out aof-race test for now, waiting for a fix to issue #80 13 years ago
  Pieter Noordhuis 3aa4b00970 Failing test related to AOF rewrite buffers 13 years ago
  antirez 243b783fdc Maxmemory test 13 years ago
  antirez 0681c5ad84 master branch merged into scripting. 13 years ago
  antirez c7c16a32a7 cleanup after test 13 years ago
  antirez e4715f0011 --help implemented 13 years ago
  antirez 121ffc85f4 better recap of failed tests. 13 years ago
  antirez 04e2410d2d initial support for failed tests summary at end of the test. 13 years ago
  antirez 524d515f0c implemented --single, --list-tests. --accurante and --help are now recognized but not actually implemented. 13 years ago
  antirez 6209797d37 list test further split into smaller units 13 years ago
  antirez be9250c8cd list-2 added to the list of tests 13 years ago
  antirez daab159932 no longer prints testing... but just shows the test when we get the final result from the testing client. 13 years ago
  antirez 569f84aa7c replication test split into three parts in order to improve test execution time. Random fixes and improvements. 13 years ago
  antirez 82e5dd35ea display less useless information in parallel test 13 years ago
  antirez 3744824c3e some test colorization and some fix 13 years ago
  antirez 36e790a040 print execution time of different units at end 13 years ago
  antirez 13566085cf Initial implementation of a client-server parallel testing system for Redis in order to speedup execution of the test suite. 13 years ago