index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test SINTER against same integer elements, but different set encoding.
antirez
2012-04-18
1
-0
/
+10
*
Test SINTER with non existing key.
antirez
2012-04-18
1
-0
/
+7
*
Added an SMOVE test where src and dest key are the same.
antirez
2012-04-18
1
-0
/
+7
*
New hash fuzzing test.
antirez
2012-04-18
1
-0
/
+24
*
Explicit RPOP/LPOP tests.
antirez
2012-04-18
1
-2
/
+15
*
Test LINSERT syntax error.
antirez
2012-04-18
1
-0
/
+5
*
Test LINDEX out of range index.
antirez
2012-04-18
1
-0
/
+3
*
More robust maxclients test.
antirez
2012-04-18
1
-1
/
+3
*
Added test for SORT corner case: pattern ending with just "->".
antirez
2012-04-17
1
-0
/
+7
*
Less false positives in maxclients test, hopefully.
antirez
2012-04-17
1
-1
/
+2
*
Merge branch 'strict.lua' into unstable
antirez
2012-04-13
1
-0
/
+32
|
\
|
*
New test for scripting engine: DECR_IF_GT.
antirez
2012-04-13
1
-0
/
+22
|
*
Tests modified to match the new global protection implementation.
antirez
2012-04-13
1
-30
/
+3
|
*
Tests for lua globals protection.
antirez
2012-04-13
1
-0
/
+37
*
|
Test for maxclients.
antirez
2012-04-08
2
-0
/
+14
*
|
Added new test to check that "CONFIG appendonly no" actually kills the backgr...
antirez
2012-04-07
1
-0
/
+11
*
|
Tests for MONITOR.
antirez
2012-04-07
1
-0
/
+17
*
|
New client info field added to CLIENT LIST output: multi, containing the leng...
antirez
2012-04-07
1
-1
/
+1
*
|
Two new tests for BGREWRTIEAOF.
antirez
2012-04-06
1
-0
/
+26
*
|
redis.tcl: no longer leave unread replies if an error happens during a MULTI/...
antirez
2012-04-06
1
-1
/
+7
*
|
Merge pull request #430 from anydot/f-testsuite
Salvatore Sanfilippo
2012-04-05
2
-2
/
+11
|
\
\
|
*
|
in kill_server send the signal once, then wait for up to 5sec before sending ...
Premysl Hruby
2012-04-03
1
-2
/
+7
|
*
|
new option for choosing number of test clients to run
Premysl Hruby
2012-04-03
1
-0
/
+4
*
|
|
On slow computers, 10 seconds are not enough for this heavy replication test.
antirez
2012-04-04
1
-1
/
+1
*
|
|
More MIGRATE tests.
antirez
2012-04-03
1
-0
/
+46
|
/
/
*
|
MIGRATE test modified because the implementation changed.
antirez
2012-04-02
1
-1
/
+1
*
|
DUMP, RESTORE, MIGRATE tests.
antirez
2012-04-02
2
-0
/
+67
*
|
Regression test for issue 417 (memory leak when replicating to DB with id >= 10)
antirez
2012-03-30
3
-0
/
+65
|
/
*
Test for redis.sha1hex().
antirez
2012-03-28
1
-0
/
+5
*
Redis test: regexp to check if valgrind reported errors modified. Now we no l...
antirez
2012-03-28
1
-1
/
+1
*
convert-zipmap-hash-on-load false positive fixed.
antirez
2012-03-25
1
-3
/
+4
*
Merge remote-tracking branch 'origin/unstable' into unstable
antirez
2012-03-24
10
-11
/
+72
|
\
|
*
convert-zipmap-hash-on-load test enabled
antirez
2012-03-24
1
-0
/
+1
|
*
Contextualize comment.
antirez
2012-03-23
1
-1
/
+1
|
*
RDB load of different encodings test added.
antirez
2012-03-23
3
-0
/
+26
|
*
DEBUG should not be flagged as w otherwise we can not call DEBUG DIGEST and o...
antirez
2012-03-20
1
-1
/
+1
|
*
CLIENT LIST test modified to reflect the new output.
antirez
2012-03-13
1
-1
/
+1
|
*
hash-max-zipmap-... renamed hash-max-ziplist-... in defalt conf for tests.
antirez
2012-03-10
1
-2
/
+2
|
*
Merge conflicts resolved.
antirez
2012-03-09
4
-7
/
+41
|
|
\
|
|
*
Test that zipmap from RDB is correctly converted
Pieter Noordhuis
2012-01-25
2
-0
/
+34
|
|
*
Encode small hashes with a ziplist
Pieter Noordhuis
2012-01-02
2
-7
/
+7
*
|
|
When running the test in valgrind mode, pass the right flags to show memory l...
antirez
2012-03-24
1
-1
/
+1
|
/
/
*
|
even less false positive on obuf-limits test.
antirez
2012-02-22
1
-1
/
+1
*
|
Issue #330 regression test.
antirez
2012-02-16
1
-0
/
+8
*
|
Added tests checking ability of the scripting engine to reorder the output of...
antirez
2012-02-01
1
-0
/
+24
*
|
A few SORT tests made more resistant to false negatives resulitng from poor r...
antirez
2012-02-01
1
-5
/
+5
*
|
New SORT tests checking the new more deterministic behavior of SORT sorting a...
antirez
2012-02-01
1
-0
/
+26
*
|
Make SORT BY <constant> STORE ... to always produce the same output by force ...
antirez
2012-02-01
1
-0
/
+7
*
|
SORT is now more deterministic: does not accept to compare by score items tha...
antirez
2012-02-01
1
-1
/
+1
*
|
minimal change to obuf-limits.tcl test to make sure there are no false positi...
antirez
2012-01-30
1
-1
/
+1
[next]