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
*
Cluster test: slots allocation.
antirez
2014-04-29
2
-0
/
+29
*
Cluster test: use 20 instances.
antirez
2014-04-29
1
-1
/
+1
*
Cluster / Sentinel test: instances count moved to run.tcl.
antirez
2014-04-29
3
-1
/
+4
*
Cluster test: config epoch conflict resolution.
antirez
2014-04-29
1
-0
/
+24
*
Cluster test: auto-discovery to form full mesh.
antirez
2014-04-29
1
-0
/
+22
*
Cluster test: check that every node has a different ID.
antirez
2014-04-29
1
-1
/
+15
*
Cluster test: basic cluster nodes info access functions.
antirez
2014-04-29
1
-0
/
+37
*
Test: fixed scripting.tcl test false positive.
antirez
2014-04-24
1
-0
/
+1
*
Redis Cluster test framework skeleton.
antirez
2014-04-24
4
-0
/
+58
*
Sentinel test files / directories layout improved.
antirez
2014-04-24
9
-25
/
+37
*
Test: spawn_instance now supports additional config.
antirez
2014-04-24
1
-4
/
+10
*
Merge pull request #1677 from mattsta/expire-before-delete
Salvatore Sanfilippo
2014-04-23
1
-0
/
+8
|
\
|
*
Add test for deleting an expired key
Matt Stancliff
2014-04-10
1
-0
/
+8
*
|
Fuzzy test for ZREMRANGEBYLEX added.
antirez
2014-04-18
1
-1
/
+41
*
|
PFCOUNT multi-key test added.
antirez
2014-04-18
1
-0
/
+15
*
|
Sorted set lex ranges stress tester.
antirez
2014-04-17
1
-0
/
+65
*
|
Basic ZRANGEBYLEX / ZLEXCOUNT tests.
antirez
2014-04-17
1
-0
/
+56
*
|
More HyperLogLog tests.
antirez
2014-04-16
1
-0
/
+76
*
|
PFMERGE fixed to work with sparse encoding.
antirez
2014-04-14
1
-2
/
+2
|
/
*
Initial HyperLogLog tests.
antirez
2014-04-03
2
-0
/
+69
*
Test: do not complain when "leaks" can't run because process died.
antirez
2014-03-25
1
-0
/
+4
*
Sentinel test: 02 unit better coverage + refactoring.
antirez
2014-03-18
1
-13
/
+51
*
Sentinel test: foreach_instance_id implements 'break'.
antirez
2014-03-18
1
-0
/
+2
*
Sentinel: instance_is_killed proc added to sentinel.tcl.
antirez
2014-03-18
1
-0
/
+6
*
Sentinel test: set less time sensitive defaults.
antirez
2014-03-04
1
-0
/
+2
*
Sentinel test: debugging console improved.
antirez
2014-03-04
1
-2
/
+42
*
Sentinel test: initial debugging console.
antirez
2014-03-04
2
-1
/
+27
*
Sentinel test: be more patient in create_redis_master_slave_cluster.
antirez
2014-03-04
1
-1
/
+1
*
Sentiel test: add test start time in output.
antirez
2014-03-04
1
-4
/
+5
*
Sentinel test: use 1000 as retry in initial 00 unit test.
antirez
2014-03-03
1
-1
/
+1
*
Sentinel test: initial tests in 03 unit.
antirez
2014-03-03
1
-0
/
+39
*
Sentinel test: foreach_instance_id now supports 'continue'.
antirez
2014-03-03
1
-0
/
+2
*
Sentienl test: fixed typo in unit 03 top comment.
antirez
2014-03-03
1
-1
/
+1
*
BITPOS fuzzy testing.
antirez
2014-02-27
1
-0
/
+33
*
Basic BITPOS tests.
antirez
2014-02-27
1
-0
/
+102
*
Added two more BITCOUNT tests stressing misaligned access.
antirez
2014-02-27
1
-0
/
+12
*
BITCOUNT fuzzy test with random start/end added.
antirez
2014-02-27
1
-1
/
+15
*
Sentinel test: add stub for unit 04.
antirez
2014-02-25
1
-0
/
+5
*
Sentinel test: added TODO items in 02 unit.
antirez
2014-02-25
1
-0
/
+5
*
Sentinel test: check role at end of unit 01.
antirez
2014-02-25
1
-0
/
+4
*
Sentinel test: kill masters instead of using DEBUG SLEEP in all tests.
antirez
2014-02-25
2
-5
/
+12
*
Sentinel test: restart instances left killed by previous unit.
antirez
2014-02-25
1
-0
/
+12
*
Sentinel test: jump to next unit on test failure.
antirez
2014-02-25
1
-0
/
+2
*
Sentinel test: test majority crashing Sentinels.
antirez
2014-02-25
1
-8
/
+6
*
Sentinel test: restart_instance should refresh pid attrib.
antirez
2014-02-25
1
-0
/
+4
*
Sentinel test: more stuff mored from 00-base to init.
antirez
2014-02-24
2
-24
/
+24
*
Sentinel test: removed useless code to set SDOWN timeout.
antirez
2014-02-24
1
-4
/
+0
*
Sentinel test: tmp dir and gitignore added.
antirez
2014-02-24
1
-0
/
+2
*
Sentinel test: minor fixes to --pause-on-error.
antirez
2014-02-23
1
-3
/
+5
*
Sentinel test: --pause-on-error option added.
antirez
2014-02-23
1
-0
/
+17
[next]