]>
git.saurik.com Git - redis.git/log
Bruce Mitchener [Tue, 26 Jul 2011 03:18:36 +0000 (10:18 +0700)]
Spelling fixes.
antirez [Fri, 22 Jul 2011 10:11:40 +0000 (12:11 +0200)]
Close the listening sockets. Apparently this allows faster restarts.
antirez [Fri, 22 Jul 2011 09:52:21 +0000 (11:52 +0200)]
prepareForShutdown() fixed for correctness regarding what to do with AOF and RDB persistence on exit.
antirez [Fri, 15 Jul 2011 16:28:24 +0000 (18:28 +0200)]
make a scripting test more valgrind friendly
antirez [Fri, 15 Jul 2011 15:41:40 +0000 (17:41 +0200)]
test that EVALSHA is replicated as EVAL
antirez [Fri, 15 Jul 2011 15:20:57 +0000 (17:20 +0200)]
Added a 'runtest' script that is responsible to check if Tcl is available and run the test. This is invoked from Makefile as well.
antirez [Wed, 13 Jul 2011 17:15:22 +0000 (19:15 +0200)]
top level Makefile now just a proxy. Doing make clean inside src now does a full clean including deps, not just Redis source. Thanks to Pieter for the top level Makefile proxy trick.
antirez [Wed, 13 Jul 2011 13:38:33 +0000 (15:38 +0200)]
Merge branch 'unstable' of github.com:antirez/redis into unstable
antirez [Wed, 13 Jul 2011 13:38:03 +0000 (15:38 +0200)]
Replicate EVALSHA as EVAL taking a dictionary of sha1 -> script source code.
antirez [Wed, 13 Jul 2011 10:04:02 +0000 (12:04 +0200)]
scripting.txt file removed, content merged into the TODO file
Salvatore Sanfilippo [Wed, 13 Jul 2011 10:00:28 +0000 (03:00 -0700)]
Merge pull request #69 from AquaGeek/patch-1
Minor spelling fixes
Tyler Stromberg [Wed, 13 Jul 2011 01:50:18 +0000 (18:50 -0700)]
Minor spelling fixes
antirez [Tue, 12 Jul 2011 10:58:32 +0000 (12:58 +0200)]
when building redis-server use LINK and not CC as prefix in the output
antirez [Tue, 12 Jul 2011 10:41:29 +0000 (12:41 +0200)]
Fix for a typo left after merging.
antirez [Tue, 12 Jul 2011 10:39:16 +0000 (12:39 +0200)]
master branch merged into scripting.
antirez [Mon, 11 Jul 2011 14:04:18 +0000 (16:04 +0200)]
solved a slow positive in the slow log test when the test is executed slowly
antirez [Mon, 11 Jul 2011 13:58:31 +0000 (15:58 +0200)]
fixed another timing issue when running the test over valgrind or with very slow PCs
antirez [Mon, 11 Jul 2011 13:45:06 +0000 (15:45 +0200)]
Merge branch 'unstable' of github.com:antirez/redis into unstable
antirez [Mon, 11 Jul 2011 13:44:38 +0000 (15:44 +0200)]
fix a test timing issue when running the test over valgrind
antirez [Mon, 11 Jul 2011 12:48:45 +0000 (14:48 +0200)]
make test depends on redis-check-aof as well.
antirez [Mon, 11 Jul 2011 11:46:09 +0000 (13:46 +0200)]
removed --file argument from test invocation inside Makefile
antirez [Mon, 11 Jul 2011 11:41:06 +0000 (13:41 +0200)]
new test engine valgrind support
antirez [Mon, 11 Jul 2011 11:19:42 +0000 (13:19 +0200)]
cleanup after test
antirez [Mon, 11 Jul 2011 11:03:22 +0000 (13:03 +0200)]
--help implemented
antirez [Mon, 11 Jul 2011 10:56:00 +0000 (12:56 +0200)]
better recap of failed tests.
antirez [Mon, 11 Jul 2011 10:44:55 +0000 (12:44 +0200)]
initial support for failed tests summary at end of the test.
antirez [Mon, 11 Jul 2011 10:15:35 +0000 (12:15 +0200)]
the test runs less iterations of slow tests if no --accurate is given.
antirez [Mon, 11 Jul 2011 09:59:55 +0000 (11:59 +0200)]
implemented --single, --list-tests. --accurante and --help are now recognized but not actually implemented.
antirez [Mon, 11 Jul 2011 09:41:23 +0000 (11:41 +0200)]
list test further split into smaller units
antirez [Mon, 11 Jul 2011 09:32:19 +0000 (11:32 +0200)]
list-2 added to the list of tests
antirez [Mon, 11 Jul 2011 09:30:46 +0000 (11:30 +0200)]
list test split into smaller parts
antirez [Mon, 11 Jul 2011 09:18:46 +0000 (11:18 +0200)]
use tclsh8.5 not only in which but also in the actual test execution.
antirez [Mon, 11 Jul 2011 09:17:05 +0000 (11:17 +0200)]
explicitly use tclsh8.5 to run the test
antirez [Sun, 10 Jul 2011 22:53:30 +0000 (00:53 +0200)]
no longer prints testing... but just shows the test when we get the final result from the testing client.
antirez [Sun, 10 Jul 2011 22:46:25 +0000 (00:46 +0200)]
replication test split into three parts in order to improve test execution time. Random fixes and improvements.
antirez [Sun, 10 Jul 2011 22:14:12 +0000 (00:14 +0200)]
display less useless information in parallel test
antirez [Sun, 10 Jul 2011 22:09:56 +0000 (00:09 +0200)]
some test colorization and some fix
antirez [Sun, 10 Jul 2011 21:57:35 +0000 (23:57 +0200)]
print execution time of different units at end
antirez [Sun, 10 Jul 2011 21:25:48 +0000 (23:25 +0200)]
Initial implementation of a client-server parallel testing system for Redis in order to speedup execution of the test suite.
antirez [Sat, 9 Jul 2011 17:23:46 +0000 (19:23 +0200)]
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.
antirez [Fri, 8 Jul 2011 10:59:30 +0000 (12:59 +0200)]
Take a pointer to the relevant entry of the command table in the client structure. This is generally a more sounding design, simplifies a few functions prototype, and as a side effect fixes a bug related to the conversion of EXPIRE -1 to DEL: before of this fix Redis tried to convert it into an EXPIREAT in the AOF code, regardless of our rewrite of the command.
antirez [Fri, 8 Jul 2011 10:20:30 +0000 (12:20 +0200)]
Test for regression about: Redis should not try to convert DEL into EXPIREAT for EXPIRE -1
antirez [Thu, 7 Jul 2011 14:24:37 +0000 (16:24 +0200)]
don't process EXPIRE with negative TTL or EXPIREAT with time in the past if we are a slave too (see http://groups.google.com/group/redis-db/browse_thread/thread/
5a931fefb88b16d5 ). Also propagate it as DEL.
Hampus Wessman [Sun, 3 Jul 2011 10:18:44 +0000 (12:18 +0200)]
Don't expire keys while loading AOF.
They will be expired (and a DEL will be logged) after the loading is done
instead.
Hampus Wessman [Sun, 3 Jul 2011 09:04:55 +0000 (11:04 +0200)]
Add test for incorrect expiration when loading AOF.
antirez [Wed, 6 Jul 2011 13:22:00 +0000 (15:22 +0200)]
more valgrind friendly test
antirez [Tue, 5 Jul 2011 11:27:21 +0000 (13:27 +0200)]
Ingore jemalloc make distclean error in Makefile, caused by make clean against a tree that never compiled jemalloc.
antirez [Sun, 3 Jul 2011 13:49:49 +0000 (15:49 +0200)]
Fixed typo in redis.conf related to slow log parameters
antirez [Sat, 2 Jul 2011 08:51:35 +0000 (10:51 +0200)]
childrens -> children in INFO output field names. This is a backward incompatible change, but really a minimal one.
antirez [Sat, 2 Jul 2011 08:25:35 +0000 (10:25 +0200)]
no more allocation stats info in INFO, useless now that we have jemalloc.
antirez [Fri, 1 Jul 2011 13:49:17 +0000 (15:49 +0200)]
Added slowlog.tcl
antirez [Thu, 30 Jun 2011 16:44:58 +0000 (18:44 +0200)]
SLOWLOG tests
antirez [Thu, 30 Jun 2011 15:36:15 +0000 (17:36 +0200)]
Added an unique ID field to every slow log entry.
antirez [Thu, 30 Jun 2011 13:54:05 +0000 (15:54 +0200)]
More redis.conf self-documentation. Now even queries that took exactly server.slow_log_slower_than are logged, as this is not exact but is more intuitive for people, and a value of 0 will force every query to be logged.
antirez [Thu, 30 Jun 2011 13:47:15 +0000 (15:47 +0200)]
slow log configuration implemented
antirez [Thu, 30 Jun 2011 11:34:38 +0000 (13:34 +0200)]
hiredis max multi bulk nesting level raised to 7
antirez [Thu, 30 Jun 2011 11:31:44 +0000 (13:31 +0200)]
DEUBG SLEEP implemented
antirez [Thu, 30 Jun 2011 11:27:32 +0000 (13:27 +0200)]
First implementation of the slow log feature
antirez [Wed, 29 Jun 2011 14:10:28 +0000 (16:10 +0200)]
Partial fix for a problem with AOF and BRPOP. We have at least a single evidence of an AOF that ended with a BRPOP call against an empty list, causing later issues at run time. Now the problem is detected while loading the AOF at startup, even if it is still to understand how the corrupted AOF was generated.
antirez [Sat, 25 Jun 2011 10:42:55 +0000 (12:42 +0200)]
colorized test output shows scripting tests with X
antirez [Sat, 25 Jun 2011 10:29:24 +0000 (12:29 +0200)]
unstable merge conflicts resolved
antirez [Sat, 25 Jun 2011 10:22:59 +0000 (12:22 +0200)]
Merge remote branch 'origin/unstable' into unstable
antirez [Sat, 25 Jun 2011 10:22:03 +0000 (12:22 +0200)]
diskstore removed
Salvatore Sanfilippo [Fri, 24 Jun 2011 16:59:37 +0000 (09:59 -0700)]
Merge pull request #63 from djanowski/tcl
Add warning when `tcl` is not available to run tests
Damian Janowski [Fri, 24 Jun 2011 16:56:06 +0000 (13:56 -0300)]
Avoid bug reports when Tcl is not installed.
antirez [Mon, 20 Jun 2011 15:07:18 +0000 (17:07 +0200)]
Fix for bug 561 and other related problems
antirez [Tue, 14 Jun 2011 14:22:54 +0000 (16:22 +0200)]
useless call removed, thanks to Pieter for spotting this
Pieter Noordhuis [Mon, 13 Jun 2011 19:06:44 +0000 (21:06 +0200)]
SETNX regression tests.
antirez [Tue, 14 Jun 2011 13:34:27 +0000 (15:34 +0200)]
DB API refactoring. The changes were designed together with Pieter Noordhuis.
antirez [Mon, 20 Jun 2011 09:58:54 +0000 (11:58 +0200)]
Makefile deps updated
antirez [Wed, 1 Jun 2011 15:08:12 +0000 (17:08 +0200)]
It is now possible to build with: make 32bit USE_JEMALLOC=yes
antirez [Wed, 1 Jun 2011 15:56:50 +0000 (17:56 +0200)]
Added -ldl when linking against jemalloc, needed on Linux
antirez [Mon, 20 Jun 2011 09:54:08 +0000 (11:54 +0200)]
Fixed INFO implementation to use the new allocator name define
antirez [Mon, 20 Jun 2011 09:52:15 +0000 (11:52 +0200)]
Makefile modified to build with jemalloc
Pieter Noordhuis [Tue, 17 May 2011 10:25:33 +0000 (12:25 +0200)]
Ignore jemalloc build artifacts
antirez [Mon, 20 Jun 2011 09:35:29 +0000 (11:35 +0200)]
ZMALLOC related stuff removed from config.h. They are now defined in zmalloc.h
antirez [Mon, 20 Jun 2011 09:34:04 +0000 (11:34 +0200)]
forward-ported changes in zmalloc.c/h to support jemalloc build
antirez [Mon, 9 May 2011 08:52:55 +0000 (10:52 +0200)]
jemalloc source added
antirez [Fri, 17 Jun 2011 14:13:22 +0000 (16:13 +0200)]
new INFO filed master_link_down_since_seconds
antirez [Fri, 17 Jun 2011 13:40:55 +0000 (15:40 +0200)]
Use a safe iterator while saving the DB, since the getExpire() function will access the iterating dictionary.
Pierre Chapuis [Fri, 27 May 2011 14:01:29 +0000 (16:01 +0200)]
Untrack and ignore Lua binary files (2)
Pierre Chapuis [Fri, 27 May 2011 13:27:07 +0000 (15:27 +0200)]
Untrack and ignore Lua binary files
antirez [Tue, 14 Jun 2011 16:06:39 +0000 (18:06 +0200)]
Updated to unstable
antirez [Tue, 14 Jun 2011 15:11:44 +0000 (17:11 +0200)]
Fixed init script bug, thanks to Henrik Westphal
antirez [Tue, 14 Jun 2011 11:48:49 +0000 (13:48 +0200)]
Better init script
Salvatore Sanfilippo [Tue, 14 Jun 2011 08:26:42 +0000 (01:26 -0700)]
Merge pull request #58 from hampus/fix-autorewrite
Fix automatic rewrite starting too early
Hampus Wessman [Sun, 12 Jun 2011 05:27:01 +0000 (07:27 +0200)]
Fix automatic rewrite starting too early.
Slight adjustment in growth calculation.
antirez [Fri, 10 Jun 2011 16:35:16 +0000 (18:35 +0200)]
different message on BGREWRITEAOF when it is just scheduled and not started.
antirez [Fri, 10 Jun 2011 16:13:57 +0000 (18:13 +0200)]
minor code aesthetic change
antirez [Fri, 10 Jun 2011 13:15:29 +0000 (15:15 +0200)]
Make sure an automatic rewrite only gets triggered when no other child is in execution.
antirez [Fri, 10 Jun 2011 13:14:10 +0000 (15:14 +0200)]
CONFIG SET/GET support for new automatic AOF rewrite parameters
antirez [Fri, 10 Jun 2011 12:56:45 +0000 (14:56 +0200)]
correctly set AOF base size field in server structure
antirez [Fri, 10 Jun 2011 12:52:47 +0000 (14:52 +0200)]
Added new INFO fields related to the new AOF auto rewrite feature
antirez [Fri, 10 Jun 2011 12:47:12 +0000 (14:47 +0200)]
Fixed bug in AOF rewrite not working because of integer overflow
antirez [Fri, 10 Jun 2011 12:44:06 +0000 (14:44 +0200)]
debugging printf removed
antirez [Fri, 10 Jun 2011 12:43:11 +0000 (14:43 +0200)]
AOF auto rewrite percentage option parsing fixed
antirez [Fri, 10 Jun 2011 12:28:14 +0000 (14:28 +0200)]
Merge remote branch 'pietern/unstable-bench' into unstable
antirez [Fri, 10 Jun 2011 12:25:27 +0000 (14:25 +0200)]
Avoid division by zero issues in the automatically triggered AOF rewrite feature.
antirez [Fri, 10 Jun 2011 10:39:40 +0000 (12:39 +0200)]
Merge remote branch 'origin/unstable' into unstable
antirez [Fri, 10 Jun 2011 10:39:23 +0000 (12:39 +0200)]
automatic AOF rewrite first implementation. Still to be tested.