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
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests for XGROUP CREATE MKSTREAM.
antirez
2018-10-17
1
-0
/
+11
*
Streams: Tests modified XSTREAM -> XSETID
zhaozhao.zz
2018-10-16
1
-2
/
+2
*
Tests modified to use XADD MAXLEN 0 + XSETID.
antirez
2018-10-16
1
-26
/
+12
*
Merge pull request #5426 from soloestoy/feature-xstream
Salvatore Sanfilippo
2018-10-16
1
-0
/
+62
|
\
|
*
Streams: add tests for aof rewrite
zhaozhao.zz
2018-10-09
1
-0
/
+23
|
*
Streams: add tests for XSTREAM command
zhaozhao.zz
2018-10-09
1
-0
/
+39
*
|
Test: avoid time related false positive in RESTORE test.
antirez
2018-10-13
1
-1
/
+1
*
|
Test: cgroup propagation test also for NOACK variant.
antirez
2018-10-10
1
-29
/
+39
*
|
Test: consumer group last ID slave propagation test.
antirez
2018-10-10
1
-0
/
+39
|
/
*
Merge pull request #5141 from soloestoy/fix-xtrim-inconsistency
Salvatore Sanfilippo
2018-10-08
1
-0
/
+46
|
\
|
*
Streams: add test cases for XADD/XTRIM maxlen
zhaozhao.zz
2018-08-01
1
-0
/
+46
*
|
fix #5024 - commandstats for multi-exec were logged as EXEC.
Oran Agra
2018-09-30
1
-0
/
+57
*
|
Slave removal: remove slave from top-level tests descriptions.
antirez
2018-09-11
3
-12
/
+12
*
|
Fix scripting tests now that we default to commands repl.
antirez
2018-09-05
1
-1
/
+8
*
|
Merge pull request #5265 from oranagra/stabilize_tests
Salvatore Sanfilippo
2018-08-27
3
-17
/
+23
|
\
\
|
*
|
Fix unstable tests on slow machines.
Oran Agra
2018-08-21
3
-17
/
+23
*
|
|
adjust qbuf to 26 in test case for client list
zhaozhao.zz
2018-08-14
1
-1
/
+1
|
/
/
*
|
Test: new sorted set skiplist order consistency.
antirez
2018-08-02
1
-0
/
+26
|
/
*
fix slave buffer test suite false positives
Oran Agra
2018-07-24
1
-1
/
+1
*
make active defrag test more stable
Oran Agra
2018-07-18
1
-2
/
+4
*
slave buffers were wasteful and incorrectly counted causing eviction
Oran Agra
2018-07-16
1
-0
/
+92
*
Test: XDEL fuzz testing. Remove and check stage.
antirez
2018-07-13
1
-0
/
+15
*
Test: XDEL fuzz testing, stream creation.
antirez
2018-07-13
1
-0
/
+20
*
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2018-07-13
1
-0
/
+10
|
\
|
*
Add test in slowlog.tcl
WuYunlong
2018-07-13
1
-0
/
+10
*
|
Test: XDEL basic test.
antirez
2018-07-13
1
-0
/
+12
|
/
*
Add regression test for #5111.
antirez
2018-07-12
1
-0
/
+15
*
Fix typo
Jack Drogon
2018-07-03
3
-3
/
+3
*
Merge branch 'unstable' into pending-querybuf
chendianqiang
2018-07-03
6
-32
/
+136
|
\
|
*
minor fix in creating a stream NACK for rdb and defrag tests
Oran Agra
2018-06-27
1
-1
/
+1
|
*
add active defrag support for streams
Oran Agra
2018-06-27
1
-6
/
+15
|
*
fix typo
shenlongxing
2018-06-21
1
-1
/
+1
|
*
Enhance RESTORE with RDBv9 new features
Guy Benoish
2018-06-20
1
-0
/
+33
|
*
Fix SCAN bug regression test, avoiding empty SREM call.
antirez
2018-06-14
1
-1
/
+1
|
*
Regression test for issue #5006.
antirez
2018-06-12
1
-0
/
+16
|
*
Improved regression test for #4906.
antirez
2018-06-11
1
-29
/
+37
|
*
Regression test for the dictScan() issue #4906.
antirez
2018-06-11
1
-0
/
+38
|
*
ZPOP: invert score-ele to match ZRANGE WITHSCORES order.
antirez
2018-06-05
1
-25
/
+25
*
|
limit the size of pending-querybuf in masterclient
chendianqiang
2018-07-01
1
-0
/
+35
|
/
*
Streams: fix test ID format.
antirez
2018-05-25
1
-4
/
+4
*
Make active defragmentation tests optional.
antirez
2018-05-24
1
-54
/
+62
*
Active defrag fixes for 32bit builds
Oran Agra
2018-05-17
1
-4
/
+6
*
ZPOP: fix the tests according to new non-blocking "count" argument.
zpop
antirez
2018-05-11
1
-15
/
+11
*
ZPOP: renaming to have explicit MIN/MAX score idea.
antirez
2018-05-11
1
-42
/
+42
*
Implements [B]Z[REV]POP and the respective unit tests
Itamar Haber
2018-04-30
1
-0
/
+158
*
AOF: run tests with preamble off when it makes sense.
antirez
2018-03-25
3
-2
/
+5
*
Merge pull request #4691 from oranagra/active_defrag_v2
Salvatore Sanfilippo
2018-03-22
1
-40
/
+146
|
\
|
*
Adding real allocator fragmentation to INFO and MEMORY command + active defra...
Oran Agra
2018-03-12
1
-40
/
+146
*
|
CG: test XACK remaining features.
antirez
2018-03-15
1
-0
/
+10
*
|
CG: test XACK ability to remove items from the PELs.
antirez
2018-03-15
1
-0
/
+13
[next]